Home
last modified time | relevance | path

Searched refs:EOB_FACTOR (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/aom_dsp/x86/
Dadaptive_quantize_sse2.c38 prescan_add[i] = ROUND_POWER_OF_TWO(dequant_ptr[i] * EOB_FACTOR, 7); in aom_quantize_b_adaptive_sse2()
203 const int factor = EOB_FACTOR + SKIP_EOB_FACTOR_ADJUST; in aom_quantize_b_adaptive_sse2()
238 prescan_add[i] = ROUND_POWER_OF_TWO(dequant_ptr[i] * EOB_FACTOR, 7); in aom_quantize_b_32x32_adaptive_sse2()
410 const int factor = EOB_FACTOR + SKIP_EOB_FACTOR_ADJUST; in aom_quantize_b_32x32_adaptive_sse2()
/external/libaom/libaom/aom_dsp/
Dquantize.c34 prescan_add[i] = ROUND_POWER_OF_TWO(dequant_ptr[i] * EOB_FACTOR, 7); in quantize_b_adaptive_helper_c()
92 const int factor = EOB_FACTOR + SKIP_EOB_FACTOR_ADJUST; in quantize_b_adaptive_helper_c()
190 prescan_add[i] = ROUND_POWER_OF_TWO(dequant_ptr[i] * EOB_FACTOR, 7); in highbd_quantize_b_adaptive_helper_c()
242 const int factor = EOB_FACTOR + SKIP_EOB_FACTOR_ADJUST; in highbd_quantize_b_adaptive_helper_c()
/external/libaom/libaom/av1/encoder/
Dav1_quantize.h25 #define EOB_FACTOR 325 macro