Home
last modified time | relevance | path

Searched refs:prescan_add (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/aom_dsp/x86/
Dadaptive_quantize_sse2.c36 int prescan_add[2]; in aom_quantize_b_adaptive_sse2() local
38 prescan_add[i] = ROUND_POWER_OF_TWO(dequant_ptr[i] * EOB_FACTOR, 7); in aom_quantize_b_adaptive_sse2()
52 const int prescan_add_val = prescan_add[rc != 0]; in aom_quantize_b_adaptive_sse2()
236 int prescan_add[2]; in aom_quantize_b_32x32_adaptive_sse2() local
238 prescan_add[i] = ROUND_POWER_OF_TWO(dequant_ptr[i] * EOB_FACTOR, 7); in aom_quantize_b_32x32_adaptive_sse2()
252 const int prescan_add_val = prescan_add[rc != 0]; in aom_quantize_b_32x32_adaptive_sse2()
/external/libaom/libaom/aom_dsp/
Dquantize.c32 int prescan_add[2]; in quantize_b_adaptive_helper_c() local
34 prescan_add[i] = ROUND_POWER_OF_TWO(dequant_ptr[i] * EOB_FACTOR, 7); in quantize_b_adaptive_helper_c()
41 const int prescan_add_val = prescan_add[rc != 0]; in quantize_b_adaptive_helper_c()
188 int prescan_add[2]; in highbd_quantize_b_adaptive_helper_c() local
190 prescan_add[i] = ROUND_POWER_OF_TWO(dequant_ptr[i] * EOB_FACTOR, 7); in highbd_quantize_b_adaptive_helper_c()
200 const int prescan_add_val = prescan_add[rc != 0]; in highbd_quantize_b_adaptive_helper_c()