Home
last modified time | relevance | path

Searched refs:v6b (Results 1 – 8 of 8) sorted by relevance

/external/libjpeg-turbo/
DREADME.md20 derivative of libjpeg v6b developed by Miyasaka Masaru. The TigerVNC and
61 API/ABI-compatible and mathematically compatible with libjpeg v6b. It can
128 based on the libjpeg v6b code base. Although libjpeg v7 and v8 are not
129 as widely used as v6b, enough programs (including a few Linux distros) made
161 feature with libjpeg v6b (see rdswitch.c for an example.)
243 the libjpeg v6b API/ABI as well. This allows the use of those functions by
249 v6b or v7 API can pass an argument of `-DWITH_MEM_SRCDST=0` to `cmake` prior to
255 the dynamic library version from 62.2.0 to 62.3.0 if using libjpeg v6b API/ABI
277 v6b. The one exception to this is when using the floating point DCT/IDCT, in
278 which case the outputs of libjpeg v6b and libjpeg-turbo can differ for the
[all …]
DBUILDING.md142 libjpeg v6b (default), v7, or v8 emulation is enabled. If using Cygwin,
197 *{version}* is 62, 7, or 8, depending on whether libjpeg v6b (default), v7, or
240 depending on whether libjpeg v6b (default), v7, or v8 emulation is enabled.
273 *{version}* is 62, 7, or 8, depending on whether libjpeg v6b (default), v7, or
295 When using libjpeg v6b or v7 API/ABI emulation, add `-DWITH_MEM_SRCDST=0` to
298 part of the original libjpeg v6b and v7 APIs, so removing them ensures strict
307 v7 or v6b as well. The default is to enable both arithmetic encoding and
699 libjpeg-turbo and libjpeg v6b. This also invokes the TurboJPEG unit tests,
DChangeLog.md682 Furthermore, there was never any good reason not to enable it with libjpeg v6b
859 3-4x and decompression by about 2-2.5x (relative to libjpeg v6b) through the
1244 faster than libjpeg v6b.
1401 libjpeg v6b or v7 emulation, so that programs can take advantage of these
1406 libjpeg v6b or v7 API/ABI (or with previous versions of libjpeg-turbo.) See
1622 and libjpeg-turbo should now produce identical output to libjpeg v6b in all
1672 when the library is built with libjpeg v6b emulation.
Dusage.txt144 respectively), preserving the legacy behavior of cjpeg v6b and prior. More (or
Dlibjpeg.txt3028 As of v6b, the decompressor requires:
/external/mesa3d/src/amd/compiler/tests/
Dtest_to_hw_instr.cpp75 Definition(v0_lo, v6b), Operand(v1_lo, v2b),
119 Definition(v2_lo, v2b), Operand(v0_lo, v6b));
/external/mesa3d/src/amd/compiler/
Daco_ir.h276 v6b = v6 | (1 << 7), enumerator
333 static constexpr RegClass v6b{RegClass::v6b};
Daco_print_ir.cpp82 case RegClass::v6b: fprintf(output, " v6b: "); return; in print_reg_class()