/external/angle/extensions/ |
D | ANGLE_lossy_etc_decode.txt | 39 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/ |
D | FuzzEncoders.cpp | 64 bool lossy; in DEF_FUZZ() local 65 fuzz->next(&lossy); in DEF_FUZZ() 66 if (lossy) { in DEF_FUZZ()
|
/external/skia/fuzz/ |
D | FuzzEncoders.cpp | 64 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/ |
D | UniformSupport.h | 102 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/ |
D | rtp_video_sender_unittest.cc | 539 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/ |
D | no_idiv_reduction.ll | 4 ;; Must not vectorize division reduction. Division is lossy.
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | no_idiv_reduction.ll | 4 ;; Must not vectorize division reduction. Division is lossy.
|
/external/rust/crates/bstr/src/ |
D | ext_slice.rs | 357 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/ |
D | abseil-upgrade-duration-conversions.rst | 13 ``std::atomic<float>`` that would result in lossy conversion.
|
D | cppcoreguidelines-narrowing-conversions.rst | 13 https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#es46-avoid-lossy-narro…
|
/external/libjpeg-turbo/ |
D | jconfig.h.in | 28 * Only 8 and 12 are legal data precisions for lossy JPEG according to the
|
D | usage.txt | 197 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
|
D | README.ijg | 71 JPEG is lossy, meaning that the output pixels are not necessarily identical to
|
/external/webp/ |
D | README | 468 -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/ |
D | quantization.mlir | 6 // The float values here doesn't match exactly because double -> float -> double is lossy
|
/external/llvm-project/clang/docs/ |
D | UndefinedBehaviorSanitizer.rst | 162 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/ |
D | README.md | 212 can be used for incremental lossy decoding of `&[u8]`.
|
/external/rust/crates/quote/ |
D | README.md | 242 written to a file; the conversion from tokens to source code is lossy.
|
/external/iperf3/docs/ |
D | news.rst | 299 TCP tests on lossy networks has been fixed.
|
/external/elfutils/config/ |
D | ChangeLog | 41 for non-lossy updates.
|
/external/iperf3/ |
D | RELNOTES.md | 670 with TCP tests on lossy networks has been fixed (issue #125).
|
/external/usrsctp/ |
D | Manual.md | 498 If a slow hosts receives data on a lossy link it is possible that its receiver window is full and n…
|
/external/clang/docs/ |
D | UsersManual.rst | 589 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/ |
D | shape_inference.mlir | 1015 // static, it'd be lossy.
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | README.md | 199 it's possible to change the representation of those weights in a lossy way
|