Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_avx.c77 calculate_qcoeff(&qcoeff0, round, quant, shift); in vpx_quantize_b_avx()
81 calculate_qcoeff(&qcoeff1, round, quant, shift); in vpx_quantize_b_avx()
124 calculate_qcoeff(&qcoeff0, round, quant, shift); in vpx_quantize_b_avx()
125 calculate_qcoeff(&qcoeff1, round, quant, shift); in vpx_quantize_b_avx()
216 calculate_qcoeff(&qcoeff0, round, quant, shift); in vpx_quantize_b_32x32_avx()
220 calculate_qcoeff(&qcoeff1, round, quant, shift); in vpx_quantize_b_32x32_avx()
263 calculate_qcoeff(&qcoeff0, round, quant, shift); in vpx_quantize_b_32x32_avx()
264 calculate_qcoeff(&qcoeff1, round, quant, shift); in vpx_quantize_b_32x32_avx()
Dquantize_ssse3.c54 calculate_qcoeff(&qcoeff0, round, quant, shift); in vpx_quantize_b_ssse3()
58 calculate_qcoeff(&qcoeff1, round, quant, shift); in vpx_quantize_b_ssse3()
88 calculate_qcoeff(&qcoeff0, round, quant, shift); in vpx_quantize_b_ssse3()
89 calculate_qcoeff(&qcoeff1, round, quant, shift); in vpx_quantize_b_ssse3()
188 calculate_qcoeff(&qcoeff0, round, quant, shift); in vpx_quantize_b_32x32_ssse3()
192 calculate_qcoeff(&qcoeff1, round, quant, shift); in vpx_quantize_b_32x32_ssse3()
239 calculate_qcoeff(&qcoeff0, round, quant, shift); in vpx_quantize_b_32x32_ssse3()
240 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()
96 calculate_qcoeff(&qcoeff0, round, quant, shift); in vpx_quantize_b_sse2()
97 calculate_qcoeff(&qcoeff1, round, quant, shift); in vpx_quantize_b_sse2()
Dquantize_sse2.h38 static INLINE void calculate_qcoeff(__m128i *coeff, const __m128i round, in calculate_qcoeff() function
/external/libaom/libaom/aom_dsp/x86/
Dquantize_sse2.c57 calculate_qcoeff(&qcoeff0, round, quant, shift); in aom_quantize_b_sse2()
63 calculate_qcoeff(&qcoeff1, round, quant, shift); in aom_quantize_b_sse2()
99 calculate_qcoeff(&qcoeff0, round, quant, shift); in aom_quantize_b_sse2()
100 calculate_qcoeff(&qcoeff1, round, quant, shift); in aom_quantize_b_sse2()
Dadaptive_quantize_sse2.c99 calculate_qcoeff(&qcoeff0, round, quant, shift); in aom_quantize_b_adaptive_sse2()
105 calculate_qcoeff(&qcoeff1, round, quant, shift); in aom_quantize_b_adaptive_sse2()
159 calculate_qcoeff(&qcoeff0, round, quant, shift); in aom_quantize_b_adaptive_sse2()
160 calculate_qcoeff(&qcoeff1, round, quant, shift); in aom_quantize_b_adaptive_sse2()
Dquantize_x86.h40 static INLINE void calculate_qcoeff(__m128i *coeff, const __m128i round, in calculate_qcoeff() function