Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_seg_common.h40 uint8_t update_map; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_segmentation.c24 seg->update_map = 1; in vp9_enable_segmentation()
40 seg->update_map = 1; in vp9_set_segmentation_map()
297 seg->update_map = 0; in vp9_reset_segment_features()
Dvp9_bitstream.c187 if (seg->enabled && seg->update_map) in write_segment_id()
244 if (seg->update_map) { in pack_inter_mode_mvs()
344 if (seg->update_map) in write_mb_modes_kf()
753 vp9_wb_write_bit(wb, seg->update_map); in encode_segmentation()
754 if (seg->update_map) { in encode_segmentation()
Dvp9_onyx_if.c275 seg->update_map = 0; in configure_static_seg_features()
288 seg->update_map = 0; in configure_static_seg_features()
303 seg->update_map = 1; in configure_static_seg_features()
323 seg->update_map = 0; in configure_static_seg_features()
348 seg->update_map = 0; in configure_static_seg_features()
379 seg->update_map = 0; in configure_static_seg_features()
2618 seg->update_map = 1;
2749 if (cm->seg.update_map)
2817 cm->seg.update_map = 0;
2938 cm->seg.update_map ||
Dvp9_encodeframe.c255 const uint8_t *const map = seg->update_map ? cpi->segmentation_map in set_offsets()
863 const uint8_t *const map = seg->update_map ? cpi->segmentation_map in update_state()
1043 const uint8_t *const map = cm->seg.update_map ? cpi->segmentation_map in rd_pick_sb_modes()
1068 const uint8_t *const map = cm->seg.update_map ? cpi->segmentation_map in rd_pick_sb_modes()
1848 if ((cpi->oxcf.aq_mode == COMPLEXITY_AQ) && cm->seg.update_map) { in rd_use_partition()
2292 if ((cpi->oxcf.aq_mode == COMPLEXITY_AQ) && cm->seg.update_map) { in rd_pick_partition()
2890 if ((cpi->oxcf.aq_mode == COMPLEXITY_AQ) && cm->seg.update_map) { in nonrd_pick_partition()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c113 if (!seg->update_map) in read_intra_segment_id()
133 if (!seg->update_map) in read_inter_segment_id()
Dvp9_decodeframe.c494 seg->update_map = 0; in setup_segmentation()
502 seg->update_map = vp9_rb_read_bit(rb); in setup_segmentation()
503 if (seg->update_map) { in setup_segmentation()