Home
last modified time | relevance | path

Searched refs:cospi_25_64 (Results 1 – 25 of 29) sorted by relevance

12

/external/libvpx/libvpx/vpx_dsp/
Dtxfm_common.h52 static const tran_coef_t cospi_25_64 = 5520; variable
Dinv_txfm.c428 s12 = x12 * cospi_25_64 + x13 * cospi_7_64; in iadst16_c()
429 s13 = x12 * cospi_7_64 - x13 * cospi_25_64; in iadst16_c()
850 temp1 = (int16_t)input[25] * cospi_7_64 - (int16_t)input[7] * cospi_25_64; in idct32_c()
851 temp2 = (int16_t)input[25] * cospi_25_64 + (int16_t)input[7] * cospi_7_64; in idct32_c()
1756 s12 = x12 * (tran_high_t)cospi_25_64 + x13 * (tran_high_t)cospi_7_64; in vpx_highbd_iadst16_c()
1757 s13 = x12 * (tran_high_t)cospi_7_64 - x13 * (tran_high_t)cospi_25_64; in vpx_highbd_iadst16_c()
2226 input[25] * (tran_high_t)cospi_7_64 - input[7] * (tran_high_t)cospi_25_64; in highbd_idct32_c()
2228 input[25] * (tran_high_t)cospi_25_64 + input[7] * (tran_high_t)cospi_7_64; in highbd_idct32_c()
Dfwd_txfm.c693 output[25] = dct_32_round(step[19] * cospi_7_64 + step[28] * cospi_25_64); in vpx_fdct32()
702 output[7] = dct_32_round(step[28] * cospi_7_64 + step[19] * -cospi_25_64); in vpx_fdct32()
/external/libaom/libaom/aom_dsp/
Dtxfm_common.h68 static const tran_high_t cospi_25_64 = 5520; variable
/external/libvpx/libvpx/vpx_dsp/x86/
Dinv_txfm_ssse3.c134 partial_butterfly_ssse3(in[7], -cospi_25_64, cospi_7_64, &step1[19], in idct32_34_8x32_quarter_3_4()
281 partial_butterfly_ssse3(in[7], -cospi_25_64, cospi_7_64, &step1[19], in idct32_135_8x32_quarter_3_4()
Dhighbd_idct32x32_add_sse4.c239 highbd_butterfly_sse4_1(in[25], in[7], cospi_7_64, cospi_25_64, &step1[19], in highbd_idct32_1024_4x32_quarter_3_4()
463 highbd_partial_butterfly_sse4_1(in[7], -cospi_25_64, cospi_7_64, &step1[19], in highbd_idct32_135_4x32_quarter_3_4()
664 highbd_partial_butterfly_sse4_1(in[7], -cospi_25_64, cospi_7_64, &step1[19], in highbd_idct32_34_4x32_quarter_3_4()
Dhighbd_idct32x32_add_sse2.c235 highbd_butterfly_sse2(in[25], in[7], cospi_7_64, cospi_25_64, &step1[19], in highbd_idct32_1024_4x32_quarter_3_4()
459 highbd_partial_butterfly_neg_sse2(in[7], cospi_7_64, cospi_25_64, &step1[19], in highbd_idct32_135_4x32_quarter_3_4()
668 highbd_partial_butterfly_neg_sse2(in[7], cospi_7_64, cospi_25_64, &step1[19], in highbd_idct32_34_4x32_quarter_3_4()
Dinv_txfm_sse2.c532 const __m128i k__cospi_p25_p07 = pair_set_epi16(cospi_25_64, cospi_7_64); in vpx_iadst16_8col_sse2()
533 const __m128i k__cospi_p07_m25 = pair_set_epi16(cospi_7_64, -cospi_25_64); in vpx_iadst16_8col_sse2()
969 butterfly(zero, in[7], cospi_7_64, cospi_25_64, &step1[19], &step1[28]); in idct32_34_8x32_quarter_3_4()
1105 butterfly(in[25], in[7], cospi_7_64, cospi_25_64, &step1[19], &step1[28]); in idct32_1024_8x32_quarter_3_4()
/external/libvpx/libvpx/vpx_dsp/mips/
Ditrans32_cols_dspr2.c171 [cospi_25_64] "r"(cospi_25_64), [cospi_28_64] "r"(cospi_28_64)); in vpx_idct32_cols_add_blk_dspr2()
Ditrans32_dspr2.c215 [cospi_25_64] "r"(cospi_25_64), [cospi_28_64] "r"(cospi_28_64)); in idct32_rows_dspr2()
Ditrans16_dspr2.c1101 s12 = x12 * cospi_25_64 + x13 * cospi_7_64; in iadst16_dspr2()
1102 s13 = x12 * cospi_7_64 - x13 * cospi_25_64; in iadst16_dspr2()
Dinv_txfm_msa.h358 k2_m = VP9_SET_COSPI_PAIR(cospi_25_64, cospi_7_64); \
359 k3_m = VP9_SET_COSPI_PAIR(cospi_7_64, -cospi_25_64); \
Didct16x16_msa.c353 k2 = VP9_SET_COSPI_PAIR(cospi_25_64, cospi_7_64); in vpx_iadst16_1d_columns_addblk_msa()
354 k3 = VP9_SET_COSPI_PAIR(cospi_7_64, -cospi_25_64); in vpx_iadst16_1d_columns_addblk_msa()
Dfwd_dct32x32_msa.c207 DOTP_CONST_PAIR(in21, in22, cospi_7_64, cospi_25_64, vec4, vec5); in fdct8x32_1d_column_odd_store()
544 DOTP_CONST_PAIR(in21, in22, cospi_7_64, cospi_25_64, vec4, vec5); in fdct8x32_1d_row_odd()
857 DOTP_CONST_PAIR(in21, in22, cospi_7_64, cospi_25_64, vec4, vec5); in fdct8x32_1d_row_odd_rd()
Didct32x32_msa.c143 DOTP_CONST_PAIR(reg6, reg1, cospi_7_64, cospi_25_64, reg1, reg6); in idct32x8_row_odd_process_store()
449 DOTP_CONST_PAIR(reg6, reg1, cospi_7_64, cospi_25_64, reg1, reg6); in idct8x32_column_odd_process_store()
/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht16x16_add_neon.c33 create_s16x4_neon(cospi_25_64, cospi_7_64, cospi_29_64, cospi_3_64); in vpx_iadst16x16_256_add_half1d()
Dvp9_highbd_iht16x16_add_neon.c162 create_s32x4_neon(cospi_25_64, cospi_7_64, cospi_29_64, cospi_3_64); in vpx_highbd_iadst16_neon()
/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_135_add_neon.c112 s1[19] = multiply_shift_and_narrow_s16(in[7], -cospi_25_64); in vpx_idct32_12_neon()
396 s1[19] = multiply_shift_and_narrow_s16(in[7], -cospi_25_64); in vpx_idct32_16_neon()
Dhighbd_idct32x32_135_add_neon.c123 s1[19] = multiply_shift_and_narrow_s32_dual(in[7], -cospi_25_64); in vpx_highbd_idct32_12_neon()
473 s1[19] = multiply_shift_and_narrow_s32_dual(in[7], -cospi_25_64); in vpx_highbd_idct32_16_neon()
Dfdct32x32_neon.c496 butterfly_two_coeff(b[28], b[19], cospi_7_64, cospi_25_64, &a[25], &a[7]); in dct_body_first_pass()
949 BUTTERFLY_TWO_S32(c, 28, 19, cospi_7_64, cospi_25_64, d, 25, 7); in dct_body_second_pass()
1262 butterfly_two_coeff(a[28], a[19], cospi_7_64, cospi_25_64, &out[25], &out[7]); in dct_body_second_pass_rd()
Didct32x32_34_add_neon.c281 s1[19] = multiply_shift_and_narrow_s16(in[7], -cospi_25_64); in vpx_idct32_8_neon()
Dhighbd_idct32x32_34_add_neon.c386 s1[19] = multiply_shift_and_narrow_s32_dual(in[7], -cospi_25_64); in vpx_highbd_idct32_8_neon()
Dhighbd_idct32x32_1024_add_neon.c420 do_butterfly(q[14], q[13], cospi_7_64, cospi_25_64, &q[1], &q[3]); in vpx_highbd_idct32_32_neon()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c380 s12 = x12 * cospi_25_64 + x13 * cospi_7_64; in fadst16()
381 s13 = x12 * cospi_7_64 - x13 * cospi_25_64; in fadst16()
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_highbd_iht16x16_add_sse4.c70 highbd_iadst_butterfly_sse4_1(io[3], io[12], cospi_25_64, cospi_7_64, s12, in highbd_iadst16_4col_sse4_1()

12