Home
last modified time | relevance | path

Searched refs:cospi_2_64 (Results 1 – 25 of 38) sorted by relevance

12

/external/libvpx/libvpx/vpx_dsp/
Dtxfm_common.h29 static const tran_coef_t cospi_2_64 = 16305; variable
Dfwd_txfm.c336 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()
Dinv_txfm.c213 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/
Dhighbd_idct16x16_add_sse4.c60 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()
Dhighbd_idct16x16_add_sse2.c59 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()
Dinv_txfm_ssse3.c97 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()
Dinv_txfm_sse2.h348 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()
Dhighbd_idct32x32_add_sse4.c193 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()
Dhighbd_idct32x32_add_sse2.c189 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()
Dinv_txfm_sse2.c233 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/
Dtxfm_common.h45 static const tran_high_t cospi_2_64 = 16305; variable
/external/libvpx/libvpx/vpx_dsp/mips/
Ditrans8_dspr2.c633 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()
Ditrans16_dspr2.c135 [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()
Ditrans32_cols_dspr2.c341 [cospi_30_64] "r"(cospi_30_64), [cospi_2_64] "r"(cospi_2_64), in vpx_idct32_cols_add_blk_dspr2()
Dinv_txfm_msa.h23 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, \
Dfwd_txfm_msa.h189 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 \
Dfwd_txfm_msa.c38 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()
Ditrans32_dspr2.c385 [cospi_30_64] "r"(cospi_30_64), [cospi_2_64] "r"(cospi_2_64), in idct32_rows_dspr2()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c214 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/
Dvp9_fdct_msa.h23 v8i16 coeff0_m = { cospi_2_64, cospi_6_64, cospi_10_64, cospi_14_64, \
/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_34_add_neon.c74 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()
Dhighbd_idct32x32_34_add_neon.c82 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()
Didct32x32_135_add_neon.c126 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/
Dvp9_highbd_iht8x8_add_sse4.c63 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/
Dvp9_iht_neon.h197 create_s16x4_neon(cospi_2_64, cospi_30_64, cospi_10_64, cospi_22_64); in iadst8()

12