HomeSort by relevance Sort by last modified time
    Searched refs:cospi_17_64 (Results 1 - 23 of 23) sorted by null

  /external/libvpx/libvpx/vpx_dsp/
txfm_common.h 44 static const tran_coef_t cospi_17_64 = 11003; variable
fwd_txfm.c 691 output[17] = dct_32_round(step[17] * cospi_15_64 + step[30] * cospi_17_64);
704 output[15] = dct_32_round(step[30] * cospi_15_64 + step[17] * -cospi_17_64);
inv_txfm.c 424 s8 = x8 * cospi_17_64 + x9 * cospi_15_64;
425 s9 = x8 * cospi_15_64 - x9 * cospi_17_64;
840 temp1 = (int16_t)input[17] * cospi_15_64 - (int16_t)input[15] * cospi_17_64;
841 temp2 = (int16_t)input[17] * cospi_17_64 + (int16_t)input[15] * cospi_15_64;
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans32_cols_dspr2.c 78 "msub $ac2, %[load4], %[cospi_17_64] \n\t"
81 "madd $ac1, %[load3], %[cospi_17_64] \n\t"
110 [cospi_4_64] "r"(cospi_4_64), [cospi_17_64] "r"(cospi_17_64),
    [all...]
itrans32_dspr2.c 122 "msub $ac2, %[load4], %[cospi_17_64] \n\t"
125 "madd $ac1, %[load3], %[cospi_17_64] \n\t"
154 [cospi_4_64] "r"(cospi_4_64), [cospi_17_64] "r"(cospi_17_64),
    [all...]
idct16x16_msa.c 348 k2 = VP9_SET_COSPI_PAIR(cospi_17_64, cospi_15_64);
349 k3 = VP9_SET_COSPI_PAIR(cospi_15_64, -cospi_17_64);
inv_txfm_msa.h 348 k2_m = VP9_SET_COSPI_PAIR(cospi_17_64, cospi_15_64); \
349 k3_m = VP9_SET_COSPI_PAIR(cospi_15_64, -cospi_17_64); \
itrans16_dspr2.c     [all...]
idct32x32_msa.c 141 DOTP_CONST_PAIR(reg4, reg3, cospi_15_64, cospi_17_64, reg3, reg4);
447 DOTP_CONST_PAIR(reg4, reg3, cospi_15_64, cospi_17_64, reg3, reg4);
fwd_dct32x32_msa.c 193 DOTP_CONST_PAIR(in21, in22, cospi_15_64, cospi_17_64, vec5, vec4);
529 DOTP_CONST_PAIR(in21, in22, cospi_15_64, cospi_17_64, vec5, vec4);
845 DOTP_CONST_PAIR(in21, in22, cospi_15_64, cospi_17_64, vec5, vec4);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_ssse3.c 277 partial_butterfly_ssse3(in[15], -cospi_17_64, cospi_15_64, &step1[17],
highbd_idct32x32_add_sse2.c 231 highbd_butterfly_sse2(in[17], in[15], cospi_15_64, cospi_17_64, &step1[17],
455 highbd_partial_butterfly_neg_sse2(in[15], cospi_15_64, cospi_17_64,
highbd_idct32x32_add_sse4.c 235 highbd_butterfly_sse4_1(in[17], in[15], cospi_15_64, cospi_17_64, &step1[17],
459 highbd_partial_butterfly_sse4_1(in[15], -cospi_17_64, cospi_15_64, &step1[17],
inv_txfm_sse2.c 575 const __m128i k__cospi_p17_p15 = pair_set_epi16(cospi_17_64, cospi_15_64);
576 const __m128i k__cospi_p15_m17 = pair_set_epi16(cospi_15_64, -cospi_17_64);
    [all...]
fwd_dct32x32_impl_avx2.h 76 const __m256i k__cospi_p15_p17 = pair256_set_epi16(+cospi_15_64, cospi_17_64);
81 const __m256i k__cospi_m17_p15 = pair256_set_epi16(-cospi_17_64, cospi_15_64);
    [all...]
fwd_dct32x32_impl_sse2.h 86 const __m128i k__cospi_p15_p17 = pair_set_epi16(+cospi_15_64, cospi_17_64);
91 const __m128i k__cospi_m17_p15 = pair_set_epi16(-cospi_17_64, cospi_15_64);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 376 s8 = x8 * cospi_17_64 + x9 * cospi_15_64;
377 s9 = x8 * cospi_15_64 - x9 * cospi_17_64;
  /external/libvpx/libvpx/vpx_dsp/arm/
fdct32x32_neon.c 488 butterfly_two_coeff(b[30], b[17], cospi_15_64, cospi_17_64, &a[17], &a[15]);
    [all...]
idct32x32_135_add_neon.c 390 s1[17] = multiply_shift_and_narrow_s16(in[15], -cospi_17_64);
highbd_idct32x32_1024_add_neon.c 412 do_butterfly(q[14], q[13], cospi_15_64, cospi_17_64, &q[1], &q[3]);
highbd_idct32x32_135_add_neon.c 466 s1[17] = multiply_shift_and_narrow_s32_dual(in[15], -cospi_17_64);
    [all...]
idct32x32_add_neon.c 542 do_butterfly(q[14], q[13], cospi_15_64, cospi_17_64, &q[1], &q[3]);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_intrin_sse2.c     [all...]

Completed in 632 milliseconds