/external/webp/src/enc/ |
D | config.c | 45 config->lossless = 0; in WebPConfigInitInternal() 131 if (config->lossless < 0 || config->lossless > 1) in WebPValidateConfig() 167 config->lossless = 1; in WebPConfigLosslessPreset()
|
D | picture.c | 233 Importer import, float quality_factor, int lossless, in Encode() argument 245 config.lossless = !!lossless; in Encode() 246 pic.use_argb = !!lossless; in Encode()
|
/external/libvpx/libvpx/test/ |
D | vp9_encoder_parms_get_to_decoder.cc | 38 int32_t lossless; member 80 encoder->Control(VP9E_SET_LOSSLESS, encode_parms.lossless); in PreEncodeFrameHook() 105 if (encode_parms.lossless) { in HandleDecodeResult()
|
D | vpxenc.sh | 347 --lossless=1
|
/external/libvpx/libvpx/ |
D | warnings.c | 75 const int lossless = min_q == 0 && max_q == 0; in check_quantizer() local 76 if (!lossless && (min_q == max_q || abs(max_q - min_q) < 8)) in check_quantizer()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 196 int lossless; member 217 if (plane_type != PLANE_TYPE_Y || xd->lossless || is_inter_block(mbmi)) in get_tx_type() 227 if (plane_type != PLANE_TYPE_Y || xd->lossless || is_inter_block(&mi->mbmi)) in get_tx_type_4x4()
|
D | vp9_scan.h | 45 if (is_inter_block(&mi->mbmi) || type != PLANE_TYPE_Y || xd->lossless) { in get_scan()
|
/external/zopfli/ |
D | README.zopflipng | 18 The main compression algorithm in ZopfliPNG is ported from WebP lossless, but 32 suitable plugins for other browsers, it is good to note that WebP lossless
|
/external/lz4/lib/ |
D | liblz4.pc.in | 10 Description: fast lossless compression algorithm library
|
/external/lz4/programs/ |
D | lz4cat.1 | 20 \fBlz4cat\fR is an utility based on \fBlz4\fR, an extremely fast lossless compression algorithm.
|
D | lz4.1 | 20 \fBlz4\fR is an extremely fast lossless compression algorithm. It is based on
|
/external/libjpeg-turbo/ |
D | README-turbo.txt | 46 simultaneous lossless transforms on an image. The Java interface for 159 -- jpegtran: lossless cropping 163 -- jpegtran: forcing width/height when performing lossless crop 195 lossless format nor as a means of quality enhancement, and thus, our primary 216 lossless SmartScale encoding. Further, there was actually no reason to extend 221 Our research (see link above) has shown that lossless SmartScale does not 223 existing, standard lossless formats. Thus, at this time, it is our belief that
|
D | change.log | 60 jpegtran has a new "lossless" cropping feature. 86 jpegtran has new features for lossless image transformations (rotation 87 and flipping) as well as "lossless" reduction to grayscale. 197 New "jpegtran" application performs lossless transcoding between different 199 JPEG and vice versa. In support of jpegtran, the library now allows lossless
|
/external/bzip2/ |
D | README.XML.STUFF | 3 lossless, block-sorting data compression.
|
D | Makefile-libbz2_so | 11 # lossless, block-sorting data compression.
|
D | README.COMPILATION.PROBLEMS | 3 lossless, block-sorting data compression.
|
/external/webp/ |
D | README | 139 You might want to try the -lossless flag too, which will compress the source 162 -z <int> ............... activates lossless preset with given 197 -lossless .............. encode image losslessly 198 -near_lossless <int> ... use near-lossless image 359 or lossless compression heuristically 363 lossless compression by default; can be 428 There are some variants for using the lossless format:
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 196 if (xd->lossless) { in inverse_transform_block_inter() 217 if (xd->lossless) { in inverse_transform_block_inter() 240 if (xd->lossless) { in inverse_transform_block_inter() 286 if (xd->lossless) { in inverse_transform_block_intra() 307 if (xd->lossless) { in inverse_transform_block_intra() 330 if (xd->lossless) { in inverse_transform_block_intra() 386 const TX_TYPE tx_type = (plane || xd->lossless) ? in predict_and_reconstruct_intra_block() 388 const scan_order *sc = (plane || xd->lossless) ? in predict_and_reconstruct_intra_block() 1142 xd->lossless = cm->base_qindex == 0 && in setup_quantization() 2047 cm->tx_mode = xd->lossless ? ONLY_4X4 : read_tx_mode(&r); in read_compressed_header()
|
/external/ImageMagick/coders/ |
D | webp.c | 560 configure.lossless=1; in WriteWEBPImage() 563 configure.lossless=(int) ParseCommandOption(MagickBooleanOptions, in WriteWEBPImage()
|
/external/lz4/ |
D | README.md | 4 LZ4 is lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable w…
|
/external/webp/src/ |
D | Android.mk | 124 dsp/lossless.c \
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 41 unsigned int lossless; member 165 RANGE_CHECK_BOOL(extra_cfg, lossless); in validate_config() 429 extra_cfg->lossless ? 0 : vp9_quantizer_to_qindex(cfg->rc_min_quantizer); in set_encoder_config() 431 extra_cfg->lossless ? 0 : vp9_quantizer_to_qindex(cfg->rc_max_quantizer); in set_encoder_config() 737 extra_cfg.lossless = CAST(VP9E_SET_LOSSLESS, args); in ctrl_set_lossless()
|
/external/webp/src/webp/ |
D | encode.h | 95 int lossless; // Lossless encoding (0=lossy(default), 1=lossless). member
|
/external/webp/include/webp/ |
D | encode.h | 95 int lossless; // Lossless encoding (0=lossy(default), 1=lossless). member
|
/external/zlib/src/qnx/ |
D | package.qpg | 60 …g>zlib is designed to be a free, general-purpose, legally unencumbered, lossless data compression …
|