Home
last modified time | relevance | path

Searched refs:calculate_qcoeff (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_avx.c76 calculate_qcoeff(&qcoeff0, round, quant, shift); in vpx_quantize_b_avx()
80 calculate_qcoeff(&qcoeff1, round, quant, shift); in vpx_quantize_b_avx()
126 calculate_qcoeff(&qcoeff0, round, quant, shift); in vpx_quantize_b_avx()
127 calculate_qcoeff(&qcoeff1, round, quant, shift); in vpx_quantize_b_avx()
219 calculate_qcoeff(&qcoeff0, round, quant, shift); in vpx_quantize_b_32x32_avx()
223 calculate_qcoeff(&qcoeff1, round, quant, shift); in vpx_quantize_b_32x32_avx()
282 calculate_qcoeff(&qcoeff0, round, quant, shift); in vpx_quantize_b_32x32_avx()
283 calculate_qcoeff(&qcoeff1, round, quant, shift); in vpx_quantize_b_32x32_avx()
Dquantize_ssse3.c53 calculate_qcoeff(&qcoeff0, round, quant, shift); in vpx_quantize_b_ssse3()
57 calculate_qcoeff(&qcoeff1, round, quant, shift); in vpx_quantize_b_ssse3()
91 calculate_qcoeff(&qcoeff0, round, quant, shift); in vpx_quantize_b_ssse3()
92 calculate_qcoeff(&qcoeff1, round, quant, shift); in vpx_quantize_b_ssse3()
192 calculate_qcoeff(&qcoeff0, round, quant, shift); in vpx_quantize_b_32x32_ssse3()
196 calculate_qcoeff(&qcoeff1, round, quant, shift); in vpx_quantize_b_32x32_ssse3()
259 calculate_qcoeff(&qcoeff0, round, quant, shift); in vpx_quantize_b_32x32_ssse3()
260 calculate_qcoeff(&qcoeff1, round, quant, shift); in vpx_quantize_b_32x32_ssse3()
Dquantize_sse2.c58 calculate_qcoeff(&qcoeff0, round, quant, shift); in vpx_quantize_b_sse2()
64 calculate_qcoeff(&qcoeff1, round, quant, shift); in vpx_quantize_b_sse2()
100 calculate_qcoeff(&qcoeff0, round, quant, shift); in vpx_quantize_b_sse2()
101 calculate_qcoeff(&qcoeff1, round, quant, shift); in vpx_quantize_b_sse2()
Dquantize_x86.h36 static INLINE void calculate_qcoeff(__m128i *coeff, const __m128i round, in calculate_qcoeff() function