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

  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 60 static const int cospi_21_64 = 8423; variable
vp9_idct.c 678 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
679 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
926 temp1 = input[21] * cospi_11_64 - input[11] * cospi_21_64;
927 temp2 = input[21] * cospi_21_64 + input[11] * cospi_11_64;
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans32_cols_dspr2.c 206 "msub $ac2, %[load4], %[cospi_21_64] \n\t"
209 "madd $ac1, %[load3], %[cospi_21_64] \n\t"
238 [cospi_11_64] "r" (cospi_11_64), [cospi_21_64] "r" (cospi_21_64),
    [all...]
vp9_itrans32_dspr2.c 251 "msub $ac2, %[load4], %[cospi_21_64] \n\t"
254 "madd $ac1, %[load3], %[cospi_21_64] \n\t"
284 [cospi_11_64] "r" (cospi_11_64), [cospi_21_64] "r" (cospi_21_64),
    [all...]
vp9_itrans16_dspr2.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 817 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
818 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct32x32_add_neon.asm 33 cospi_21_64 EQU 8423 define
584 ;temp1 = input[21 * 32] * cospi_11_64 - input[11 * 32] * cospi_21_64;
585 ;temp2 = input[21 * 32] * cospi_21_64 + input[11 * 32] * cospi_11_64;
589 DO_BUTTERFLY_STD cospi_11_64, cospi_21_64, d2, d3, d6, d7
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct32x32_sse2.c 72 const __m128i k__cospi_p11_p21 = pair_set_epi16(+cospi_11_64, cospi_21_64);
77 const __m128i k__cospi_m21_p11 = pair_set_epi16(-cospi_21_64, cospi_11_64);
    [all...]
vp9_dct_sse2.c     [all...]

Completed in 39 milliseconds