Searched refs:last_frame_seg_map (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_alloccommon.c | 120 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()
|
D | vp9_entropymode.c | 442 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()
|
D | vp9_onyxc_int.h | 154 unsigned char *last_frame_seg_map; member
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 99 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/ |
D | vp9_segmentation.c | 136 const int pred_segment_id = vp9_get_segment_id(cm, cm->last_frame_seg_map, in count_segs()
|
D | vp9_encoder.c | 162 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()
|
D | vp9_encodeframe.c | 179 : 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()
|