Searched refs:last_frame_seg_map (Results 1 – 14 of 14) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_alloccommon.c | 56 cm->last_frame_seg_map = cm->seg_map_array[cm->prev_seg_map_idx]; in alloc_seg_map() 70 cm->last_frame_seg_map = NULL; in free_seg_map() 180 if (cm->last_frame_seg_map) in vp9_init_context_buffers() 181 memset(cm->last_frame_seg_map, 0, cm->mi_rows * cm->mi_cols); in vp9_init_context_buffers() 191 cm->last_frame_seg_map = cm->seg_map_array[cm->prev_seg_map_idx]; in vp9_swap_current_and_last_seg_map()
|
D | vp9_entropymode.c | 434 if (cm->last_frame_seg_map) in vp9_setup_past_independence() 435 memset(cm->last_frame_seg_map, 0, (cm->mi_rows * cm->mi_cols)); in vp9_setup_past_independence()
|
D | vp9_onyxc_int.h | 204 uint8_t *last_frame_seg_map; member
|
/external/libaom/libaom/av1/encoder/ |
D | segmentation.c | 68 cm->last_frame_seg_map in count_segs() 69 ? get_segment_id(mi_params, cm->last_frame_seg_map, bsize, mi_row, in count_segs()
|
D | encodeframe.c | 445 seg->update_map ? cpi->enc_seg.map : cm->last_frame_seg_map; in set_offsets() 581 seg->update_map ? cpi->enc_seg.map : cm->last_frame_seg_map; in update_state() 4950 seg->update_map ? cpi->enc_seg.map : cm->last_frame_seg_map; in encode_sb_row() 5787 cm->last_frame_seg_map = cm->prev_frame->seg_map; in encode_frame_internal() 5789 cm->last_frame_seg_map = NULL; in encode_frame_internal()
|
D | encoder.c | 6474 } else if (cm->last_frame_seg_map) { in encode_frame_to_data_rate() 6475 memcpy(cm->cur_frame->seg_map, cm->last_frame_seg_map, in encode_frame_to_data_rate()
|
/external/libaom/libaom/av1/decoder/ |
D | decoder.c | 509 cm->last_frame_seg_map = cm->prev_frame->seg_map; in av1_receive_compressed_data() 511 cm->last_frame_seg_map = NULL; in av1_receive_compressed_data()
|
D | decodemv.c | 357 return cm->last_frame_seg_map ? dec_get_segment_id(cm, cm->last_frame_seg_map, in get_predicted_segment_id() 380 copy_segment_id(mi_params, cm->last_frame_seg_map, cm->cur_frame->seg_map, in read_inter_segment_id()
|
D | decodeframe.c | 1496 cm->last_frame_seg_map = cm->prev_frame->seg_map; in setup_segmentation() 1498 cm->last_frame_seg_map = NULL; in setup_segmentation()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 136 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/ |
D | vp9_segmentation.c | 181 get_segment_id(cm, cm->last_frame_seg_map, bsize, mi_row, mi_col); in count_segs()
|
D | vp9_encodeframe.c | 202 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in set_segment_index() 1829 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in update_state() 1971 cm->seg.update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in set_segment_rdmult() 2536 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in update_state_rt() 4450 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in encode_rd_sb_row() 5485 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in encode_nonrd_sb_row()
|
D | vp9_encoder.c | 1097 memcpy(cpi->coding_context.last_frame_seg_map_copy, cm->last_frame_seg_map, in save_coding_context() 1123 memcpy(cm->last_frame_seg_map, cpi->coding_context.last_frame_seg_map_copy, in restore_coding_context() 1261 uint8_t *cache_ptr = cm->last_frame_seg_map; in update_reference_segmentation_map()
|
/external/libaom/libaom/av1/common/ |
D | av1_common_int.h | 643 uint8_t *last_frame_seg_map; member
|