HomeSort by relevance Sort by last modified time
    Searched refs:DCT (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/lib/IR/
DebugInfo.cpp 157 if (auto *DCT = dyn_cast<DICompositeType>(DT)) {
158 processType(DCT->getBaseType().resolve(TypeIdentifierMap));
159 for (Metadata *D : DCT->getElements()) {
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_ssse3_x86_64.asm 155 ; full inverse 8x8 2D-DCT transform
188 ; inverse 8x8 2D-DCT transform with only first 10 coeffs non-zero
fwd_txfm_ssse3_x86_64.asm 87 ; 1D forward 8x8 DCT transform
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastcodemb.h 32 Int(*DCT)(Int block[ ], Int coeff[ ], approxDCT *);
  /external/libjpeg-turbo/simd/
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.
98 ; Perform dequantization and inverse DCT on one block of coefficients,
492 ; Perform dequantization and inverse DCT on one block of coefficients,
jidctred-sse2-64.asm 18 ; This file contains inverse-DCT routines that produce reduced-size
19 ; output: either 4x4 or 2x2 pixels from an 8x8 DCT block.
99 ; Perform dequantization and inverse DCT on one block of coefficients,
402 ; Perform dequantization and inverse DCT on one block of coefficients,
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.
98 ; Perform dequantization and inverse DCT on one block of coefficients,
413 ; Perform dequantization and inverse DCT on one block of coefficients,
jfdctflt-3dn.asm 17 ; This file contains a floating-point implementation of the forward DCT
45 ; Perform the forward DCT on one block of samples.
jfdctflt-sse-64.asm 18 ; This file contains a floating-point implementation of the forward DCT
56 ; Perform the forward DCT on one block of samples.
jfdctflt-sse.asm 17 ; This file contains a floating-point implementation of the forward DCT
55 ; Perform the forward DCT on one block of samples.
jfdctfst-mmx.asm 18 ; the forward DCT (Discrete Cosine Transform). The following code is
70 ; Perform the forward DCT on one block of samples.
jfdctfst-sse2-64.asm 19 ; the forward DCT (Discrete Cosine Transform). The following code is
71 ; Perform the forward DCT on one block of samples.
jfdctfst-sse2.asm 18 ; the forward DCT (Discrete Cosine Transform). The following code is
70 ; Perform the forward DCT on one block of samples.
jidctflt-3dn.asm 17 ; This file contains a floating-point implementation of the inverse DCT
47 ; Perform dequantization and inverse DCT on one block of coefficients.
jidctflt-sse2-64.asm 18 ; This file contains a floating-point implementation of the inverse DCT
58 ; Perform dequantization and inverse DCT on one block of coefficients.
jidctfst-mmx.asm 18 ; the inverse DCT (Discrete Cosine Transform). The following code is
78 ; Perform dequantization and inverse DCT on one block of coefficients.
jidctfst-sse2-64.asm 19 ; the inverse DCT (Discrete Cosine Transform). The following code is
79 ; Perform dequantization and inverse DCT on one block of coefficients.
jidctfst-sse2.asm 18 ; the inverse DCT (Discrete Cosine Transform). The following code is
78 ; Perform dequantization and inverse DCT on one block of coefficients.
jfdctint-mmx.asm 18 ; forward DCT (Discrete Cosine Transform). The following code is based
91 ; Perform the forward DCT on one block of samples.
jfdctint-sse2-64.asm 19 ; forward DCT (Discrete Cosine Transform). The following code is based
92 ; Perform the forward DCT on one block of samples.
jfdctint-sse2.asm 18 ; forward DCT (Discrete Cosine Transform). The following code is based
91 ; Perform the forward DCT on one block of samples.
jidctflt-sse.asm 17 ; This file contains a floating-point implementation of the inverse DCT
57 ; Perform dequantization and inverse DCT on one block of coefficients.
jidctflt-sse2.asm 17 ; This file contains a floating-point implementation of the inverse DCT
57 ; Perform dequantization and inverse DCT on one block of coefficients.
jidctint-mmx.asm 18 ; inverse DCT (Discrete Cosine Transform). The following code is based
91 ; Perform dequantization and inverse DCT on one block of coefficients.
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 76 ;# Vertical xf on two rows. DCT values in comments are for inverse transform;

Completed in 203 milliseconds

1 2