Searched refs:calculate_qcoeff_log_scale (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | adaptive_quantize_sse2.c | 305 calculate_qcoeff_log_scale(&qcoeff0, round, quant, &shift, &log_scale); in aom_quantize_b_32x32_adaptive_sse2() 309 calculate_qcoeff_log_scale(&qcoeff1, round, quant, &shift, &log_scale); in aom_quantize_b_32x32_adaptive_sse2() 360 calculate_qcoeff_log_scale(&qcoeff0, round, quant, &shift, &log_scale); in aom_quantize_b_32x32_adaptive_sse2() 361 calculate_qcoeff_log_scale(&qcoeff1, round, quant, &shift, &log_scale); in aom_quantize_b_32x32_adaptive_sse2() 513 calculate_qcoeff_log_scale(&qcoeff0, round, quant, &shift, &log_scale); in aom_quantize_b_64x64_adaptive_sse2() 517 calculate_qcoeff_log_scale(&qcoeff1, round, quant, &shift, &log_scale); in aom_quantize_b_64x64_adaptive_sse2() 568 calculate_qcoeff_log_scale(&qcoeff0, round, quant, &shift, &log_scale); in aom_quantize_b_64x64_adaptive_sse2() 569 calculate_qcoeff_log_scale(&qcoeff1, round, quant, &shift, &log_scale); in aom_quantize_b_64x64_adaptive_sse2()
|
H A D | aom_quantize_avx.c | 212 calculate_qcoeff_log_scale(&qcoeff0, round, quant, &shift, &log_scale); in aom_quantize_b_32x32_avx() 216 calculate_qcoeff_log_scale(&qcoeff1, round, quant, &shift, &log_scale); in aom_quantize_b_32x32_avx() 259 calculate_qcoeff_log_scale(&qcoeff0, round, quant, &shift, &log_scale); in aom_quantize_b_32x32_avx() 260 calculate_qcoeff_log_scale(&qcoeff1, round, quant, &shift, &log_scale); in aom_quantize_b_32x32_avx()
|
H A D | quantize_x86.h | 49 static inline void calculate_qcoeff_log_scale(__m128i *coeff, in calculate_qcoeff_log_scale() function
|