Searched refs:map_index (Results 1 – 9 of 9) sorted by relevance
89 int map_index = (mb_row * cm->mb_cols); in thread_encoding_proc() local113 x->mb_activity_ptr = &cpi->mb_activity_map[map_index]; in thread_encoding_proc()171 if (cpi->segmentation_map[map_index + mb_col] <= 3) in thread_encoding_proc()172 … xd->mode_info_context->mbmi.segment_id = cpi->segmentation_map[map_index + mb_col]; in thread_encoding_proc()182 x->active_ptr = cpi->active_map + map_index + mb_col; in thread_encoding_proc()222 cpi->segmentation_map[map_index + mb_col] = mbmi->segment_id; in thread_encoding_proc()233 cpi->cyclic_refresh_map[map_index + mb_col] = -1; in thread_encoding_proc()236 if (cpi->cyclic_refresh_map[map_index + mb_col] == 1) in thread_encoding_proc()237 cpi->cyclic_refresh_map[map_index + mb_col] = 0; in thread_encoding_proc()240 cpi->cyclic_refresh_map[map_index + mb_col] = 1; in thread_encoding_proc()
377 int map_index = (mb_row * cpi->common.mb_cols); in encode_mb_row() local428 x->mb_activity_ptr = &cpi->mb_activity_map[map_index]; in encode_mb_row()488 if (cpi->segmentation_map[map_index+mb_col] <= 3) in encode_mb_row()489 xd->mode_info_context->mbmi.segment_id = cpi->segmentation_map[map_index+mb_col]; in encode_mb_row()499 x->active_ptr = cpi->active_map + map_index + mb_col; in encode_mb_row()537 cpi->segmentation_map[map_index+mb_col] = xd->mode_info_context->mbmi.segment_id; in encode_mb_row()547 cpi->cyclic_refresh_map[map_index+mb_col] = -1; in encode_mb_row()550 if (cpi->cyclic_refresh_map[map_index+mb_col] == 1) in encode_mb_row()551 cpi->cyclic_refresh_map[map_index+mb_col] = 0; in encode_mb_row()554 cpi->cyclic_refresh_map[map_index+mb_col] = 1; in encode_mb_row()
77 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member
93 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member
118 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member
97 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member
389 int map_index = 0; in print_seg_map() local396 fprintf(statsfile, "%10d", cpi->segmentation_map[map_index]); in print_seg_map()397 map_index++; in print_seg_map()