Home
last modified time | relevance | path

Searched defs:update_map (Results 1 – 11 of 11) sorted by relevance

/external/webp/extras/
Dquality_estimate.c81 const int update_map = GET_BIT(1); in VP8EstimateQuality() local
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_sampler.c298 static void update_map(struct i915_context *i915, in update_map() function
/external/libvpx/vp9/common/
Dvp9_seg_common.h44 uint8_t update_map; member
/external/webrtc/modules/video_coding/utility/
Dvp8_header_parser.cc101 int update_map = VP8GetValue(br, 1); in ParseSegmentHeader() local
/external/libaom/av1/common/
Dseg_common.h41 uint8_t update_map; member
/external/zucchini/
Ddisassembler_ztf_unittest.cc359 auto update_map = in TEST() local
/external/crosvm/media/cros-codecs/src/decoders/vp9/
Dparser.rs229 update_map: bool, field
262 pub fn update_map(&self) -> bool { in update_map() method
/external/webp/examples/
Dwebpinfo.c263 int update_map, update_data; in ParseLossySegmentHeader() local
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_verifier.c484 static void update_map(int fd, int index) in update_map() function
/external/libgav1/src/utils/
Dtypes.h353 bool update_map; member
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc3250 void MoveUpdatesToFailedSet(UpdateMap* update_map, in MoveUpdatesToFailedSet()