Home | History | Annotate | Download | only in encoder

Lines Matching defs:map_index

89                 int map_index = (mb_row * cm->mb_cols);
113 x->mb_activity_ptr = &cpi->mb_activity_map[map_index];
171 if (cpi->segmentation_map[map_index + mb_col] <= 3)
172 xd->mode_info_context->mbmi.segment_id = cpi->segmentation_map[map_index + mb_col];
182 x->active_ptr = cpi->active_map + map_index + mb_col;
222 cpi->segmentation_map[map_index + mb_col] = mbmi->segment_id;
233 cpi->cyclic_refresh_map[map_index + mb_col] = -1;
236 if (cpi->cyclic_refresh_map[map_index + mb_col] == 1)
237 cpi->cyclic_refresh_map[map_index + mb_col] = 0;
240 cpi->cyclic_refresh_map[map_index + mb_col] = 1;