Searched refs:EOB_FACTOR (Results 1 – 3 of 3) sorted by relevance
38 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()
34 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()
25 #define EOB_FACTOR 325 macro