Searched refs:SKIP_EOB_FACTOR_ADJUST (Results 1 – 6 of 6) sorted by relevance
51 #if SKIP_EOB_FACTOR_ADJUST in aom_quantize_b_adaptive_helper_c()80 #if SKIP_EOB_FACTOR_ADJUST in aom_quantize_b_adaptive_helper_c()86 #if SKIP_EOB_FACTOR_ADJUST in aom_quantize_b_adaptive_helper_c()92 const int factor = EOB_FACTOR + SKIP_EOB_FACTOR_ADJUST; in aom_quantize_b_adaptive_helper_c()206 #if SKIP_EOB_FACTOR_ADJUST in aom_highbd_quantize_b_adaptive_helper_c()231 #if SKIP_EOB_FACTOR_ADJUST in aom_highbd_quantize_b_adaptive_helper_c()237 #if SKIP_EOB_FACTOR_ADJUST in aom_highbd_quantize_b_adaptive_helper_c()243 const int factor = EOB_FACTOR + SKIP_EOB_FACTOR_ADJUST; in aom_highbd_quantize_b_adaptive_helper_c()
50 #if SKIP_EOB_FACTOR_ADJUST in aom_quantize_b_adaptive_sse2()188 #if SKIP_EOB_FACTOR_ADJUST in aom_quantize_b_adaptive_sse2()205 const int factor = EOB_FACTOR + SKIP_EOB_FACTOR_ADJUST; in aom_quantize_b_adaptive_sse2()255 #if SKIP_EOB_FACTOR_ADJUST in aom_quantize_b_32x32_adaptive_sse2()397 #if SKIP_EOB_FACTOR_ADJUST in aom_quantize_b_32x32_adaptive_sse2()414 const int factor = EOB_FACTOR + SKIP_EOB_FACTOR_ADJUST; in aom_quantize_b_32x32_adaptive_sse2()463 #if SKIP_EOB_FACTOR_ADJUST in aom_quantize_b_64x64_adaptive_sse2()605 #if SKIP_EOB_FACTOR_ADJUST in aom_quantize_b_64x64_adaptive_sse2()622 const int factor = EOB_FACTOR + SKIP_EOB_FACTOR_ADJUST; in aom_quantize_b_64x64_adaptive_sse2()
127 #if SKIP_EOB_FACTOR_ADJUST in aom_highbd_quantize_b_adaptive_sse2()271 #if SKIP_EOB_FACTOR_ADJUST in aom_highbd_quantize_b_adaptive_sse2()288 const int factor = EOB_FACTOR + SKIP_EOB_FACTOR_ADJUST; in aom_highbd_quantize_b_adaptive_sse2()338 #if SKIP_EOB_FACTOR_ADJUST in aom_highbd_quantize_b_32x32_adaptive_sse2()488 #if SKIP_EOB_FACTOR_ADJUST in aom_highbd_quantize_b_32x32_adaptive_sse2()505 const int factor = EOB_FACTOR + SKIP_EOB_FACTOR_ADJUST; in aom_highbd_quantize_b_32x32_adaptive_sse2()554 #if SKIP_EOB_FACTOR_ADJUST in aom_highbd_quantize_b_64x64_adaptive_sse2()704 #if SKIP_EOB_FACTOR_ADJUST in aom_highbd_quantize_b_64x64_adaptive_sse2()721 const int factor = EOB_FACTOR + SKIP_EOB_FACTOR_ADJUST; in aom_highbd_quantize_b_64x64_adaptive_sse2()
135 #if SKIP_EOB_FACTOR_ADJUST in aom_highbd_quantize_b_adaptive_avx2()243 #if SKIP_EOB_FACTOR_ADJUST in aom_highbd_quantize_b_adaptive_avx2()260 const int factor = EOB_FACTOR + SKIP_EOB_FACTOR_ADJUST; in aom_highbd_quantize_b_adaptive_avx2()307 #if SKIP_EOB_FACTOR_ADJUST in aom_highbd_quantize_b_32x32_adaptive_avx2()429 #if SKIP_EOB_FACTOR_ADJUST in aom_highbd_quantize_b_32x32_adaptive_avx2()446 const int factor = EOB_FACTOR + SKIP_EOB_FACTOR_ADJUST; in aom_highbd_quantize_b_32x32_adaptive_avx2()
124 #if SKIP_EOB_FACTOR_ADJUST in aom_quantize_b_adaptive_avx2()215 #if SKIP_EOB_FACTOR_ADJUST in aom_quantize_b_adaptive_avx2()232 const int factor = EOB_FACTOR + SKIP_EOB_FACTOR_ADJUST; in aom_quantize_b_adaptive_avx2()
26 #define SKIP_EOB_FACTOR_ADJUST 200 macro