Searched refs:SKIP_EOB_FACTOR_ADJUST (Results 1 – 3 of 3) sorted by relevance
51 #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()
60 #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()
26 #define SKIP_EOB_FACTOR_ADJUST 200 macro