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

  /external/libvpx/libvpx/vpx_dsp/x86/
quantize_sse2.c 32 __m128i qcoeff0, qcoeff1; local
51 qcoeff0 = invert_sign_sse2(coeff0, coeff0_sign);
54 cmp_mask0 = _mm_cmpgt_epi16(qcoeff0, zbin);
58 calculate_qcoeff(&qcoeff0, round, quant, shift);
67 qcoeff0 = invert_sign_sse2(qcoeff0, coeff0_sign);
71 qcoeff0 = _mm_and_si128(qcoeff0, cmp_mask0);
74 store_tran_low(qcoeff0, qcoeff_ptr);
77 calculate_dqcoeff_and_store(qcoeff0, dequant, dqcoeff_ptr)
    [all...]
quantize_avx.c 36 __m128i qcoeff0, qcoeff1; local
54 qcoeff0 = _mm_abs_epi16(coeff0);
57 cmp_mask0 = _mm_cmpgt_epi16(qcoeff0, zbin);
77 calculate_qcoeff(&qcoeff0, round, quant, shift);
84 qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0);
88 qcoeff0 = _mm_and_si128(qcoeff0, cmp_mask0);
91 store_tran_low(qcoeff0, qcoeff_ptr);
94 calculate_dqcoeff_and_store(qcoeff0, dequant, dqcoeff_ptr)
162 __m128i qcoeff0, qcoeff1; local
    [all...]
quantize_ssse3.c 32 __m128i qcoeff0, qcoeff1; local
47 qcoeff0 = _mm_abs_epi16(coeff0);
50 cmp_mask0 = _mm_cmpgt_epi16(qcoeff0, zbin);
54 calculate_qcoeff(&qcoeff0, round, quant, shift);
61 qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0);
65 qcoeff0 = _mm_and_si128(qcoeff0, cmp_mask0);
68 store_tran_low(qcoeff0, qcoeff_ptr);
71 calculate_dqcoeff_and_store(qcoeff0, dequant, dqcoeff_ptr)
127 __m128i qcoeff0, qcoeff1; local
    [all...]
  /external/libaom/libaom/aom_dsp/x86/
quantize_sse2.c 33 __m128i qcoeff0, qcoeff1; local
50 qcoeff0 = invert_sign_sse2(coeff0, coeff0_sign);
53 cmp_mask0 = _mm_cmpgt_epi16(qcoeff0, zbin);
57 calculate_qcoeff(&qcoeff0, round, quant, shift);
66 qcoeff0 = invert_sign_sse2(qcoeff0, coeff0_sign);
70 qcoeff0 = _mm_and_si128(qcoeff0, cmp_mask0);
73 store_coefficients(qcoeff0, qcoeff_ptr);
76 coeff0 = calculate_dqcoeff(qcoeff0, dequant)
    [all...]
quantize_ssse3.c 76 __m128i coeff0, coeff1, qcoeff0, qcoeff1; local
100 qcoeff0 = _mm_abs_epi16(coeff0);
103 cmp_mask0 = _mm_cmpgt_epi16(qcoeff0, zbin);
121 calculate_qcoeff_64x64(&qcoeff0, round, quant, &shift);
128 qcoeff0 = _mm_sign_epi16(qcoeff0, coeff0);
132 qcoeff0 = _mm_and_si128(qcoeff0, cmp_mask0);
135 store_coefficients(qcoeff0, qcoeff_ptr);
138 calculate_dqcoeff_and_store_64x64(qcoeff0, dequant, zero, dqcoeff_ptr)
    [all...]
adaptive_quantize_sse2.c 30 __m128i qcoeff0, qcoeff1; local
74 qcoeff0 = invert_sign_sse2(coeff0, coeff0_sign);
80 cmp_mask0 = _mm_and_si128(prescan0, _mm_cmpgt_epi16(qcoeff0, zbin));
99 calculate_qcoeff(&qcoeff0, round, quant, shift);
108 qcoeff0 = invert_sign_sse2(qcoeff0, coeff0_sign);
112 qcoeff0 = _mm_and_si128(qcoeff0, cmp_mask0);
115 store_coefficients(qcoeff0, qcoeff_ptr);
118 coeff0 = calculate_dqcoeff(qcoeff0, dequant)
230 __m128i qcoeff0, qcoeff1; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_quantize_sse2.c 55 __m128i qcoeff0, qcoeff1; local
64 qcoeff0 = _mm_xor_si128(coeff0, coeff0_sign);
66 qcoeff0 = _mm_sub_epi16(qcoeff0, coeff0_sign);
69 qcoeff0 = _mm_adds_epi16(qcoeff0, round);
72 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant);
77 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign);
79 qcoeff0 = _mm_sub_epi16(qcoeff0, coeff0_sign)
122 __m128i qcoeff0, qcoeff1; local
    [all...]
vp9_dct_ssse3.c 307 __m128i qcoeff0, qcoeff1; local
316 qcoeff0 = _mm_xor_si128(coeff0, coeff0_sign);
318 qcoeff0 = _mm_sub_epi16(qcoeff0, coeff0_sign);
321 qcoeff0 = _mm_adds_epi16(qcoeff0, round);
324 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant);
329 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign);
331 qcoeff0 = _mm_sub_epi16(qcoeff0, coeff0_sign)
374 __m128i qcoeff0, qcoeff1; local
    [all...]
vp9_dct_intrin_sse2.c 474 __m128i qcoeff0, qcoeff1; local
483 qcoeff0 = _mm_xor_si128(coeff0, coeff0_sign);
485 qcoeff0 = _mm_sub_epi16(qcoeff0, coeff0_sign);
488 qcoeff0 = _mm_adds_epi16(qcoeff0, round);
491 qtmp0 = _mm_mulhi_epi16(qcoeff0, quant);
496 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign);
498 qcoeff0 = _mm_sub_epi16(qcoeff0, coeff0_sign)
540 __m128i qcoeff0, qcoeff1; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_sse4.c 49 __m128i qcoeff0 = _mm_setzero_si128(); local
99 SELECT_EOB(1, 0, x_minus_zbin0, y0, qcoeff0);
100 SELECT_EOB(2, 1, x_minus_zbin0, y0, qcoeff0);
101 SELECT_EOB(3, 4, x_minus_zbin0, y0, qcoeff0);
103 SELECT_EOB(5, 5, x_minus_zbin0, y0, qcoeff0);
104 SELECT_EOB(6, 2, x_minus_zbin0, y0, qcoeff0);
105 SELECT_EOB(7, 3, x_minus_zbin0, y0, qcoeff0);
106 SELECT_EOB(8, 6, x_minus_zbin0, y0, qcoeff0);
111 SELECT_EOB(13, 7, x_minus_zbin0, y0, qcoeff0);
116 _mm_store_si128((__m128i *)(d->qcoeff), qcoeff0);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/ppc/
vp9_quantize_vsx.c 47 int16x8_t qcoeff0, qcoeff1, dqcoeff0, dqcoeff1, eob; local
63 qcoeff0 = vec_mulhi(vec_vaddshs(vec_abs(coeff0), round), quant);
64 zero_coeff0 = vec_cmpeq(qcoeff0, vec_zeros_s16);
65 qcoeff0 = vec_sign(qcoeff0, coeff0);
66 vec_vsx_st(qcoeff0, 0, qcoeff_ptr);
68 dqcoeff0 = vec_mladd(qcoeff0, dequant, vec_zeros_s16);
110 qcoeff0 = vec_mulhi(vec_vaddshs(vec_abs(coeff0), round), quant);
111 zero_coeff0 = vec_cmpeq(qcoeff0, vec_zeros_s16);
112 qcoeff0 = vec_sign(qcoeff0, coeff0)
182 int16x8_t qcoeff0, qcoeff1, dqcoeff0, dqcoeff1, eob; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/ppc/
quantize_vsx.c 104 int16x8_t qcoeff0, qcoeff1, dqcoeff0, dqcoeff1, eob; local
128 qcoeff0 =
130 vec_vsx_st(qcoeff0, 0, qcoeff_ptr);
138 dqcoeff0 = vec_mladd(qcoeff0, dequant, vec_zeros_s16);
144 eob = vec_max(nonzero_scanindex(qcoeff0, zero_mask0, iscan_ptr, 0),
164 qcoeff0 = quantize_coeff(coeff0, coeff0_abs, round, quant, quant_shift,
170 vec_vsx_st(qcoeff0, off0, qcoeff_ptr);
174 dqcoeff0 = vec_mladd(qcoeff0, dequant, vec_zeros_s16);
183 vec_max(eob, nonzero_scanindex(qcoeff0, zero_mask0, iscan_ptr, off0));
214 int16x8_t qcoeff0, qcoeff1, eob local
    [all...]
  /external/libaom/libaom/av1/encoder/x86/
av1_quantize_sse2.c 86 __m128i qcoeff0 = _mm_xor_si128(coeff0, coeff0_sign); local
88 qcoeff0 = _mm_sub_epi16(qcoeff0, coeff0_sign);
90 const __m128i mask0 = _mm_or_si128(_mm_cmpgt_epi16(qcoeff0, *thr0),
91 _mm_cmpeq_epi16(qcoeff0, *thr0));
97 qcoeff0 = _mm_adds_epi16(qcoeff0, *round0);
99 const __m128i qtmp0 = _mm_mulhi_epi16(qcoeff0, *quant0);
103 qcoeff0 = _mm_xor_si128(qtmp0, coeff0_sign);
105 qcoeff0 = _mm_sub_epi16(qcoeff0, coeff0_sign)
    [all...]

Completed in 349 milliseconds