Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c138 const int block_index = mi_row * cm->mi_cols + mi_col; in vp9_cyclic_refresh_update_segment() local
141 int new_map_value = cr->map[block_index]; in vp9_cyclic_refresh_update_segment()
158 if (cr->map[block_index] == 1) in vp9_cyclic_refresh_update_segment()
168 cr->map[block_index + y * cm->mi_cols + x] = new_map_value; in vp9_cyclic_refresh_update_segment()
169 cpi->segmentation_map[block_index + y * cm->mi_cols + x] = in vp9_cyclic_refresh_update_segment()