Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_alloccommon.c66 cm->last_frame_seg_map = cm->seg_map_array[cm->prev_seg_map_idx]; in alloc_seg_map()
82 cm->last_frame_seg_map = NULL; in free_seg_map()
189 if (cm->last_frame_seg_map && !cm->frame_parallel_decode) in vp9_init_context_buffers()
190 memset(cm->last_frame_seg_map, 0, cm->mi_rows * cm->mi_cols); in vp9_init_context_buffers()
200 cm->last_frame_seg_map = cm->seg_map_array[cm->prev_seg_map_idx]; in vp9_swap_current_and_last_seg_map()
Dvp9_entropymode.c431 if (cm->last_frame_seg_map && !cm->frame_parallel_decode) in vp9_setup_past_independence()
432 memset(cm->last_frame_seg_map, 0, (cm->mi_rows * cm->mi_cols)); in vp9_setup_past_independence()
Dvp9_onyxc_int.h223 uint8_t *last_frame_seg_map; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_dthread.c152 dst_cm->last_frame_seg_map = src_cm->seg.enabled in vp9_frameworker_copy_context()
154 : src_cm->last_frame_seg_map; in vp9_frameworker_copy_context()
Dvp9_decodemv.c136 copy_segment_id(cm, cm->last_frame_seg_map, cm->current_frame_seg_map, in read_intra_segment_id()
156 predicted_segment_id = cm->last_frame_seg_map in read_inter_segment_id()
157 ? dec_get_segment_id(cm, cm->last_frame_seg_map, in read_inter_segment_id()
162 copy_segment_id(cm, cm->last_frame_seg_map, cm->current_frame_seg_map, in read_inter_segment_id()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c127 get_segment_id(cm, cm->last_frame_seg_map, bsize, mi_row, mi_col); in count_segs()
Dvp9_encodeframe.c250 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in set_offsets()
1488 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in update_state()
1710 cm->seg.update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in rd_pick_sb_modes()
1724 cm->seg.update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in rd_pick_sb_modes()
1732 cm->seg.update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in rd_pick_sb_modes()
2184 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in update_state_rt()
3373 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in encode_rd_sb_row()
4147 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in encode_nonrd_sb_row()
Dvp9_encoder.c879 memcpy(cpi->coding_context.last_frame_seg_map_copy, cm->last_frame_seg_map, in save_coding_context()
905 memcpy(cm->last_frame_seg_map, cpi->coding_context.last_frame_seg_map_copy, in restore_coding_context()
1041 uint8_t *cache_ptr = cm->last_frame_seg_map; in update_reference_segmentation_map()