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

  /external/libvpx/libvpx/vpx_dsp/
txfm_common.h 48 static const tran_coef_t cospi_21_64 = 8423; variable
inv_txfm.c 426 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
427 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
860 temp1 = (int16_t)input[21] * cospi_11_64 - (int16_t)input[11] * cospi_21_64;
861 temp2 = (int16_t)input[21] * cospi_21_64 + (int16_t)input[11] * cospi_11_64;
    [all...]
fwd_txfm.c 695 output[21] = dct_32_round(step[21] * cospi_11_64 + step[26] * cospi_21_64);
700 output[11] = dct_32_round(step[26] * cospi_11_64 + step[21] * -cospi_21_64);
  /external/libvpx/libvpx/vpx_dsp/mips/
idct16x16_msa.c 373 k2 = VP9_SET_COSPI_PAIR(cospi_21_64, cospi_11_64);
374 k3 = VP9_SET_COSPI_PAIR(cospi_11_64, -cospi_21_64);
inv_txfm_msa.h 353 k2_m = VP9_SET_COSPI_PAIR(cospi_21_64, cospi_11_64); \
354 k3_m = VP9_SET_COSPI_PAIR(cospi_11_64, -cospi_21_64); \
fwd_dct32x32_msa.c 227 DOTP_CONST_PAIR(in18, in17, cospi_11_64, cospi_21_64, vec5, vec4);
573 DOTP_CONST_PAIR(in18, in17, cospi_11_64, cospi_21_64, vec5, vec4);
    [all...]
idct32x32_msa.c 184 DOTP_CONST_PAIR(reg5, reg2, cospi_11_64, cospi_21_64, reg2, reg5);
488 DOTP_CONST_PAIR(reg5, reg2, cospi_11_64, cospi_21_64, reg2, reg5);
itrans32_cols_dspr2.c 198 "msub $ac2, %[load4], %[cospi_21_64] \n\t"
201 "madd $ac1, %[load3], %[cospi_21_64] \n\t"
230 [cospi_11_64] "r"(cospi_11_64), [cospi_21_64] "r"(cospi_21_64),
    [all...]
itrans32_dspr2.c 242 "msub $ac2, %[load4], %[cospi_21_64] \n\t"
245 "madd $ac1, %[load3], %[cospi_21_64] \n\t"
274 [cospi_11_64] "r"(cospi_11_64), [cospi_21_64] "r"(cospi_21_64),
    [all...]
itrans16_dspr2.c     [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_ssse3.c 286 partial_butterfly_ssse3(in[11], -cospi_21_64, cospi_11_64, &step1[21],
highbd_idct32x32_add_sse4.c 244 highbd_butterfly_sse4_1(in[21], in[11], cospi_11_64, cospi_21_64, &step1[21],
468 highbd_partial_butterfly_sse4_1(in[11], -cospi_21_64, cospi_11_64, &step1[21],
highbd_idct32x32_add_sse2.c 240 highbd_butterfly_sse2(in[21], in[11], cospi_11_64, cospi_21_64, &step1[21],
464 highbd_partial_butterfly_neg_sse2(in[11], cospi_11_64, cospi_21_64,
inv_txfm_sse2.c 577 const __m128i k__cospi_p21_p11 = pair_set_epi16(cospi_21_64, cospi_11_64);
578 const __m128i k__cospi_p11_m21 = pair_set_epi16(cospi_11_64, -cospi_21_64);
    [all...]
fwd_dct32x32_impl_avx2.h 84 const __m256i k__cospi_p11_p21 = pair256_set_epi16(+cospi_11_64, cospi_21_64);
89 const __m256i k__cospi_m21_p11 = pair256_set_epi16(-cospi_21_64, cospi_11_64);
    [all...]
fwd_dct32x32_impl_sse2.h 94 const __m128i k__cospi_p11_p21 = pair_set_epi16(+cospi_11_64, cospi_21_64);
99 const __m128i k__cospi_m21_p11 = pair_set_epi16(-cospi_21_64, cospi_11_64);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 378 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
379 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
  /external/libvpx/libvpx/vpx_dsp/arm/
idct32x32_135_add_neon.c 118 s1[21] = multiply_shift_and_narrow_s16(in[11], -cospi_21_64);
402 s1[21] = multiply_shift_and_narrow_s16(in[11], -cospi_21_64);
highbd_idct32x32_135_add_neon.c 128 s1[21] = multiply_shift_and_narrow_s32_dual(in[11], -cospi_21_64);
478 s1[21] = multiply_shift_and_narrow_s32_dual(in[11], -cospi_21_64);
    [all...]
fdct32x32_neon.c 504 butterfly_two_coeff(b[26], b[21], cospi_11_64, cospi_21_64, &a[21], &a[11]);
    [all...]
highbd_idct32x32_1024_add_neon.c 461 do_butterfly(q[14], q[13], cospi_11_64, cospi_21_64, &q[1], &q[3]);
idct32x32_add_neon.c 591 do_butterfly(q[14], q[13], cospi_11_64, cospi_21_64, &q[1], &q[3]);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_intrin_sse2.c     [all...]

Completed in 3083 milliseconds