Searched refs:calculate_qcoeff (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | quantize_avx.c | 76 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()
|
D | quantize_ssse3.c | 53 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()
|
D | quantize_sse2.c | 58 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()
|
D | quantize_x86.h | 36 static INLINE void calculate_qcoeff(__m128i *coeff, const __m128i round, in calculate_qcoeff() function
|