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

  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 48 static const int cospi_9_64 = 14811; variable
vp9_idct.c 672 s4 = x4 * cospi_9_64 + x5 * cospi_23_64;
673 s5 = x4 * cospi_23_64 - x5 * cospi_9_64;
911 temp1 = input[9] * cospi_23_64 - input[23] * cospi_9_64;
912 temp2 = input[9] * cospi_9_64 + input[23] * cospi_23_64;
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans32_cols_dspr2.c 132 "msub $ac1, %[load2], %[cospi_9_64] \n\t"
135 "madd $ac3, %[load1], %[cospi_9_64] \n\t"
176 [cospi_23_64] "r" (cospi_23_64), [cospi_9_64] "r" (cospi_9_64),
    [all...]
vp9_itrans32_dspr2.c 176 "msub $ac1, %[load2], %[cospi_9_64] \n\t"
179 "madd $ac3, %[load1], %[cospi_9_64] \n\t"
221 [cospi_23_64] "r" (cospi_23_64), [cospi_9_64] "r" (cospi_9_64),
    [all...]
vp9_itrans16_dspr2.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 811 s4 = x4 * cospi_9_64 + x5 * cospi_23_64;
812 s5 = x4 * cospi_23_64 - x5 * cospi_9_64;
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct32x32_add_neon.asm 21 cospi_9_64 EQU 14811 define
496 ;temp1 = input[9 * 32] * cospi_23_64 - input[23 * 32] * cospi_9_64;
497 ;temp2 = input[9 * 32] * cospi_9_64 + input[23 * 32] * cospi_23_64;
501 DO_BUTTERFLY_STD cospi_23_64, cospi_9_64, d0, d1, d4, d5
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct32x32_sse2.c 65 const __m128i k__cospi_p23_p09 = pair_set_epi16(+cospi_23_64, cospi_9_64);
68 const __m128i k__cospi_m09_p23 = pair_set_epi16(-cospi_9_64, cospi_23_64);
    [all...]
vp9_dct_sse2.c     [all...]

Completed in 37 milliseconds