Searched refs:calculate_dqcoeff (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | quantize_avx.c | 93 coeff0 = calculate_dqcoeff(qcoeff0, dequant); in vpx_quantize_b_avx() 95 coeff1 = calculate_dqcoeff(qcoeff1, dequant); in vpx_quantize_b_avx() 138 coeff0 = calculate_dqcoeff(qcoeff0, dequant); in vpx_quantize_b_avx() 139 coeff1 = calculate_dqcoeff(qcoeff1, dequant); in vpx_quantize_b_avx() 242 coeff0 = calculate_dqcoeff(coeff0, dequant); in vpx_quantize_b_32x32_avx() 244 coeff1 = calculate_dqcoeff(coeff1, dequant); in vpx_quantize_b_32x32_avx() 297 coeff0 = calculate_dqcoeff(coeff0, dequant); in vpx_quantize_b_32x32_avx() 298 coeff1 = calculate_dqcoeff(coeff1, dequant); in vpx_quantize_b_32x32_avx()
|
D | quantize_ssse3.c | 70 coeff0 = calculate_dqcoeff(qcoeff0, dequant); in vpx_quantize_b_ssse3() 72 coeff1 = calculate_dqcoeff(qcoeff1, dequant); in vpx_quantize_b_ssse3() 103 coeff0 = calculate_dqcoeff(qcoeff0, dequant); in vpx_quantize_b_ssse3() 104 coeff1 = calculate_dqcoeff(qcoeff1, dequant); in vpx_quantize_b_ssse3() 215 coeff0 = calculate_dqcoeff(coeff0, dequant); in vpx_quantize_b_32x32_ssse3() 217 coeff1 = calculate_dqcoeff(coeff1, dequant); in vpx_quantize_b_32x32_ssse3() 274 coeff0 = calculate_dqcoeff(coeff0, dequant); in vpx_quantize_b_32x32_ssse3() 275 coeff1 = calculate_dqcoeff(coeff1, dequant); in vpx_quantize_b_32x32_ssse3()
|
D | quantize_sse2.c | 77 coeff0 = calculate_dqcoeff(qcoeff0, dequant); in vpx_quantize_b_sse2() 79 coeff1 = calculate_dqcoeff(qcoeff1, dequant); in vpx_quantize_b_sse2() 112 coeff0 = calculate_dqcoeff(qcoeff0, dequant); in vpx_quantize_b_sse2() 113 coeff1 = calculate_dqcoeff(qcoeff1, dequant); in vpx_quantize_b_sse2()
|
D | quantize_x86.h | 45 static INLINE __m128i calculate_dqcoeff(__m128i qcoeff, __m128i dequant) { in calculate_dqcoeff() function
|