Home
last modified time | relevance | path

Searched refs:bottom_overflow (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_aq_variance.c139 int bottom_overflow = in block_variance() local
142 if (right_overflow || bottom_overflow) { in block_variance()
144 const int bh = 8 * num_8x8_blocks_high_lookup[bs] - bottom_overflow; in block_variance()
/aosp_15_r20/external/libaom/av1/encoder/
H A Daq_variance.c195 int bottom_overflow = in av1_log_block_var() local
199 const int bh = MI_SIZE * mi_size_high[bs] - bottom_overflow; in av1_log_block_var()
H A Dintra_mode_search.c127 const int bottom_overflow = in compute_avg_log_variance() local
130 const int bh = (MI_SIZE * mi_size_high[bs] - bottom_overflow); in compute_avg_log_variance()
H A Dpartition_search.c5403 const int bottom_overflow = in log_sub_block_var() local
5406 const int bh = MI_SIZE * mi_size_high[bs] - bottom_overflow; in log_sub_block_var()