/external/libvpx/libvpx/vpx_dsp/ |
D | txfm_common.h | 30 static const tran_coef_t cospi_3_64 = 16207; variable
|
D | inv_txfm.c | 430 s14 = x14 * cospi_29_64 + x15 * cospi_3_64; in iadst16_c() 431 s15 = x14 * cospi_3_64 - x15 * cospi_29_64; in iadst16_c() 870 temp1 = (int16_t)input[29] * cospi_3_64 - (int16_t)input[3] * cospi_29_64; in idct32_c() 871 temp2 = (int16_t)input[29] * cospi_29_64 + (int16_t)input[3] * cospi_3_64; in idct32_c() 1758 s14 = x14 * (tran_high_t)cospi_29_64 + x15 * (tran_high_t)cospi_3_64; in vpx_highbd_iadst16_c() 1759 s15 = x14 * (tran_high_t)cospi_3_64 - x15 * (tran_high_t)cospi_29_64; in vpx_highbd_iadst16_c() 2254 input[29] * (tran_high_t)cospi_3_64 - input[3] * (tran_high_t)cospi_29_64; in highbd_idct32_c() 2256 input[29] * (tran_high_t)cospi_29_64 + input[3] * (tran_high_t)cospi_3_64; in highbd_idct32_c()
|
D | fwd_txfm.c | 697 output[29] = dct_32_round(step[23] * cospi_3_64 + step[24] * cospi_29_64); in vpx_fdct32() 698 output[3] = dct_32_round(step[24] * cospi_3_64 + step[23] * -cospi_29_64); in vpx_fdct32()
|
/external/libaom/libaom/aom_dsp/ |
D | txfm_common.h | 46 static const tran_high_t cospi_3_64 = 16207; variable
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_ssse3.c | 138 partial_butterfly_ssse3(in[3], -cospi_29_64, cospi_3_64, &step1[23], in idct32_34_8x32_quarter_3_4() 291 partial_butterfly_ssse3(in[3], -cospi_29_64, cospi_3_64, &step1[23], in idct32_135_8x32_quarter_3_4()
|
D | highbd_idct32x32_add_sse4.c | 249 highbd_butterfly_sse4_1(in[29], in[3], cospi_3_64, cospi_29_64, &step1[23], in highbd_idct32_1024_4x32_quarter_3_4() 473 highbd_partial_butterfly_sse4_1(in[3], -cospi_29_64, cospi_3_64, &step1[23], in highbd_idct32_135_4x32_quarter_3_4() 669 highbd_partial_butterfly_sse4_1(in[3], -cospi_29_64, cospi_3_64, &step1[23], in highbd_idct32_34_4x32_quarter_3_4()
|
D | highbd_idct32x32_add_sse2.c | 245 highbd_butterfly_sse2(in[29], in[3], cospi_3_64, cospi_29_64, &step1[23], in highbd_idct32_1024_4x32_quarter_3_4() 469 highbd_partial_butterfly_neg_sse2(in[3], cospi_3_64, cospi_29_64, &step1[23], in highbd_idct32_135_4x32_quarter_3_4() 673 highbd_partial_butterfly_neg_sse2(in[3], cospi_3_64, cospi_29_64, &step1[23], in highbd_idct32_34_4x32_quarter_3_4()
|
D | inv_txfm_sse2.c | 534 const __m128i k__cospi_p29_p03 = pair_set_epi16(cospi_29_64, cospi_3_64); in vpx_iadst16_8col_sse2() 535 const __m128i k__cospi_p03_m29 = pair_set_epi16(cospi_3_64, -cospi_29_64); in vpx_iadst16_8col_sse2() 971 butterfly(zero, in[3], cospi_3_64, cospi_29_64, &step1[23], &step1[24]); in idct32_34_8x32_quarter_3_4() 1111 butterfly(in[29], in[3], cospi_3_64, cospi_29_64, &step1[23], &step1[24]); in idct32_1024_8x32_quarter_3_4()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans32_cols_dspr2.c | 286 [cospi_3_64] "r"(cospi_3_64), [cospi_29_64] "r"(cospi_29_64), in vpx_idct32_cols_add_blk_dspr2()
|
D | itrans32_dspr2.c | 330 [cospi_3_64] "r"(cospi_3_64), [cospi_29_64] "r"(cospi_29_64), in idct32_rows_dspr2()
|
D | itrans16_dspr2.c | 1103 s14 = x14 * cospi_29_64 + x15 * cospi_3_64; in iadst16_dspr2() 1104 s15 = x14 * cospi_3_64 - x15 * cospi_29_64; in iadst16_dspr2()
|
D | inv_txfm_msa.h | 364 k2_m = VP9_SET_COSPI_PAIR(cospi_29_64, cospi_3_64); \ 365 k3_m = VP9_SET_COSPI_PAIR(cospi_3_64, -cospi_29_64); \
|
D | idct16x16_msa.c | 379 k2 = VP9_SET_COSPI_PAIR(cospi_29_64, cospi_3_64); in vpx_iadst16_1d_columns_addblk_msa() 380 k3 = VP9_SET_COSPI_PAIR(cospi_3_64, -cospi_29_64); in vpx_iadst16_1d_columns_addblk_msa()
|
D | fwd_dct32x32_msa.c | 241 DOTP_CONST_PAIR(in18, in17, cospi_3_64, cospi_29_64, vec5, vec4); in fdct8x32_1d_column_odd_store() 590 DOTP_CONST_PAIR(in18, in17, cospi_3_64, cospi_29_64, vec5, vec4); in fdct8x32_1d_row_odd() 898 DOTP_CONST_PAIR(in18, in17, cospi_3_64, cospi_29_64, vec5, vec4); in fdct8x32_1d_row_odd_rd()
|
D | idct32x32_msa.c | 187 DOTP_CONST_PAIR(reg7, reg0, cospi_3_64, cospi_29_64, reg0, reg7); in idct32x8_row_odd_process_store() 491 DOTP_CONST_PAIR(reg7, reg0, cospi_3_64, cospi_29_64, reg0, reg7); in idct8x32_column_odd_process_store()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct32x32_34_add_neon.c | 70 s1[24] = multiply_shift_and_narrow_s16(in[3], cospi_3_64); in vpx_idct32_6_neon() 288 s1[24] = multiply_shift_and_narrow_s16(in[3], cospi_3_64); in vpx_idct32_8_neon()
|
D | highbd_idct32x32_34_add_neon.c | 78 s1[24] = multiply_shift_and_narrow_s32_dual(in[3], cospi_3_64); in vpx_highbd_idct32_6_neon() 393 s1[24] = multiply_shift_and_narrow_s32_dual(in[3], cospi_3_64); in vpx_highbd_idct32_8_neon()
|
D | idct32x32_135_add_neon.c | 122 s1[24] = multiply_shift_and_narrow_s16(in[3], cospi_3_64); in vpx_idct32_12_neon() 409 s1[24] = multiply_shift_and_narrow_s16(in[3], cospi_3_64); in vpx_idct32_16_neon()
|
D | highbd_idct32x32_135_add_neon.c | 133 s1[24] = multiply_shift_and_narrow_s32_dual(in[3], cospi_3_64); in vpx_highbd_idct32_12_neon() 486 s1[24] = multiply_shift_and_narrow_s32_dual(in[3], cospi_3_64); in vpx_highbd_idct32_16_neon()
|
D | fdct32x32_neon.c | 512 butterfly_two_coeff(b[24], b[23], cospi_3_64, cospi_29_64, &a[29], &a[3]); in dct_body_first_pass() 965 BUTTERFLY_TWO_S32(c, 24, 23, cospi_3_64, cospi_29_64, d, 29, 3); in dct_body_second_pass() 1268 butterfly_two_coeff(a[24], a[23], cospi_3_64, cospi_29_64, &out[29], &out[3]); in dct_body_second_pass_rd()
|
D | highbd_idct32x32_1024_add_neon.c | 469 do_butterfly(q[14], q[13], cospi_3_64, cospi_29_64, &q[4], &q[6]); in vpx_highbd_idct32_32_neon()
|
/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/vp9/encoder/ |
D | vp9_dct.c | 382 s14 = x14 * cospi_29_64 + x15 * cospi_3_64; in fadst16() 383 s15 = x14 * cospi_3_64 - x15 * cospi_29_64; in fadst16()
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_highbd_iht16x16_add_sse4.c | 72 highbd_iadst_butterfly_sse4_1(io[1], io[14], cospi_29_64, cospi_3_64, s14, in highbd_iadst16_4col_sse4_1()
|