Home
last modified time | relevance | path

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/
Dvp9_alloccommon.c106 vpx_free(cm->last_frame_seg_map); in vp9_free_frame_buffers()
107 cm->last_frame_seg_map = NULL; in vp9_free_frame_buffers()
135 vpx_free(cm->last_frame_seg_map); in vp9_resize_frame_buffers()
136 cm->last_frame_seg_map = (uint8_t *)vpx_calloc(cm->mi_rows * cm->mi_cols, 1); in vp9_resize_frame_buffers()
137 if (!cm->last_frame_seg_map) in vp9_resize_frame_buffers()
198 cm->last_frame_seg_map = (uint8_t *)vpx_calloc(cm->mi_rows * cm->mi_cols, 1); in vp9_alloc_frame_buffers()
199 if (!cm->last_frame_seg_map) in vp9_alloc_frame_buffers()
235 if (cm->last_frame_seg_map) in vp9_update_frame_size()
236 vpx_memset(cm->last_frame_seg_map, 0, cm->mi_rows * cm->mi_cols); in vp9_update_frame_size()
Dvp9_entropymode.c442 if (cm->last_frame_seg_map) in vp9_setup_past_independence()
443 vpx_memset(cm->last_frame_seg_map, 0, (cm->mi_rows * cm->mi_cols)); in vp9_setup_past_independence()
Dvp9_onyxc_int.h157 unsigned char *last_frame_seg_map; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_segmentation.c148 const int pred_segment_id = vp9_get_segment_id(cm, cm->last_frame_seg_map, in count_segs()
Dvp9_ratectrl.c124 cm->last_frame_seg_map, (cm->mi_rows * cm->mi_cols)); in vp9_save_coding_context()
144 vpx_memcpy(cm->last_frame_seg_map, in vp9_restore_coding_context()
Dvp9_encodeframe.c256 : cm->last_frame_seg_map; in set_offsets()
864 : cm->last_frame_seg_map; in update_state()
1044 : cm->last_frame_seg_map; in rd_pick_sb_modes()
1069 : cm->last_frame_seg_map; in rd_pick_sb_modes()
Dvp9_onyx_if.c174 vpx_free(cm->last_frame_seg_map); in dealloc_compressor_data()
175 cm->last_frame_seg_map = NULL; in dealloc_compressor_data()
409 uint8_t *cache_ptr = cm->last_frame_seg_map; in update_reference_segmentation_map()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c100 cm->last_frame_seg_map[mi_offset + y * cm->mi_cols + x] = segment_id; in set_segment_id()
131 predicted_segment_id = vp9_get_segment_id(cm, cm->last_frame_seg_map, in read_inter_segment_id()