/external/libvpx/libvpx/vpx_dsp/ |
D | txfm_common.h | 33 static const tran_coef_t cospi_6_64 = 15679; variable
|
D | fwd_txfm.c | 341 temp2 = step1[3] * cospi_6_64 + step1[4] * cospi_26_64; in vpx_fdct16x16_c() 344 temp1 = step1[3] * -cospi_26_64 + step1[4] * cospi_6_64; in vpx_fdct16x16_c() 649 step[11] = dct_32_round(output[11] * cospi_6_64 + output[12] * cospi_26_64); in vpx_fdct32() 650 step[12] = dct_32_round(output[12] * cospi_6_64 + output[11] * -cospi_26_64); in vpx_fdct32()
|
D | inv_txfm.c | 219 s6 = (int)(cospi_26_64 * x6 + cospi_6_64 * x7); in iadst8_c() 220 s7 = (int)(cospi_6_64 * x6 - cospi_26_64 * x7); in iadst8_c() 604 temp1 = step1[11] * cospi_6_64 - step1[12] * cospi_26_64; in idct16_c() 605 temp2 = step1[11] * cospi_26_64 + step1[12] * cospi_6_64; in idct16_c() 900 temp1 = step1[11] * cospi_6_64 - step1[12] * cospi_26_64; in idct32_c() 901 temp2 = step1[11] * cospi_26_64 + step1[12] * cospi_6_64; in idct32_c() 1531 s6 = (tran_high_t)cospi_26_64 * x6 + (tran_high_t)cospi_6_64 * x7; in vpx_highbd_iadst8_c() 1532 s7 = (tran_high_t)cospi_6_64 * x6 - (tran_high_t)cospi_26_64 * x7; in vpx_highbd_iadst8_c() 1947 temp1 = step1[11] * (tran_high_t)cospi_6_64 - in vpx_highbd_idct16_c() 1950 step1[12] * (tran_high_t)cospi_6_64; in vpx_highbd_idct16_c() [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct16x16_add_sse4.c | 66 highbd_butterfly_sse4_1(io[13], io[3], cospi_6_64, cospi_26_64, &step2[11], in vpx_highbd_idct16_4col_sse4_1() 116 highbd_partial_butterfly_sse4_1(io[3], -cospi_26_64, cospi_6_64, &step2[11], in highbd_idct16x16_38_4col() 164 highbd_partial_butterfly_sse4_1(io[3], -cospi_26_64, cospi_6_64, &step2[11], in highbd_idct16x16_10_4col()
|
D | highbd_idct16x16_add_sse2.c | 65 highbd_butterfly_sse2(io[13], io[3], cospi_6_64, cospi_26_64, &step2[11], in highbd_idct16_4col() 115 highbd_partial_butterfly_neg_sse2(io[3], cospi_6_64, cospi_26_64, &step2[11], in highbd_idct16x16_38_4col() 163 highbd_partial_butterfly_neg_sse2(io[3], cospi_6_64, cospi_26_64, &step2[11], in highbd_idct16x16_10_4col()
|
D | inv_txfm_ssse3.c | 99 partial_butterfly_ssse3(in[6], -cospi_26_64, cospi_6_64, &step2[11], in idct32_34_8x32_quarter_2() 241 partial_butterfly_ssse3(in[6], -cospi_26_64, cospi_6_64, &step2[11], in idct32_135_8x32_quarter_2()
|
D | inv_txfm_sse2.h | 351 butterfly(in[13], in[3], cospi_6_64, cospi_26_64, &step2[11], &step2[12]); in idct16_8col() 442 const __m128i k__cospi_p06_m26 = pair_set_epi16(cospi_6_64, -cospi_26_64); in idct16x16_10_pass1() 443 const __m128i k__cospi_p26_p06 = pair_set_epi16(cospi_26_64, cospi_6_64); in idct16x16_10_pass1() 543 butterfly(zero, io[3], cospi_6_64, cospi_26_64, &step2[11], &step2[12]); in idct16x16_10_pass2()
|
D | highbd_idct32x32_add_sse4.c | 199 highbd_butterfly_sse4_1(in[26], in[6], cospi_6_64, cospi_26_64, &step2[11], in highbd_idct32_1024_4x32_quarter_2() 423 highbd_partial_butterfly_sse4_1(in[6], -cospi_26_64, cospi_6_64, &step2[11], in highbd_idct32_135_4x32_quarter_2() 628 highbd_partial_butterfly_sse4_1(in[6], -cospi_26_64, cospi_6_64, &step2[11], in highbd_idct32_34_4x32_quarter_2()
|
D | highbd_idct32x32_add_sse2.c | 195 highbd_butterfly_sse2(in[26], in[6], cospi_6_64, cospi_26_64, &step2[11], in highbd_idct32_1024_4x32_quarter_2() 419 highbd_partial_butterfly_neg_sse2(in[6], cospi_6_64, cospi_26_64, &step2[11], in highbd_idct32_135_4x32_quarter_2() 628 highbd_partial_butterfly_neg_sse2(in[6], cospi_6_64, cospi_26_64, &step2[11], in highbd_idct32_34_4x32_quarter_2()
|
D | inv_txfm_sse2.c | 239 const __m128i k__cospi_p26_p06 = pair_set_epi16(cospi_26_64, cospi_6_64); in iadst8_sse2() 240 const __m128i k__cospi_p06_m26 = pair_set_epi16(cospi_6_64, -cospi_26_64); in iadst8_sse2() 935 butterfly(zero, in[6], cospi_6_64, cospi_26_64, &step2[11], &step2[12]); in idct32_34_8x32_quarter_2() 1069 butterfly(in[26], in[6], cospi_6_64, cospi_26_64, &step2[11], &step2[12]); in idct32_1024_8x32_quarter_2()
|
/external/libaom/libaom/aom_dsp/ |
D | txfm_common.h | 49 static const tran_high_t cospi_6_64 = 15679; variable
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans8_dspr2.c | 639 s6 = cospi_26_64 * x6 + cospi_6_64 * x7; in iadst8_dspr2() 640 s7 = cospi_6_64 * x6 - cospi_26_64 * x7; in iadst8_dspr2()
|
D | itrans16_dspr2.c | 197 [cospi_6_64] "r"(cospi_6_64), [cospi_26_64] "r"(cospi_26_64), in idct16_rows_dspr2() 582 [cospi_6_64] "r"(cospi_6_64), [cospi_26_64] "r"(cospi_26_64), in idct16_cols_add_blk_dspr2()
|
D | itrans32_cols_dspr2.c | 398 [cospi_6_64] "r"(cospi_6_64), [cospi_26_64] "r"(cospi_26_64), in vpx_idct32_cols_add_blk_dspr2()
|
D | itrans32_dspr2.c | 442 [cospi_6_64] "r"(cospi_6_64), [cospi_26_64] "r"(cospi_26_64), in idct32_rows_dspr2()
|
D | inv_txfm_msa.h | 23 v8i16 coeff0_m = { cospi_2_64, cospi_6_64, cospi_10_64, cospi_14_64, \ 255 v8i16 mask2_m = { cospi_14_64, -cospi_18_64, cospi_26_64, cospi_6_64, \
|
D | idct16x16_msa.c | 50 DOTP_CONST_PAIR(reg13, reg3, cospi_6_64, cospi_26_64, loc0, loc1); in vpx_idct16_1d_rows_msa() 147 DOTP_CONST_PAIR(reg13, reg3, cospi_6_64, cospi_26_64, loc0, loc1); in vpx_idct16_1d_columns_addblk_msa()
|
D | fwd_dct32x32_msa.c | 127 DOTP_CONST_PAIR(vec4, vec3, cospi_6_64, cospi_26_64, temp0, temp1); in fdct8x32_1d_column_even_store() 386 DOTP_CONST_PAIR(vec4, vec3, cospi_6_64, cospi_26_64, in4, in5); in fdct8x32_1d_row_even_4x() 458 DOTP_CONST_PAIR(vec4, vec3, cospi_6_64, cospi_26_64, temp0, temp1); in fdct8x32_1d_row_even() 767 DOTP_CONST_PAIR(vec4, vec3, cospi_6_64, cospi_26_64, temp0, temp1); in fdct8x32_1d_row_even_rd()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 220 temp2 = step1[3] * cospi_6_64 + step1[4] * cospi_26_64; in fdct16() 224 temp1 = step1[3] * -cospi_26_64 + step1[4] * cospi_6_64; in fdct16() 294 s6 = cospi_26_64 * x6 + cospi_6_64 * x7; in fadst8() 295 s7 = cospi_6_64 * x6 - cospi_26_64 * x7; 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/vp9/common/x86/ |
D | vp9_highbd_iht8x8_add_sse4.c | 75 highbd_iadst_butterfly_sse4_1(io[1], io[6], cospi_26_64, cospi_6_64, s6, s7); in highbd_iadst8_sse4_1()
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_iht_neon.h | 199 create_s16x4_neon(cospi_18_64, cospi_14_64, cospi_26_64, cospi_6_64); in iadst8()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct32x32_135_add_neon.c | 132 s2[12] = multiply_shift_and_narrow_s16(in[6], cospi_6_64); in vpx_idct32_12_neon() 422 s2[12] = multiply_shift_and_narrow_s16(in[6], cospi_6_64); in vpx_idct32_16_neon()
|
D | highbd_idct32x32_135_add_neon.c | 143 s2[12] = multiply_shift_and_narrow_s32_dual(in[6], cospi_6_64); in vpx_highbd_idct32_12_neon() 499 s2[12] = multiply_shift_and_narrow_s32_dual(in[6], cospi_6_64); in vpx_highbd_idct32_16_neon()
|
D | fdct16x16_neon.c | 334 butterfly_two_coeff(step[4], step[3], cospi_6_64, cospi_26_64, &out[13], in dct_body()
|