Home
last modified time | relevance | path

Searched refs:last_frame_seg_map (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_alloccommon.c120 vpx_free(cm->last_frame_seg_map); in vp9_free_context_buffers()
121 cm->last_frame_seg_map = NULL; in vp9_free_context_buffers()
136 cm->last_frame_seg_map = (uint8_t *)vpx_calloc(cm->mi_rows * cm->mi_cols, 1); in vp9_alloc_context_buffers()
137 if (!cm->last_frame_seg_map) goto fail; in vp9_alloc_context_buffers()
204 if (cm->last_frame_seg_map) in vp9_init_context_buffers()
205 vpx_memset(cm->last_frame_seg_map, 0, cm->mi_rows * cm->mi_cols); in vp9_init_context_buffers()
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.h154 unsigned char *last_frame_seg_map; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c99 cm->last_frame_seg_map[mi_offset + y * cm->mi_cols + x] = segment_id; in set_segment_id()
130 predicted_segment_id = vp9_get_segment_id(cm, cm->last_frame_seg_map, in read_inter_segment_id()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c136 const int pred_segment_id = vp9_get_segment_id(cm, cm->last_frame_seg_map, in count_segs()
Dvp9_encoder.c162 vpx_free(cm->last_frame_seg_map); in dealloc_compressor_data()
163 cm->last_frame_seg_map = NULL; in dealloc_compressor_data()
221 cm->last_frame_seg_map, (cm->mi_rows * cm->mi_cols)); in save_coding_context()
241 vpx_memcpy(cm->last_frame_seg_map, in restore_coding_context()
376 uint8_t *cache_ptr = cm->last_frame_seg_map; in update_reference_segmentation_map()
Dvp9_encodeframe.c179 : cm->last_frame_seg_map; in set_offsets()
536 : cm->last_frame_seg_map; in update_state()
750 : cm->last_frame_seg_map; in rd_pick_sb_modes()
767 : cm->last_frame_seg_map; in rd_pick_sb_modes()