/external/libvpx/libvpx/vpx_dsp/ |
D | txfm_common.h | 29 static const tran_coef_t cospi_2_64 = 16305; variable
|
D | fwd_txfm.c | 336 temp1 = step1[0] * cospi_30_64 + step1[7] * cospi_2_64; in vpx_fdct16x16_c() 349 temp2 = step1[0] * -cospi_2_64 + step1[7] * cospi_30_64; in vpx_fdct16x16_c() 646 step[8] = dct_32_round(output[8] * cospi_30_64 + output[15] * cospi_2_64); in vpx_fdct32() 653 step[15] = dct_32_round(output[15] * cospi_30_64 + output[8] * -cospi_2_64); in vpx_fdct32()
|
D | inv_txfm.c | 213 s0 = (int)(cospi_2_64 * x0 + cospi_30_64 * x1); in iadst8_c() 214 s1 = (int)(cospi_30_64 * x0 - cospi_2_64 * x1); in iadst8_c() 589 temp1 = step1[8] * cospi_30_64 - step1[15] * cospi_2_64; in idct16_c() 590 temp2 = step1[8] * cospi_2_64 + step1[15] * cospi_30_64; in idct16_c() 885 temp1 = step1[8] * cospi_30_64 - step1[15] * cospi_2_64; in idct32_c() 886 temp2 = step1[8] * cospi_2_64 + step1[15] * cospi_30_64; in idct32_c() 1525 s0 = (tran_high_t)cospi_2_64 * x0 + (tran_high_t)cospi_30_64 * x1; in vpx_highbd_iadst8_c() 1526 s1 = (tran_high_t)cospi_30_64 * x0 - (tran_high_t)cospi_2_64 * x1; in vpx_highbd_iadst8_c() 1927 step1[8] * (tran_high_t)cospi_30_64 - step1[15] * (tran_high_t)cospi_2_64; in vpx_highbd_idct16_c() 1929 step1[8] * (tran_high_t)cospi_2_64 + step1[15] * (tran_high_t)cospi_30_64; in vpx_highbd_idct16_c() [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct16x16_add_sse4.c | 60 highbd_butterfly_sse4_1(io[1], io[15], cospi_30_64, cospi_2_64, &step2[8], in vpx_highbd_idct16_4col_sse4_1() 110 highbd_partial_butterfly_sse4_1(io[1], cospi_30_64, cospi_2_64, &step2[8], in highbd_idct16x16_38_4col() 162 highbd_partial_butterfly_sse4_1(io[1], cospi_30_64, cospi_2_64, &step2[8], in highbd_idct16x16_10_4col()
|
D | highbd_idct16x16_add_sse2.c | 59 highbd_butterfly_sse2(io[1], io[15], cospi_30_64, cospi_2_64, &step2[8], in highbd_idct16_4col() 109 highbd_partial_butterfly_sse2(io[1], cospi_30_64, cospi_2_64, &step2[8], in highbd_idct16x16_38_4col() 161 highbd_partial_butterfly_sse2(io[1], cospi_30_64, cospi_2_64, &step2[8], in highbd_idct16x16_10_4col()
|
D | inv_txfm_ssse3.c | 97 partial_butterfly_ssse3(in[2], cospi_30_64, cospi_2_64, &step2[8], in idct32_34_8x32_quarter_2() 235 partial_butterfly_ssse3(in[2], cospi_30_64, cospi_2_64, &step2[8], in idct32_135_8x32_quarter_2()
|
D | inv_txfm_sse2.h | 348 butterfly(in[1], in[15], cospi_30_64, cospi_2_64, &step2[8], &step2[15]); in idct16_8col() 440 const __m128i k__cospi_p30_m02 = pair_set_epi16(cospi_30_64, -cospi_2_64); in idct16x16_10_pass1() 441 const __m128i k__cospi_p02_p30 = pair_set_epi16(cospi_2_64, cospi_30_64); in idct16x16_10_pass1() 542 butterfly(io[1], zero, cospi_30_64, cospi_2_64, &step2[8], &step2[15]); in idct16x16_10_pass2()
|
D | highbd_idct32x32_add_sse4.c | 193 highbd_butterfly_sse4_1(in[2], in[30], cospi_30_64, cospi_2_64, &step2[8], in highbd_idct32_1024_4x32_quarter_2() 417 highbd_partial_butterfly_sse4_1(in[2], cospi_30_64, cospi_2_64, &step2[8], in highbd_idct32_135_4x32_quarter_2() 626 highbd_partial_butterfly_sse4_1(in[2], cospi_30_64, cospi_2_64, &step2[8], in highbd_idct32_34_4x32_quarter_2()
|
D | highbd_idct32x32_add_sse2.c | 189 highbd_butterfly_sse2(in[2], in[30], cospi_30_64, cospi_2_64, &step2[8], in highbd_idct32_1024_4x32_quarter_2() 413 highbd_partial_butterfly_sse2(in[2], cospi_30_64, cospi_2_64, &step2[8], in highbd_idct32_135_4x32_quarter_2() 626 highbd_partial_butterfly_sse2(in[2], cospi_30_64, cospi_2_64, &step2[8], in highbd_idct32_34_4x32_quarter_2()
|
D | inv_txfm_sse2.c | 233 const __m128i k__cospi_p02_p30 = pair_set_epi16(cospi_2_64, cospi_30_64); in iadst8_sse2() 234 const __m128i k__cospi_p30_m02 = pair_set_epi16(cospi_30_64, -cospi_2_64); in iadst8_sse2() 934 butterfly(in[2], zero, cospi_30_64, cospi_2_64, &step2[8], &step2[15]); in idct32_34_8x32_quarter_2() 1066 butterfly(in[2], in[30], cospi_30_64, cospi_2_64, &step2[8], &step2[15]); in idct32_1024_8x32_quarter_2()
|
/external/libaom/libaom/aom_dsp/ |
D | txfm_common.h | 45 static const tran_high_t cospi_2_64 = 16305; variable
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans8_dspr2.c | 633 s0 = cospi_2_64 * x0 + cospi_30_64 * x1; in iadst8_dspr2() 634 s1 = cospi_30_64 * x0 - cospi_2_64 * x1; in iadst8_dspr2()
|
D | itrans16_dspr2.c | 135 [cospi_30_64] "r"(cospi_30_64), [cospi_2_64] "r"(cospi_2_64), in idct16_rows_dspr2() 520 [cospi_30_64] "r"(cospi_30_64), [cospi_2_64] "r"(cospi_2_64), in idct16_cols_add_blk_dspr2()
|
D | itrans32_cols_dspr2.c | 341 [cospi_30_64] "r"(cospi_30_64), [cospi_2_64] "r"(cospi_2_64), in vpx_idct32_cols_add_blk_dspr2()
|
D | inv_txfm_msa.h | 23 v8i16 coeff0_m = { cospi_2_64, cospi_6_64, cospi_10_64, cospi_14_64, \ 253 v8i16 mask1_m = { cospi_2_64, cospi_30_64, -cospi_2_64, cospi_10_64, \
|
D | fwd_txfm_msa.h | 189 v8i16 coeff1_m = { cospi_2_64, cospi_30_64, cospi_14_64, cospi_18_64, \ 192 -cospi_2_64, -cospi_10_64, -cospi_18_64, -cospi_26_64, 0, 0, 0, 0 \
|
D | fwd_txfm_msa.c | 38 v8i16 coeff1 = { cospi_2_64, cospi_30_64, cospi_14_64, cospi_18_64, in fdct8x16_1d_column() 41 -cospi_2_64, -cospi_10_64, -cospi_18_64, -cospi_26_64, 0, 0, 0, 0 in fdct8x16_1d_column()
|
D | itrans32_dspr2.c | 385 [cospi_30_64] "r"(cospi_30_64), [cospi_2_64] "r"(cospi_2_64), in idct32_rows_dspr2()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 214 temp1 = step1[0] * cospi_30_64 + step1[7] * cospi_2_64; in fdct16() 230 temp2 = step1[0] * -cospi_2_64 + step1[7] * cospi_30_64; in fdct16() 288 s0 = cospi_2_64 * x0 + cospi_30_64 * x1; in fadst8() 289 s1 = cospi_30_64 * x0 - cospi_2_64 * x1; in fadst8()
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_fdct_msa.h | 23 v8i16 coeff0_m = { cospi_2_64, cospi_6_64, cospi_10_64, cospi_14_64, \
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct32x32_34_add_neon.c | 74 s2[15] = multiply_shift_and_narrow_s16(in[2], cospi_2_64); in vpx_idct32_6_neon() 292 s2[15] = multiply_shift_and_narrow_s16(in[2], cospi_2_64); in vpx_idct32_8_neon()
|
D | highbd_idct32x32_34_add_neon.c | 82 s2[15] = multiply_shift_and_narrow_s32_dual(in[2], cospi_2_64); in vpx_highbd_idct32_6_neon() 397 s2[15] = multiply_shift_and_narrow_s32_dual(in[2], cospi_2_64); in vpx_highbd_idct32_8_neon()
|
D | idct32x32_135_add_neon.c | 126 s2[15] = multiply_shift_and_narrow_s16(in[2], cospi_2_64); in vpx_idct32_12_neon() 413 s2[15] = multiply_shift_and_narrow_s16(in[2], cospi_2_64); in vpx_idct32_16_neon()
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_highbd_iht8x8_add_sse4.c | 63 highbd_iadst_butterfly_sse4_1(io[7], io[0], cospi_2_64, cospi_30_64, s0, s1); in highbd_iadst8_sse4_1()
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_iht_neon.h | 197 create_s16x4_neon(cospi_2_64, cospi_30_64, cospi_10_64, cospi_22_64); in iadst8()
|