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

  /external/libvpx/libvpx/vpx_dsp/
txfm_common.h 42 static const tran_high_t cospi_15_64 = 12140; variable
inv_txfm.c 421 s8 = x8 * cospi_17_64 + x9 * cospi_15_64;
422 s9 = x8 * cospi_15_64 - x9 * cospi_17_64;
836 temp1 = input[17] * cospi_15_64 - input[15] * cospi_17_64;
837 temp2 = input[17] * cospi_17_64 + input[15] * cospi_15_64;
    [all...]
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);
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans32_cols_dspr2.c 77 "madd $ac2, %[load3], %[cospi_15_64] \n\t"
82 "madd $ac1, %[load4], %[cospi_15_64] \n\t"
111 [cospi_15_64] "r"(cospi_15_64), [cospi_28_64] "r"(cospi_28_64));
    [all...]
itrans32_dspr2.c 121 "madd $ac2, %[load3], %[cospi_15_64] \n\t"
126 "madd $ac1, %[load4], %[cospi_15_64] \n\t"
155 [cospi_15_64] "r"(cospi_15_64), [cospi_28_64] "r"(cospi_28_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 821 const __m128i stk1_3 = pair_set_epi16(2 * cospi_15_64, 2 * cospi_15_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...]
inv_txfm_sse2.c     [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/
idct32x32_135_add_neon.c 391 s1[30] = multiply_shift_and_narrow_s16(in[15], cospi_15_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 467 s1[30] = multiply_shift_and_narrow_s32_dual(in[15], cospi_15_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 1292 milliseconds