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

  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 79 const __m128i w0 = _mm_srai_epi32(v0, DCT_CONST_BITS);
80 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS);
81 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS);
82 const __m128i w6 = _mm_srai_epi32(v6, DCT_CONST_BITS);
189 u[0] = _mm_srai_epi32(v[0], DCT_CONST_BITS);
190 u[1] = _mm_srai_epi32(v[1], DCT_CONST_BITS);
191 u[2] = _mm_srai_epi32(v[2], DCT_CONST_BITS);
192 u[3] = _mm_srai_epi32(v[3], DCT_CONST_BITS);
237 u[0] = _mm_srai_epi32(v[0], DCT_CONST_BITS);
238 u[1] = _mm_srai_epi32(v[1], DCT_CONST_BITS);
    [all...]
vp9_dct32x32_sse2.c 362 const __m128i s2_20_6 = _mm_srai_epi32(s2_20_4, DCT_CONST_BITS);
363 const __m128i s2_20_7 = _mm_srai_epi32(s2_20_5, DCT_CONST_BITS);
364 const __m128i s2_21_6 = _mm_srai_epi32(s2_21_4, DCT_CONST_BITS);
365 const __m128i s2_21_7 = _mm_srai_epi32(s2_21_5, DCT_CONST_BITS);
366 const __m128i s2_22_6 = _mm_srai_epi32(s2_22_4, DCT_CONST_BITS);
367 const __m128i s2_22_7 = _mm_srai_epi32(s2_22_5, DCT_CONST_BITS);
368 const __m128i s2_23_6 = _mm_srai_epi32(s2_23_4, DCT_CONST_BITS);
369 const __m128i s2_23_7 = _mm_srai_epi32(s2_23_5, DCT_CONST_BITS);
370 const __m128i s2_24_6 = _mm_srai_epi32(s2_24_4, DCT_CONST_BITS);
371 const __m128i s2_24_7 = _mm_srai_epi32(s2_24_5, DCT_CONST_BITS);
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 23 #define DCT_CONST_BITS 14
24 #define DCT_CONST_ROUNDING (1 << (DCT_CONST_BITS - 1))
79 int rv = ROUND_POWER_OF_TWO(input, DCT_CONST_BITS);
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 500 x0 = ROUND_POWER_OF_TWO((s0 + s4), DCT_CONST_BITS);
501 x1 = ROUND_POWER_OF_TWO((s1 + s5), DCT_CONST_BITS);
502 x2 = ROUND_POWER_OF_TWO((s2 + s6), DCT_CONST_BITS);
503 x3 = ROUND_POWER_OF_TWO((s3 + s7), DCT_CONST_BITS);
504 x4 = ROUND_POWER_OF_TWO((s0 - s4), DCT_CONST_BITS);
505 x5 = ROUND_POWER_OF_TWO((s1 - s5), DCT_CONST_BITS);
506 x6 = ROUND_POWER_OF_TWO((s2 - s6), DCT_CONST_BITS);
507 x7 = ROUND_POWER_OF_TWO((s3 - s7), DCT_CONST_BITS);
523 x4 = ROUND_POWER_OF_TWO((s4 + s6), DCT_CONST_BITS);
524 x5 = ROUND_POWER_OF_TWO((s5 + s7), DCT_CONST_BITS);
    [all...]
vp9_itrans32_cols_dspr2.c 477 step3_29 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
496 step3_28 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
520 step3_27 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
539 step3_26 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
    [all...]
vp9_itrans32_dspr2.c 543 step3_29 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
562 step3_28 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
586 step3_27 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS;
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 64 input0 = _mm_srai_epi32(input0, DCT_CONST_BITS);
65 input1 = _mm_srai_epi32(input1, DCT_CONST_BITS);
66 input2 = _mm_srai_epi32(input2, DCT_CONST_BITS);
67 input3 = _mm_srai_epi32(input3, DCT_CONST_BITS);
103 input0 = _mm_srai_epi32(input0, DCT_CONST_BITS);
104 input1 = _mm_srai_epi32(input1, DCT_CONST_BITS);
105 input2 = _mm_srai_epi32(input2, DCT_CONST_BITS);
106 input3 = _mm_srai_epi32(input3, DCT_CONST_BITS);
207 v[0] = _mm_srai_epi32(u[0], DCT_CONST_BITS);
208 v[1] = _mm_srai_epi32(u[1], DCT_CONST_BITS);
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct32x32_1_add_neon.asm 86 add r0, r0, #0x2000 ; +(1 << ((DCT_CONST_BITS) - 1))
87 asr r0, r0, #14 ; >> DCT_CONST_BITS
92 add r0, r0, #0x2000 ; +(1 << ((DCT_CONST_BITS) - 1))
93 asr r0, r0, #14 ; >> DCT_CONST_BITS
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 984 int rv = ROUND_POWER_OF_TWO(input, DCT_CONST_BITS);
    [all...]

Completed in 105 milliseconds