/third_party/ffmpeg/tests/fate/ |
H A D | wavpack.mak | 21 # lossy 23 FATE_WAVPACK_S8 += fate-wavpack-lossy-8bit 24 fate-wavpack-lossy-8bit: CMD = md5pipe -i $(TARGET_SAMPLES)/wavpack/lossy/4.0_8-bit.wv -f s8 -af aresample 26 FATE_WAVPACK_S16 += fate-wavpack-lossy-16bit 27 fate-wavpack-lossy-16bit: CMD = md5pipe -i $(TARGET_SAMPLES)/wavpack/lossy/4.0_16-bit.wv -f s16le -af aresample 29 FATE_WAVPACK_S24 += fate-wavpack-lossy-24bit 30 fate-wavpack-lossy-24bit: CMD = md5pipe -i $(TARGET_SAMPLES)/wavpack/lossy/4. [all...] |
H A D | canopus.mak | 15 #lossy
|
H A D | dca.mak | 41 # lossy downmix tests
|
H A D | image.mak | 521 FATE_WEBP += fate-webp-rgb-lossy-q80 522 fate-webp-rgb-lossy-q80: CMD = framecrc -i $(TARGET_SAMPLES)/webp/rgb_q80.webp 524 FATE_WEBP += fate-webp-rgba-lossy-q80 525 fate-webp-rgba-lossy-q80: CMD = framecrc -i $(TARGET_SAMPLES)/webp/rgba_q80.webp
|
/third_party/ffmpeg/libavcodec/ |
H A D | loco.c | 49 int lossy; member 57 int lossy; member 106 v = ((v >> 1) + r->lossy) ^ -(v & 1); in loco_get_rice() 148 rc.lossy = l->lossy; in loco_decode_plane() 295 l->lossy = 0; in decode_init() 298 l->lossy = AV_RL32(avctx->extradata + 8); in decode_init() 301 l->lossy = AV_RL32(avctx->extradata + 8); in decode_init() 305 if (l->lossy > 65536U) { in decode_init() 306 av_log(avctx, AV_LOG_ERROR, "lossy in decode_init() [all...] |
/third_party/skia/fuzz/ |
H A D | FuzzEncoders.cpp | 64 bool lossy; in DEF_FUZZ() local 65 fuzz->next(&lossy); in DEF_FUZZ() 66 if (lossy) { in DEF_FUZZ()
|
/third_party/rust/crates/cxx/src/ |
H A D | cxx_string.rs | 2 use crate::lossy; 212 lossy::display(self.as_bytes(), f) in fmt() 218 lossy::debug(self.as_bytes(), f) in fmt()
|
H A D | cxx.cc | 162 String String::lossy(const std::string &s) noexcept { 163 return String::lossy(s.data(), s.length()); 166 String String::lossy(const char *s) noexcept { 168 return String::lossy(s, std::strlen(s)); 171 String String::lossy(const char *s, std::size_t len) noexcept { 176 String String::lossy(const char16_t *s) noexcept { 182 String String::lossy(const char16_t *s, std::size_t len) noexcept {
|
H A D | lib.rs | 450 mod lossy; modules
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/ |
H A D | parser.js | 98 lossy: false, 172 if (this.options.lossy) { 378 * In lossy mode, this returns only comments. 390 if (!this.options.lossy) { 411 } else if (!this.options.lossy) { 931 return this.options.lossy ? ' ' : space; 934 return this.options.lossy ? '' : space; 937 if (this.options.lossy) { 954 if (!this.options.lossy) {
|
H A D | processor.js | 45 lossy: this._isLossy(options)
|
/third_party/rust/crates/cxx/gen/src/include/ |
H A D | cxx.h | 50 static String lossy(const std::string &) noexcept; 51 static String lossy(const char *) noexcept; 52 static String lossy(const char *, std::size_t) noexcept; 53 static String lossy(const char16_t *) noexcept; 54 static String lossy(const char16_t *, std::size_t) noexcept;
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/include/ |
H A D | cxx.h | 50 static String lossy(const std::string &) noexcept; 51 static String lossy(const char *) noexcept; 52 static String lossy(const char *, std::size_t) noexcept; 53 static String lossy(const char16_t *) noexcept; 54 static String lossy(const char16_t *, std::size_t) noexcept;
|
/third_party/rust/crates/cxx/gen/build/src/gen/include/ |
H A D | cxx.h | 50 static String lossy(const std::string &) noexcept; 51 static String lossy(const char *) noexcept; 52 static String lossy(const char *, std::size_t) noexcept; 53 static String lossy(const char16_t *) noexcept; 54 static String lossy(const char16_t *, std::size_t) noexcept;
|
/third_party/rust/crates/cxx/include/ |
H A D | cxx.h | 50 static String lossy(const std::string &) noexcept; 51 static String lossy(const char *) noexcept; 52 static String lossy(const char *, std::size_t) noexcept; 53 static String lossy(const char16_t *) noexcept; 54 static String lossy(const char16_t *, std::size_t) noexcept;
|
/third_party/rust/crates/cxx/gen/lib/src/gen/include/ |
H A D | cxx.h | 50 static String lossy(const std::string &) noexcept; 51 static String lossy(const char *) noexcept; 52 static String lossy(const char *, std::size_t) noexcept; 53 static String lossy(const char16_t *) noexcept; 54 static String lossy(const char16_t *, std::size_t) noexcept;
|
/third_party/rust/crates/cxx/tests/ffi/ |
H A D | tests.cc | 116 return rust::String::lossy("Hello \xf0\x90\x80World"); in c_return_rust_string_lossy() 883 rust::String bad_utf8_rstring = rust::String::lossy(bad_utf8_literal); 884 rust::String bad_utf16_rstring = rust::String::lossy(bad_utf16_literal);
|
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 5291 // uint16_t and uint32_t) may be lossy. Such functions have names that look 5308 bool lossy; member 5313 bool lossy; member 5384 // It does not necessarily return an error if the conversion is lossy, e.g. if 13112 ret.lossy = false; in wuffs_base__ieee_754_bit_representation__from_f64_to_u16_truncate() 13120 ret.lossy = false; in wuffs_base__ieee_754_bit_representation__from_f64_to_u16_truncate() 13126 ret.lossy = true; in wuffs_base__ieee_754_bit_representation__from_f64_to_u16_truncate() 13132 ret.lossy = (u != 0); in wuffs_base__ieee_754_bit_representation__from_f64_to_u16_truncate() 13143 ret.lossy = (shifted_man << shift) != man; in wuffs_base__ieee_754_bit_representation__from_f64_to_u16_truncate() 13157 ret.lossy in wuffs_base__ieee_754_bit_representation__from_f64_to_u16_truncate() [all...] |
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.3.c | 5076 // uint16_t and uint32_t) may be lossy. Such functions have names that look 5093 bool lossy; member 5098 bool lossy; member 5169 // It does not necessarily return an error if the conversion is lossy, e.g. if 12216 ret.lossy = false; in wuffs_base__ieee_754_bit_representation__from_f64_to_u16_truncate() 12224 ret.lossy = false; in wuffs_base__ieee_754_bit_representation__from_f64_to_u16_truncate() 12230 ret.lossy = true; in wuffs_base__ieee_754_bit_representation__from_f64_to_u16_truncate() 12236 ret.lossy = (u != 0); in wuffs_base__ieee_754_bit_representation__from_f64_to_u16_truncate() 12247 ret.lossy = (shifted_man << shift) != man; in wuffs_base__ieee_754_bit_representation__from_f64_to_u16_truncate() 12261 ret.lossy in wuffs_base__ieee_754_bit_representation__from_f64_to_u16_truncate() [all...] |
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 16224 use core::str::{lossy, pattern::Pattern}; 16711 let mut iter = lossy::Utf8Lossy::from_bytes(v).chunks(); in from_utf8_lossy() 16714 let lossy::Utf8LossyChunk { valid, broken } = chunk; 16732 for lossy::Utf8LossyChunk { valid, broken } in iter { [all...] |