Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dquantize.c51 #if SKIP_EOB_FACTOR_ADJUST in quantize_b_adaptive_helper_c()
80 #if SKIP_EOB_FACTOR_ADJUST in quantize_b_adaptive_helper_c()
86 #if SKIP_EOB_FACTOR_ADJUST in quantize_b_adaptive_helper_c()
92 const int factor = EOB_FACTOR + SKIP_EOB_FACTOR_ADJUST; in quantize_b_adaptive_helper_c()
208 #if SKIP_EOB_FACTOR_ADJUST in highbd_quantize_b_adaptive_helper_c()
231 #if SKIP_EOB_FACTOR_ADJUST in highbd_quantize_b_adaptive_helper_c()
236 #if SKIP_EOB_FACTOR_ADJUST 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/aom_dsp/x86/
Dadaptive_quantize_sse2.c60 #if SKIP_EOB_FACTOR_ADJUST in aom_quantize_b_adaptive_sse2()
185 #if SKIP_EOB_FACTOR_ADJUST in aom_quantize_b_adaptive_sse2()
203 const int factor = EOB_FACTOR + SKIP_EOB_FACTOR_ADJUST; in aom_quantize_b_adaptive_sse2()
260 #if SKIP_EOB_FACTOR_ADJUST in aom_quantize_b_32x32_adaptive_sse2()
392 #if SKIP_EOB_FACTOR_ADJUST 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/av1/encoder/
Dav1_quantize.h26 #define SKIP_EOB_FACTOR_ADJUST 200 macro