Home
last modified time | relevance | path

Searched refs:DCT (Results 1 – 25 of 48) sorted by relevance

12

/external/libjpeg-turbo/
DREADME.md182 usefulness of DCT scaling as a means of data reduction and SmartScale as a
188 - **libjpeg: DCT scaling in compressor**<br>
190 There is no technical reason why DCT scaling could not be supported when
197 SmartScale is an extension to the JPEG format that allows for DCT block
206 additional DCT scaling factors.
210 This requires the DCT scaling feature, which is not supported.
213 This requires both the DCT scaling and SmartScale features, which are not
279 v6b. The one exception to this is when using the floating point DCT/IDCT, in
283 - The SSE/SSE2 floating point DCT implementation in libjpeg-turbo is ever so
293 point DCT/IDCT algorithms are mainly a legacy feature, and they do not
[all …]
Dstructure.txt24 A "coefficient" is a frequency coefficient (a DCT transform output number).
48 sequential, and progressive DCT processes. Hierarchical processes are not
107 * MCU assembly, DCT, quantization.
120 * Dequantization, inverse DCT, MCU disassembly.
292 | |-- Forward DCT, quantize
329 * Coefficient controller: buffer controller for the DCT-coefficient data.
330 This controller handles MCU assembly, including insertion of dummy DCT
337 * Forward DCT and quantization: Perform DCT, quantize, and emit coefficients.
338 Works on one or more DCT blocks at a time. (Note: the coefficients are now
345 For progressive JPEG, the same DCT blocks are fed to the entropy coder
[all …]
/external/libjpeg-turbo/simd/nasm/
Djsimdcfg.inc.h75 ; Representation of a DCT frequency coefficient.
100 ; A forward DCT routine is given a pointer to a work area of type DCTELEM[];
101 ; the DCT is to be performed in-place in that buffer.
Djsimdcfg.inc47 ; Representation of a DCT frequency coefficient.
68 ; A forward DCT routine is given a pointer to a work area of type DCTELEM[];
69 ; the DCT is to be performed in-place in that buffer.
/external/libjpeg-turbo/simd/i386/
Djidctred-mmx.asm17 ; This file contains inverse-DCT routines that produce reduced-size
18 ; output: either 4x4 or 2x2 pixels from an 8x8 DCT block.
Djidctred-sse2.asm17 ; This file contains inverse-DCT routines that produce reduced-size
18 ; output: either 4x4 or 2x2 pixels from an 8x8 DCT block.
Djfdctint-mmx.asm18 ; forward DCT (Discrete Cosine Transform). The following code is based
Djidctint-sse2.asm18 ; inverse DCT (Discrete Cosine Transform). The following code is based
Djidctflt-3dn.asm17 ; This file contains a floating-point implementation of the inverse DCT
Djfdctfst-sse2.asm18 ; the forward DCT (Discrete Cosine Transform). The following code is
Djidctint-mmx.asm18 ; inverse DCT (Discrete Cosine Transform). The following code is based
Djidctflt-sse2.asm17 ; This file contains a floating-point implementation of the inverse DCT
Djfdctflt-3dn.asm17 ; This file contains a floating-point implementation of the forward DCT
Djfdctflt-sse.asm17 ; This file contains a floating-point implementation of the forward DCT
Djidctflt-sse.asm17 ; This file contains a floating-point implementation of the inverse DCT
Djfdctint-avx2.asm18 ; forward DCT (Discrete Cosine Transform). The following code is based
/external/libjpeg-turbo/simd/x86_64/
Djidctred-sse2.asm17 ; This file contains inverse-DCT routines that produce reduced-size
18 ; output: either 4x4 or 2x2 pixels from an 8x8 DCT block.
Djidctflt-sse2.asm17 ; This file contains a floating-point implementation of the inverse DCT
Djfdctint-sse2.asm18 ; forward DCT (Discrete Cosine Transform). The following code is based
Djfdctfst-sse2.asm18 ; the forward DCT (Discrete Cosine Transform). The following code is
Djidctint-avx2.asm18 ; inverse DCT (Discrete Cosine Transform). The following code is based
Djfdctflt-sse.asm17 ; This file contains a floating-point implementation of the forward DCT
/external/skqp/third_party/libjpeg-turbo/
Djsimdcfg.inc47 ; Representation of a DCT frequency coefficient.
68 ; A forward DCT routine is given a pointer to a work area of type DCTELEM[];
69 ; the DCT is to be performed in-place in that buffer.
/external/skia/third_party/libjpeg-turbo/
Djsimdcfg.inc47 ; Representation of a DCT frequency coefficient.
68 ; A forward DCT routine is given a pointer to a work area of type DCTELEM[];
69 ; the DCT is to be performed in-place in that buffer.
/external/llvm/lib/IR/
DDebugInfo.cpp102 if (auto *DCT = dyn_cast<DICompositeType>(DT)) { in processType() local
103 processType(DCT->getBaseType().resolve()); in processType()
104 for (Metadata *D : DCT->getElements()) { in processType()

12