Home
last modified time | relevance | path

Searched refs:mi_offset (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_complexity.c66 const int mi_offset = mi_row * cm->mi_cols + mi_col; in vp9_select_in_frame_q_segment() local
99 cpi->segmentation_map[mi_offset + y * cm->mi_cols + x] = segment; in vp9_select_in_frame_q_segment()
100 cpi->complexity_map[mi_offset + y * cm->mi_cols + x] = in vp9_select_in_frame_q_segment()
Dvp9_encodeframe.c1061 const int mi_offset = mi_row * cm->mi_cols + mi_col; in rd_pick_sb_modes() local
1062 unsigned char complexity = cpi->complexity_map[mi_offset]; in rd_pick_sb_modes()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_pred_common.c371 const int mi_offset = mi_row * cm->mi_cols + mi_col; in vp9_get_segment_id() local
381 segment_ids[mi_offset + y * cm->mi_cols + x]); in vp9_get_segment_id()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c89 const int mi_offset = mi_row * cm->mi_cols + mi_col; in set_segment_id() local
100 cm->last_frame_seg_map[mi_offset + y * cm->mi_cols + x] = segment_id; in set_segment_id()