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/ |
D | vp9_alloccommon.c | 106 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()
|
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 | 157 unsigned char *last_frame_seg_map; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 148 const int pred_segment_id = vp9_get_segment_id(cm, cm->last_frame_seg_map, in count_segs()
|
D | vp9_ratectrl.c | 124 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()
|
D | vp9_encodeframe.c | 256 : 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()
|
D | vp9_onyx_if.c | 174 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/ |
D | vp9_decodemv.c | 100 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()
|