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

  /external/libvpx/libvpx/vpx_dsp/
txfm_common.h 40 static const tran_high_t cospi_13_64 = 13160; variable
inv_txfm.c 419 s6 = x6 * cospi_13_64 + x7 * cospi_19_64;
420 s7 = x6 * cospi_19_64 - x7 * cospi_13_64;
861 temp1 = input[13] * cospi_19_64 - input[19] * cospi_13_64;
862 temp2 = input[13] * cospi_13_64 + input[19] * cospi_19_64;
    [all...]
fwd_txfm.c 696 output[13] = dct_32_round(step[22] * cospi_19_64 + step[25] * cospi_13_64);
699 output[19] = dct_32_round(step[25] * cospi_19_64 + step[22] * -cospi_13_64);
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans32_cols_dspr2.c 245 "msub $ac1, %[load2], %[cospi_13_64] \n\t"
247 "madd $ac3, %[load1], %[cospi_13_64] \n\t"
285 [cospi_19_64] "r"(cospi_19_64), [cospi_13_64] "r"(cospi_13_64),
    [all...]
itrans32_dspr2.c 289 "msub $ac1, %[load2], %[cospi_13_64] \n\t"
291 "madd $ac3, %[load1], %[cospi_13_64] \n\t"
329 [cospi_19_64] "r"(cospi_19_64), [cospi_13_64] "r"(cospi_13_64),
    [all...]
idct16x16_msa.c 376 k0 = VP9_SET_COSPI_PAIR(cospi_13_64, cospi_19_64);
377 k1 = VP9_SET_COSPI_PAIR(cospi_19_64, -cospi_13_64);
inv_txfm_msa.h 362 k0_m = VP9_SET_COSPI_PAIR(cospi_13_64, cospi_19_64); \
363 k1_m = VP9_SET_COSPI_PAIR(cospi_19_64, -cospi_13_64); \
itrans16_dspr2.c     [all...]
idct32x32_msa.c 185 DOTP_CONST_PAIR(reg3, reg4, cospi_19_64, cospi_13_64, reg3, reg4);
489 DOTP_CONST_PAIR(reg3, reg4, cospi_19_64, cospi_13_64, reg3, reg4);
fwd_dct32x32_msa.c 234 DOTP_CONST_PAIR(in19, in16, cospi_19_64, cospi_13_64, vec5, vec4);
582 DOTP_CONST_PAIR(in19, in16, cospi_19_64, cospi_13_64, vec5, vec4);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_ssse3.c 833 const __m128i stk1_13 = pair_set_epi16(2 * cospi_13_64, 2 * cospi_13_64);
    [all...]
fwd_dct32x32_impl_avx2.h 85 const __m256i k__cospi_p19_p13 = pair256_set_epi16(+cospi_19_64, cospi_13_64);
88 const __m256i k__cospi_m13_p19 = pair256_set_epi16(-cospi_13_64, cospi_19_64);
    [all...]
inv_txfm_sse2.c     [all...]
fwd_dct32x32_impl_sse2.h 95 const __m128i k__cospi_p19_p13 = pair_set_epi16(+cospi_19_64, cospi_13_64);
98 const __m128i k__cospi_m13_p19 = pair_set_epi16(-cospi_13_64, cospi_19_64);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 374 s6 = x6 * cospi_13_64 + x7 * cospi_19_64;
375 s7 = x6 * cospi_19_64 - x7 * cospi_13_64;
  /external/libvpx/libvpx/vpx_dsp/arm/
idct32x32_135_add_neon.c 406 s1[25] = multiply_shift_and_narrow_s16(in[13], cospi_13_64);
highbd_idct32x32_1024_add_neon.c 473 do_butterfly(q[14], q[13], cospi_19_64, cospi_13_64, &q[5], &q[7]);
highbd_idct32x32_135_add_neon.c 482 s1[25] = multiply_shift_and_narrow_s32_dual(in[13], cospi_13_64);
    [all...]
idct32x32_add_neon.c 603 do_butterfly(q[14], q[13], cospi_19_64, cospi_13_64, &q[5], &q[7]);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_intrin_sse2.c     [all...]

Completed in 387 milliseconds