/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_sampler.c | 61 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/libaom/libaom/av1/encoder/ |
D | segmentation.c | 24 seg->update_map = 1; in av1_enable_segmentation() 31 seg->update_map = 0; in av1_disable_segmentation() 241 seg->update_map = 0; in av1_reset_segment_features()
|
D | encoder.c | 179 seg->update_map = 1; in apply_active_map() 368 cm->seg.update_map = 1; in setup_frame() 647 seg->update_map = 0; in configure_static_seg_features() 660 seg->update_map = 0; in configure_static_seg_features() 675 seg->update_map = 1; in configure_static_seg_features() 700 seg->update_map = 0; in configure_static_seg_features() 732 seg->update_map = 0; in configure_static_seg_features() 763 seg->update_map = 0; in configure_static_seg_features() 4910 seg->update_map = 1; in encode_frame_to_data_rate() 5083 if (cm->seg.update_map) { in encode_frame_to_data_rate() [all …]
|
D | bitstream.c | 458 if (!seg->enabled || !seg->update_map) return; in write_segment_id() 910 if (seg->update_map) { in write_inter_segment_id() 1219 if (seg->segid_preskip && seg->update_map) in write_mb_modes_kf() 1224 if (!seg->segid_preskip && seg->update_map) in write_mb_modes_kf() 2040 assert(seg->update_map == 1); in encode_segmentation() 2044 aom_wb_write_bit(wb, seg->update_map); in encode_segmentation() 2045 if (seg->update_map) { in encode_segmentation()
|
D | encodeframe.c | 274 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in set_offsets() 365 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in update_state() 4765 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in encode_sb_row() 5684 if (cm->seg.enabled && cm->seg.update_map) { in av1_encode_frame() 5979 if (!cpi->common.seg.segid_preskip && cpi->common.seg.update_map && in encode_superblock()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 23 seg->update_map = 1; in vp9_enable_segmentation() 29 seg->update_map = 0; in vp9_disable_segmentation() 280 seg->update_map = 0; in vp9_reset_segment_features()
|
D | vp9_bitstream.c | 193 if (seg->enabled && seg->update_map) in write_segment_id() 251 if (seg->update_map) { in pack_inter_mode_mvs() 345 if (seg->update_map) write_segment_id(w, seg, mi->segment_id); in write_mb_modes_kf() 764 vpx_wb_write_bit(wb, seg->update_map); in encode_segmentation() 765 if (seg->update_map) { in encode_segmentation()
|
D | vp9_encoder.c | 550 seg->update_map = 1; in apply_active_map() 1098 seg->update_map = 0; in configure_static_seg_features() 1111 seg->update_map = 0; in configure_static_seg_features() 1126 seg->update_map = 1; in configure_static_seg_features() 1147 seg->update_map = 0; in configure_static_seg_features() 1173 seg->update_map = 0; in configure_static_seg_features() 1204 seg->update_map = 0; in configure_static_seg_features() 4739 seg->update_map = 1; 4859 if (cm->seg.update_map) update_reference_segmentation_map(cpi); 4914 cm->seg.update_map = 0; [all …]
|
D | vp9_encodeframe.c | 192 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in set_segment_index() 1760 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in update_state() 1900 cm->seg.update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in set_segment_rdmult() 2448 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in update_state_rt() 4257 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in encode_rd_sb_row() 5300 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map; in encode_nonrd_sb_row() 6025 (cm->seg.update_map || cm->seg.update_data)) { in vp9_encode_frame()
|
/external/webrtc/webrtc/modules/video_coding/utility/ |
D | vp8_header_parser.cc | 120 int update_map = VP8Get(br); in ParseSegmentHeader() local 131 if (update_map) { in ParseSegmentHeader()
|
/external/v4l2_codec2/vda/ |
D | vp9_uncompressed_header_parser.cc | 819 segmentation.update_map = false; in ReadSegmentationParams() 826 segmentation.update_map = reader_.ReadBool(); in ReadSegmentationParams() 827 if (segmentation.update_map) { in ReadSegmentationParams()
|
D | vp9_parser.h | 86 bool update_map; member
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_seg_common.h | 39 uint8_t update_map; member
|
/external/libaom/libaom/av1/common/ |
D | seg_common.h | 41 uint8_t update_map; member
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 135 if (!seg->update_map) { in read_intra_segment_id() 161 if (!seg->update_map) { in read_inter_segment_id()
|
D | vp9_decodeframe.c | 1328 seg->update_map = 0; in setup_segmentation() 1335 seg->update_map = vpx_rb_read_bit(rb); in setup_segmentation() 1336 if (seg->update_map) { in setup_segmentation()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 312 assert(seg->update_map && !seg->temporal_update); in read_intra_segment_id() 357 if (!seg->update_map) { in read_inter_segment_id()
|
D | decodeframe.c | 1885 seg->update_map = 0; in setup_segmentation() 1908 seg->update_map = 1; in setup_segmentation() 1912 seg->update_map = aom_rb_read_bit(rb); in setup_segmentation() 1913 if (seg->update_map) { in setup_segmentation()
|