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

  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 52 static const int cospi_13_64 = 13160; variable
vp9_idct.c 674 s6 = x6 * cospi_13_64 + x7 * cospi_19_64;
675 s7 = x6 * cospi_19_64 - x7 * cospi_13_64;
931 temp1 = input[13] * cospi_19_64 - input[19] * cospi_13_64;
932 temp2 = input[13] * cospi_13_64 + input[19] * cospi_19_64;
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans32_cols_dspr2.c 254 "msub $ac1, %[load2], %[cospi_13_64] \n\t"
256 "madd $ac3, %[load1], %[cospi_13_64] \n\t"
294 [cospi_19_64] "r" (cospi_19_64), [cospi_13_64] "r" (cospi_13_64),
    [all...]
vp9_itrans32_dspr2.c 300 "msub $ac1, %[load2], %[cospi_13_64] \n\t"
303 "madd $ac3, %[load1], %[cospi_13_64] \n\t"
345 [cospi_19_64] "r" (cospi_19_64), [cospi_13_64] "r" (cospi_13_64),
    [all...]
vp9_itrans16_dspr2.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 813 s6 = x6 * cospi_13_64 + x7 * cospi_19_64;
814 s7 = x6 * cospi_19_64 - x7 * cospi_13_64;
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct32x32_add_neon.asm 25 cospi_13_64 EQU 13160 define
611 ;temp1 = input[13 * 32] * cospi_19_64 - input[19 * 32] * cospi_13_64;
612 ;temp2 = input[13 * 32] * cospi_13_64 + input[19 * 32] * cospi_19_64;
616 DO_BUTTERFLY_STD cospi_19_64, cospi_13_64, d10, d11, d14, d15
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct32x32_sse2.c 73 const __m128i k__cospi_p19_p13 = pair_set_epi16(+cospi_19_64, cospi_13_64);
76 const __m128i k__cospi_m13_p19 = pair_set_epi16(-cospi_13_64, cospi_19_64);
    [all...]
vp9_dct_sse2.c     [all...]

Completed in 35 milliseconds