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

  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 40 static const int cospi_1_64 = 16364; variable
vp9_idct.c 668 s0 = x0 * cospi_1_64 + x1 * cospi_31_64;
669 s1 = x0 * cospi_31_64 - x1 * cospi_1_64;
901 temp1 = input[1] * cospi_31_64 - input[31] * cospi_1_64;
902 temp2 = input[1] * cospi_1_64 + input[31] * cospi_31_64;
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans32_cols_dspr2.c 71 "msub $ac1, %[load2], %[cospi_1_64] \n\t"
74 "madd $ac3, %[load1], %[cospi_1_64] \n\t"
115 [cospi_31_64] "r" (cospi_31_64), [cospi_1_64] "r" (cospi_1_64),
    [all...]
vp9_itrans32_dspr2.c 114 "msub $ac1, %[load2], %[cospi_1_64] \n\t"
117 "madd $ac3, %[load1], %[cospi_1_64] \n\t"
159 [cospi_31_64] "r" (cospi_31_64), [cospi_1_64] "r" (cospi_1_64),
    [all...]
vp9_itrans16_dspr2.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 807 s0 = x0 * cospi_1_64 + x1 * cospi_31_64;
808 s1 = x0 * cospi_31_64 - x1 * cospi_1_64;
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct32x32_add_neon.asm 13 cospi_1_64 EQU 16364 define
461 ;temp1 = input[1 * 32] * cospi_31_64 - input[31 * 32] * cospi_1_64;
462 ;temp2 = input[1 * 32] * cospi_1_64 + input[31 * 32] * cospi_31_64;
466 DO_BUTTERFLY_STD cospi_31_64, cospi_1_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 63 const __m128i k__cospi_p31_p01 = pair_set_epi16(+cospi_31_64, cospi_1_64);
70 const __m128i k__cospi_m01_p31 = pair_set_epi16(-cospi_1_64, cospi_31_64);
    [all...]
vp9_dct_sse2.c     [all...]

Completed in 35 milliseconds