Searched refs:last_frame_seg_map (Results 1 - 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_alloccommon.c106 vpx_free(cm->last_frame_seg_map);
107 cm->last_frame_seg_map = NULL;
135 vpx_free(cm->last_frame_seg_map);
136 cm->last_frame_seg_map = (uint8_t *)vpx_calloc(cm->mi_rows * cm->mi_cols, 1);
137 if (!cm->last_frame_seg_map)
198 cm->last_frame_seg_map = (uint8_t *)vpx_calloc(cm->mi_rows * cm->mi_cols, 1);
199 if (!cm->last_frame_seg_map)
235 if (cm->last_frame_seg_map)
236 vpx_memset(cm->last_frame_seg_map, 0, cm->mi_rows * cm->mi_cols);
H A Dvp9_entropymode.c442 if (cm->last_frame_seg_map)
443 vpx_memset(cm->last_frame_seg_map, 0, (cm->mi_rows * cm->mi_cols));
H A Dvp9_onyxc_int.h157 unsigned char *last_frame_seg_map; member in struct:VP9Common
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_segmentation.c148 const int pred_segment_id = vp9_get_segment_id(cm, cm->last_frame_seg_map,
H A Dvp9_ratectrl.c124 cm->last_frame_seg_map, (cm->mi_rows * cm->mi_cols));
144 vpx_memcpy(cm->last_frame_seg_map,
H A Dvp9_encodeframe.c256 : cm->last_frame_seg_map;
864 : cm->last_frame_seg_map;
1044 : cm->last_frame_seg_map;
1069 : cm->last_frame_seg_map;
H A Dvp9_onyx_if.c174 vpx_free(cm->last_frame_seg_map);
175 cm->last_frame_seg_map = NULL;
409 uint8_t *cache_ptr = cm->last_frame_seg_map;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodemv.c100 cm->last_frame_seg_map[mi_offset + y * cm->mi_cols + x] = segment_id;
131 predicted_segment_id = vp9_get_segment_id(cm, cm->last_frame_seg_map,

Completed in 189 milliseconds