Lines Matching refs:mi_col
201 int mi_col, BLOCK_SIZE bsize, in av1_cyclic_refresh_update_segment() argument
207 const int xmis = AOMMIN(cm->mi_cols - mi_col, bw); in av1_cyclic_refresh_update_segment()
209 const int block_index = mi_row * cm->mi_cols + mi_col; in av1_cyclic_refresh_update_segment()
256 int mi_row, mi_col; in av1_cyclic_refresh_postencode() local
260 for (mi_col = 0; mi_col < cm->mi_cols; mi_col++) { in av1_cyclic_refresh_postencode()
261 if (cyclic_refresh_segment_id(seg_map[mi_row * cm->mi_cols + mi_col]) == in av1_cyclic_refresh_postencode()
265 seg_map[mi_row * cm->mi_cols + mi_col]) == in av1_cyclic_refresh_postencode()
317 int mi_col = sb_col_index * cm->seq_params.mib_size; in cyclic_refresh_update_map() local
323 assert(mi_col >= 0 && mi_col < cm->mi_cols); in cyclic_refresh_update_map()
324 bl_index = mi_row * cm->mi_cols + mi_col; in cyclic_refresh_update_map()
326 xmis = AOMMIN(cm->mi_cols - mi_col, cm->seq_params.mib_size); in cyclic_refresh_update_map()