/external/libvpx/libvpx/vpx_dsp/ |
D | txfm_common.h | 52 static const tran_coef_t cospi_25_64 = 5520; variable
|
D | inv_txfm.c | 428 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()
|
D | fwd_txfm.c | 693 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/ |
D | txfm_common.h | 68 static const tran_high_t cospi_25_64 = 5520; variable
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_ssse3.c | 134 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()
|
D | highbd_idct32x32_add_sse4.c | 239 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()
|
D | highbd_idct32x32_add_sse2.c | 235 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()
|
D | inv_txfm_sse2.c | 532 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/ |
D | itrans32_cols_dspr2.c | 171 [cospi_25_64] "r"(cospi_25_64), [cospi_28_64] "r"(cospi_28_64)); in vpx_idct32_cols_add_blk_dspr2()
|
D | itrans32_dspr2.c | 215 [cospi_25_64] "r"(cospi_25_64), [cospi_28_64] "r"(cospi_28_64)); in idct32_rows_dspr2()
|
D | itrans16_dspr2.c | 1101 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()
|
D | inv_txfm_msa.h | 358 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); \
|
D | idct16x16_msa.c | 354 k2 = VP9_SET_COSPI_PAIR(cospi_25_64, cospi_7_64); in vpx_iadst16_1d_columns_addblk_msa() 355 k3 = VP9_SET_COSPI_PAIR(cospi_7_64, -cospi_25_64); in vpx_iadst16_1d_columns_addblk_msa()
|
D | fwd_dct32x32_msa.c | 208 DOTP_CONST_PAIR(in21, in22, cospi_7_64, cospi_25_64, vec4, vec5); in fdct8x32_1d_column_odd_store() 545 DOTP_CONST_PAIR(in21, in22, cospi_7_64, cospi_25_64, vec4, vec5); in fdct8x32_1d_row_odd() 858 DOTP_CONST_PAIR(in21, in22, cospi_7_64, cospi_25_64, vec4, vec5); in fdct8x32_1d_row_odd_rd()
|
D | idct32x32_msa.c | 144 DOTP_CONST_PAIR(reg6, reg1, cospi_7_64, cospi_25_64, reg1, reg6); in idct32x8_row_odd_process_store() 450 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/ |
D | vp9_iht16x16_add_neon.c | 33 create_s16x4_neon(cospi_25_64, cospi_7_64, cospi_29_64, cospi_3_64); in vpx_iadst16x16_256_add_half1d()
|
D | vp9_highbd_iht16x16_add_neon.c | 163 create_s32x4_neon(cospi_25_64, cospi_7_64, cospi_29_64, cospi_3_64); in highbd_iadst16_neon()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct32x32_135_add_neon.c | 112 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()
|
D | highbd_idct32x32_135_add_neon.c | 123 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()
|
D | fdct32x32_neon.c | 496 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()
|
D | idct32x32_34_add_neon.c | 281 s1[19] = multiply_shift_and_narrow_s16(in[7], -cospi_25_64); in vpx_idct32_8_neon()
|
D | highbd_idct32x32_34_add_neon.c | 386 s1[19] = multiply_shift_and_narrow_s32_dual(in[7], -cospi_25_64); in vpx_highbd_idct32_8_neon()
|
D | highbd_idct32x32_1024_add_neon.c | 420 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/ |
D | vp9_dct.c | 380 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/ |
D | vp9_highbd_iht16x16_add_sse4.c | 70 highbd_iadst_butterfly_sse4_1(io[3], io[12], cospi_25_64, cospi_7_64, s12, in highbd_iadst16_4col_sse4_1()
|