Home
last modified time | relevance | path

Searched refs:lossy (Results 1 – 25 of 38) sorted by relevance

12

/external/angle/extensions/
DANGLE_lossy_etc_decode.txt39 specify that Ericsson Texture Compression (ETC) decoding must not be lossy.
40 The goal of this extension is to allow a lossy decode of
48 not be lossy is relaxed.
104 If <internalformat> is one of the ETC lossy decode formats listed in
111 <internalformat> is one of the lossy decode ETC-format values from
137 lossy decode ETC-format is used and <internalformat> is one of the
144 lossy decode ETC-format is used and <format> is one of the compressed
/external/skqp/fuzz/
DFuzzEncoders.cpp64 bool lossy; in DEF_FUZZ() local
65 fuzz->next(&lossy); in DEF_FUZZ()
66 if (lossy) { in DEF_FUZZ()
/external/skia/fuzz/
DFuzzEncoders.cpp64 bool lossy; in DEF_FUZZ() local
65 fuzz->next(&lossy); in DEF_FUZZ()
66 if (lossy) { in DEF_FUZZ()
/external/llvm-project/mlir/include/mlir/Dialect/Quant/
DUniformSupport.h102 bool lossy; in quantizeFloatToInt() local
103 expressedValue.convert(scale.getSemantics(), roundMode, &lossy); in quantizeFloatToInt()
113 fixedpoint.convertToInteger(result, roundMode, &lossy); in quantizeFloatToInt()
/external/webrtc/call/
Drtp_video_sender_unittest.cc539 auto* lossy = s.CreateVideoStream(route->forward(), lossy_config); in TEST() local
550 if (lossy->send()->UsingSsrc(rtp.Ssrc())) { in TEST()
552 } else if (lossy->send()->UsingRtxSsrc(rtp.Ssrc())) { in TEST()
564 callee->SendTask([&decoded_baseline, &lossy]() { in TEST()
565 decoded_baseline = lossy->receive()->GetStats().frames_decoded; in TEST()
573 callee->SendTask([&decoded_baseline, &frames_decoded, &lossy]() { in TEST()
575 lossy->receive()->GetStats().frames_decoded - decoded_baseline; in TEST()
/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Dno_idiv_reduction.ll4 ;; Must not vectorize division reduction. Division is lossy.
/external/llvm/test/Transforms/LoopVectorize/
Dno_idiv_reduction.ll4 ;; Must not vectorize division reduction. Division is lossy.
/external/rust/crates/bstr/src/
Dext_slice.rs357 let mut lossy = String::with_capacity(self.as_bytes().len()); in to_str_lossy() localVariable
362 lossy.push_str(unsafe { str::from_utf8_unchecked(valid) }); in to_str_lossy()
363 lossy.push_str("\u{FFFD}"); in to_str_lossy()
365 after[len..].to_str_lossy_into(&mut lossy); in to_str_lossy()
367 Cow::Owned(lossy) in to_str_lossy()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dabseil-upgrade-duration-conversions.rst13 ``std::atomic<float>`` that would result in lossy conversion.
Dcppcoreguidelines-narrowing-conversions.rst13 https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#es46-avoid-lossy-narro…
/external/libjpeg-turbo/
Djconfig.h.in28 * Only 8 and 12 are legal data precisions for lossy JPEG according to the
Dusage.txt197 produce a more lossy image than if lower quality levels
358 such images and can actually produce a more lossy
468 token, jpegtran cannot perform lossy operations such as changing the image
DREADME.ijg71 JPEG is lossy, meaning that the output pixels are not necessarily identical to
/external/webp/
DREADME468 -mixed ............... use mixed lossy/lossless automatic mode
476 -lossy ... ........... use lossy mode
480 example: img2webp -loop 2 in0.png -lossy in1.jpg
496 -lossy ................. encode image using lossy compression
497 -mixed ................. for each frame in the image, pick lossy
503 combined with -q, -m, -lossy or -mixed
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/
Dquantization.mlir6 // The float values here doesn't match exactly because double -> float -> double is lossy
/external/llvm-project/clang/docs/
DUndefinedBehaviorSanitizer.rst162 lossy implicit conversions performed before the computation
170 it is often unintentional. This sanitizer does not check for lossy implicit
188 - ``-fsanitize=implicit-integer-truncation``: Catches lossy integral
/external/rust/crates/bstr/
DREADME.md212 can be used for incremental lossy decoding of `&[u8]`.
/external/rust/crates/quote/
DREADME.md242 written to a file; the conversion from tokens to source code is lossy.
/external/iperf3/docs/
Dnews.rst299 TCP tests on lossy networks has been fixed.
/external/elfutils/config/
DChangeLog41 for non-lossy updates.
/external/iperf3/
DRELNOTES.md670 with TCP tests on lossy networks has been fixed (issue #125).
/external/usrsctp/
DManual.md498 If a slow hosts receives data on a lossy link it is possible that its receiver window is full and n…
/external/clang/docs/
DUsersManual.rst589 translated from debug annotations. That translation can be lossy,
1066 macro, and lets the compiler make aggressive, potentially-lossy assumptions
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dshape_inference.mlir1015 // static, it'd be lossy.
/external/tensorflow/tensorflow/tools/graph_transforms/
DREADME.md199 it's possible to change the representation of those weights in a lossy way

12