Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c285 const int bl_index2 = bl_index + y * cm->mi_cols + x; in vp9_cyclic_refresh_setup() local
289 if (cr->map[bl_index2] == 0) { in vp9_cyclic_refresh_setup()
290 seg_map[bl_index2] = 1; in vp9_cyclic_refresh_setup()
292 } else if (cr->map[bl_index2] < 0) { in vp9_cyclic_refresh_setup()
293 cr->map[bl_index2]++; in vp9_cyclic_refresh_setup()