Searched refs:DCT (Results 1 – 25 of 52) sorted by relevance
123
/external/libjpeg-turbo/simd/nasm/ |
D | jsimdcfg.inc.h | 77 ; Representation of a DCT frequency coefficient. 102 ; A forward DCT routine is given a pointer to a work area of type DCTELEM[]; 103 ; the DCT is to be performed in-place in that buffer.
|
D | jsimdcfg.inc | 47 ; 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/ |
D | jidctred-mmx.asm | 17 ; This file contains inverse-DCT routines that produce reduced-size 18 ; output: either 4x4 or 2x2 pixels from an 8x8 DCT block.
|
D | jidctred-sse2.asm | 17 ; This file contains inverse-DCT routines that produce reduced-size 18 ; output: either 4x4 or 2x2 pixels from an 8x8 DCT block.
|
D | jidctfst-sse2.asm | 18 ; the inverse DCT (Discrete Cosine Transform). The following code is
|
D | jfdctint-sse2.asm | 18 ; forward DCT (Discrete Cosine Transform). The following code is based
|
D | jidctflt-sse.asm | 17 ; This file contains a floating-point implementation of the inverse DCT
|
D | jidctint-avx2.asm | 18 ; inverse DCT (Discrete Cosine Transform). The following code is based
|
D | jfdctfst-sse2.asm | 18 ; the forward DCT (Discrete Cosine Transform). The following code is
|
D | jfdctfst-mmx.asm | 18 ; the forward DCT (Discrete Cosine Transform). The following code is
|
D | jidctint-mmx.asm | 18 ; inverse DCT (Discrete Cosine Transform). The following code is based
|
D | jfdctflt-sse.asm | 17 ; This file contains a floating-point implementation of the forward DCT
|
D | jfdctint-mmx.asm | 18 ; forward DCT (Discrete Cosine Transform). The following code is based
|
D | jfdctflt-3dn.asm | 17 ; This file contains a floating-point implementation of the forward DCT
|
D | jfdctint-avx2.asm | 18 ; forward DCT (Discrete Cosine Transform). The following code is based
|
D | jidctint-sse2.asm | 18 ; inverse DCT (Discrete Cosine Transform). The following code is based
|
/external/libjpeg-turbo/simd/x86_64/ |
D | jidctred-sse2.asm | 18 ; This file contains inverse-DCT routines that produce reduced-size 19 ; output: either 4x4 or 2x2 pixels from an 8x8 DCT block.
|
D | jfdctfst-sse2.asm | 18 ; the forward DCT (Discrete Cosine Transform). The following code is
|
D | jfdctflt-sse.asm | 17 ; This file contains a floating-point implementation of the forward DCT
|
D | jfdctint-avx2.asm | 18 ; forward DCT (Discrete Cosine Transform). The following code is based
|
/external/libjpeg-turbo/ |
D | README.md | 181 usefulness of DCT scaling as a means of data reduction and SmartScale as a 187 - **libjpeg API: DCT scaling in compressor**<br> 189 There is no technical reason why DCT scaling could not be supported when 196 SmartScale is an extension to the JPEG format that allows for DCT block 205 additional DCT scaling factors. 209 This requires the DCT scaling feature, which is not supported. 212 This requires both the DCT scaling and SmartScale features, which are not 277 v6b. The one exception to this is when using the floating point DCT/IDCT, in 281 - The SSE/SSE2 floating point DCT implementation in libjpeg-turbo is ever so 291 floating point DCT/IDCT algorithms are mainly a legacy feature, and they do [all …]
|
D | structure.txt | 24 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/skqp/third_party/libjpeg-turbo/ |
D | jsimdcfg.inc | 47 ; 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/fft2d/src/fft2d/fft2d/ |
D | readme2d.txt | 14 shrtdct.c : 8x8, 16x16 DCT Package 59 ddct8x8s : Normalized 8x8 DCT 60 ddct16x16s: Normalized 16x16 DCT
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 102 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()
|
123