Home
last modified time | relevance | path

Searched refs:update_map (Results 1 – 24 of 24) 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
375 update_map(i915, in update_maps()
/external/libaom/libaom/av1/encoder/
Dsegmentation.c24 seg->update_map = 1; in av1_enable_segmentation()
31 seg->update_map = 0; in av1_disable_segmentation()
248 seg->update_map = 0; in av1_reset_segment_features()
Dbitstream.c445 if (!seg->enabled || !seg->update_map) return; in write_segment_id()
911 if (seg->update_map) { in write_inter_segment_id()
1257 if (seg->segid_preskip && seg->update_map) in write_mb_modes_kf()
1262 if (!seg->segid_preskip && seg->update_map) in write_mb_modes_kf()
2085 assert(seg->update_map == 1); in encode_segmentation()
2089 aom_wb_write_bit(wb, seg->update_map); in encode_segmentation()
2090 if (seg->update_map) { in encode_segmentation()
Dencoder.c453 seg->update_map = 1; in apply_active_map()
631 cm->seg.update_map = 1; in setup_frame()
926 seg->update_map = 0; in configure_static_seg_features()
938 seg->update_map = 0; in configure_static_seg_features()
948 seg->update_map = 1; in configure_static_seg_features()
973 seg->update_map = 0; in configure_static_seg_features()
1006 seg->update_map = 0; in configure_static_seg_features()
1037 seg->update_map = 0; in configure_static_seg_features()
6348 seg->update_map = 1; in encode_frame_to_data_rate()
6472 if (cm->seg.update_map) { in encode_frame_to_data_rate()
[all …]
Dencodeframe.c445 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()
6040 if (cm->seg.enabled && cm->seg.update_map) { in av1_encode_frame()
6334 if (!cpi->common.seg.segid_preskip && cpi->common.seg.update_map && in encode_superblock()
/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/encoder/
Dvp9_segmentation.c24 seg->update_map = 1; in vp9_enable_segmentation()
30 seg->update_map = 0; in vp9_disable_segmentation()
321 seg->update_map = 0; in vp9_reset_segment_features()
Dvp9_bitstream.c198 if (seg->enabled && seg->update_map) in write_segment_id()
256 if (seg->update_map) { in pack_inter_mode_mvs()
350 if (seg->update_map) write_segment_id(w, seg, mi->segment_id); in write_mb_modes_kf()
769 vpx_wb_write_bit(wb, seg->update_map); in encode_segmentation()
770 if (seg->update_map) { in encode_segmentation()
Dvp9_encoder.c571 seg->update_map = 1; in apply_active_map()
1145 seg->update_map = 0; in configure_static_seg_features()
1158 seg->update_map = 0; in configure_static_seg_features()
1173 seg->update_map = 1; in configure_static_seg_features()
1194 seg->update_map = 0; in configure_static_seg_features()
1220 seg->update_map = 0; in configure_static_seg_features()
1251 seg->update_map = 0; in configure_static_seg_features()
5134 seg->update_map = 1;
5265 if (cm->seg.update_map) update_reference_segmentation_map(cpi);
5320 cm->seg.update_map = 0;
[all …]
Dvp9_encodeframe.c202 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()
6318 (cm->seg.update_map || cm->seg.update_data)) { in vp9_encode_frame()
/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.h39 uint8_t update_map; member
/external/v4l2_codec2/accel/
Dvp9_uncompressed_header_parser.cc819 segmentation.update_map = false; in ReadSegmentationParams()
826 segmentation.update_map = reader_.ReadBool(); in ReadSegmentationParams()
827 if (segmentation.update_map) { in ReadSegmentationParams()
Dvp9_parser.h86 bool update_map; member
/external/libaom/libaom/av1/common/
Dseg_common.h41 uint8_t update_map; member
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_verifier.c401 static void update_map(int fd, int index) in update_map() function
680 update_map(map_fds[3], 0); in do_test_fixup()
769 update_map(map_fds[14], 0); in do_test_fixup()
779 update_map(map_fds[15], 0); in do_test_fixup()
788 update_map(map_fds[16], 0); in do_test_fixup()
/external/libgav1/libgav1/src/utils/
Dtypes.h372 bool update_map; member
/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.c1337 seg->update_map = 0; in setup_segmentation()
1344 seg->update_map = vpx_rb_read_bit(rb); in setup_segmentation()
1345 if (seg->update_map) { in setup_segmentation()
/external/libgav1/libgav1/src/
Dobu_parser.cc979 segmentation->update_map = true; in ParseSegmentationParameters()
983 segmentation->update_map = static_cast<bool>(scratch); in ParseSegmentationParameters()
984 if (segmentation->update_map) { in ParseSegmentationParameters()
Ddecoder_impl.cc116 } else if (!frame_header.segmentation.update_map) { in SetSegmentationMap()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c328 assert(seg->update_map && !seg->temporal_update); in read_intra_segment_id()
379 if (!seg->update_map) { in read_inter_segment_id()
Ddecodeframe.c1479 seg->update_map = 0; in setup_segmentation()
1503 seg->update_map = 1; in setup_segmentation()
1507 seg->update_map = aom_rb_read_bit(rb); in setup_segmentation()
1508 if (seg->update_map) { in setup_segmentation()
/external/libgav1/libgav1/src/tile/bitstream/
Dmode_info.cc618 if (!frame_header_.segmentation.update_map) { in ReadInterSegmentId()
/external/libgav1/libgav1/src/tile/
Dtile.cc2199 frame_header_.segmentation.update_map) { in ProcessBlock()