Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dethreading.c89 int map_index = (mb_row * cm->mb_cols); in thread_encoding_proc() local
113 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()
Dencodeframe.c377 int map_index = (mb_row * cpi->common.mb_cols); in encode_mb_row() local
428 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()
/hardware/qcom/gps/msm8960/core/
Dgps_extended_c.h77 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member
/hardware/qcom/gps/msm8084/core/
Dgps_extended_c.h93 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member
/hardware/qcom/gps/core/
Dgps_extended_c.h118 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member
/hardware/qcom/gps/msm8994/core/
Dgps_extended_c.h118 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member
/hardware/qcom/gps/msm8909/core/
Dgps_extended_c.h97 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member
/hardware/qcom/gps/msm8996/core/
Dgps_extended_c.h97 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c389 int map_index = 0; in print_seg_map() local
396 fprintf(statsfile, "%10d", cpi->segmentation_map[map_index]); in print_seg_map()
397 map_index++; in print_seg_map()