Home | History | Annotate | Download | only in encoder

Lines Matching defs:map_index

377     int map_index = (mb_row * cpi->common.mb_cols);
428 x->mb_activity_ptr = &cpi->mb_activity_map[map_index];
488 if (cpi->segmentation_map[map_index+mb_col] <= 3)
489 xd->mode_info_context->mbmi.segment_id = cpi->segmentation_map[map_index+mb_col];
499 x->active_ptr = cpi->active_map + map_index + mb_col;
537 cpi->segmentation_map[map_index+mb_col] = xd->mode_info_context->mbmi.segment_id;
547 cpi->cyclic_refresh_map[map_index+mb_col] = -1;
550 if (cpi->cyclic_refresh_map[map_index+mb_col] == 1)
551 cpi->cyclic_refresh_map[map_index+mb_col] = 0;
554 cpi->cyclic_refresh_map[map_index+mb_col] = 1;