HomeSort by relevance Sort by last modified time
    Searched refs:bottom_overflow (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_variance.c 148 int bottom_overflow = local
151 if (right_overflow || bottom_overflow) {
153 const int bh = 8 * num_8x8_blocks_high_lookup[bs] - bottom_overflow;
  /external/libaom/libaom/av1/encoder/
aq_variance.c 114 int bottom_overflow = local
118 const int bh = MI_SIZE * mi_size_high[bs] - bottom_overflow;

Completed in 1072 milliseconds