Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vpx_dsp/
Dtxfm_common.h33 static const tran_coef_t cospi_6_64 = 15679; variable
Dfwd_txfm.c341 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()
Dinv_txfm.c219 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/
Dhighbd_idct16x16_add_sse4.c66 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()
Dhighbd_idct16x16_add_sse2.c65 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()
Dinv_txfm_ssse3.c99 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()
Dinv_txfm_sse2.h351 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()
Dhighbd_idct32x32_add_sse4.c199 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()
Dhighbd_idct32x32_add_sse2.c195 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()
Dinv_txfm_sse2.c239 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/
Dtxfm_common.h49 static const tran_high_t cospi_6_64 = 15679; variable
/external/libvpx/libvpx/vpx_dsp/mips/
Ditrans8_dspr2.c639 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()
Ditrans16_dspr2.c197 [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()
Ditrans32_cols_dspr2.c398 [cospi_6_64] "r"(cospi_6_64), [cospi_26_64] "r"(cospi_26_64), in vpx_idct32_cols_add_blk_dspr2()
Ditrans32_dspr2.c442 [cospi_6_64] "r"(cospi_6_64), [cospi_26_64] "r"(cospi_26_64), in idct32_rows_dspr2()
Dinv_txfm_msa.h23 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, \
Didct16x16_msa.c50 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()
Dfwd_dct32x32_msa.c127 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/
Dvp9_dct.c220 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/
Dvp9_fdct_msa.h23 v8i16 coeff0_m = { cospi_2_64, cospi_6_64, cospi_10_64, cospi_14_64, \
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_highbd_iht8x8_add_sse4.c75 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/
Dvp9_iht_neon.h199 create_s16x4_neon(cospi_18_64, cospi_14_64, cospi_26_64, cospi_6_64); in iadst8()
/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_135_add_neon.c132 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()
Dhighbd_idct32x32_135_add_neon.c143 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()
Dfdct16x16_neon.c334 butterfly_two_coeff(step[4], step[3], cospi_6_64, cospi_26_64, &out[13], in dct_body()

12