Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/i915/
Di915_state_sampler.c61 static void update_map(struct i915_context *i915,
167 update_map(i915, in update_samplers()
298 static void update_map(struct i915_context *i915, in update_map() function
374 update_map(i915, in update_maps()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c23 seg->update_map = 1; in vp9_enable_segmentation()
29 seg->update_map = 0; in vp9_disable_segmentation()
267 seg->update_map = 0; in vp9_reset_segment_features()
Dvp9_bitstream.c193 if (seg->enabled && seg->update_map) in write_segment_id()
250 if (seg->update_map) { in pack_inter_mode_mvs()
344 if (seg->update_map) write_segment_id(w, seg, mi->segment_id); in write_mb_modes_kf()
763 vpx_wb_write_bit(wb, seg->update_map); in encode_segmentation()
764 if (seg->update_map) { in encode_segmentation()
Dvp9_encoder.c541 seg->update_map = 1; in apply_active_map()
926 seg->update_map = 0; in configure_static_seg_features()
939 seg->update_map = 0; in configure_static_seg_features()
954 seg->update_map = 1; in configure_static_seg_features()
975 seg->update_map = 0; in configure_static_seg_features()
1001 seg->update_map = 0; in configure_static_seg_features()
1032 seg->update_map = 0; in configure_static_seg_features()
4347 seg->update_map = 1;
4493 if (cm->seg.update_map) update_reference_segmentation_map(cpi);
4546 cm->seg.update_map = 0;
[all …]
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()
4742 (cm->seg.update_map || cm->seg.update_data)) { in vp9_encode_frame()
/external/webrtc/webrtc/modules/video_coding/utility/
Dvp8_header_parser.cc120 int update_map = VP8Get(br); in ParseSegmentHeader() local
131 if (update_map) { in ParseSegmentHeader()
/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.h39 uint8_t update_map; member
/external/v4l2_codec2/vda/
Dvp9_uncompressed_header_parser.cc818 segmentation.update_map = false; in ReadSegmentationParams()
825 segmentation.update_map = reader_.ReadBool(); in ReadSegmentationParams()
826 if (segmentation.update_map) { in ReadSegmentationParams()
Dvp9_parser.h85 bool update_map; member
Dv4l2_slice_video_decode_accelerator.cc2615 SET_SEG_PARAMS_FLAG_IF(update_map, V4L2_VP9_SGMNT_PARAM_FLAG_UPDATE_MAP); in FillV4L2VP9SegmentationParams()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c135 if (!seg->update_map) { in read_intra_segment_id()
161 if (!seg->update_map) { in read_inter_segment_id()
Dvp9_decodeframe.c1010 seg->update_map = 0; in setup_segmentation()
1017 seg->update_map = vpx_rb_read_bit(rb); in setup_segmentation()
1018 if (seg->update_map) { in setup_segmentation()