Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dquantize.c51 #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()
/external/libaom/libaom/aom_dsp/x86/
Dadaptive_quantize_sse2.c50 #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()
Dhighbd_adaptive_quantize_sse2.c127 #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()
Dhighbd_adaptive_quantize_avx2.c135 #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()
Dadaptive_quantize_avx2.c124 #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()
/external/libaom/libaom/av1/encoder/
Dav1_quantize.h26 #define SKIP_EOB_FACTOR_ADJUST 200 macro