HomeSort by relevance Sort by last modified time
    Searched refs:idct (Results 26 - 44 of 44) sorted by null

12

  /external/qemu/distrib/jpeg-6b/
jdmaster.c 144 * scale up the chroma components via IDCT scaling rather than upsampling.
166 /* Size in samples, after IDCT scaling */
243 * limiting step (just after the IDCT), a wildly out-of-range value is
246 * post-IDCT limiting thus:
252 * For the post-IDCT step, we want to convert the data from signed to unsigned
254 * So the post-IDCT limiting table ends up looking like this:
262 * We can save some space by overlapping the start of the post-IDCT table
263 * with the simpler range limiting table. The post-IDCT table begins at
287 table += CENTERJSAMPLE; /* Point to where post-IDCT table starts */
288 /* End of simple table, rest of first half of post-IDCT table *
    [all...]
jpeglib.h 143 * reflecting any scaling we choose to apply during the IDCT step.
145 * components may receive different IDCT scalings.
151 * and similarly for height. For decompression, IDCT scaling is included, so
177 /* Private per-component storage for DCT or IDCT subsystem. */
219 /* DCT/IDCT algorithm options. */
446 J_DCT_METHOD dct_method; /* IDCT algorithm selector */
593 * rows of each component. Therefore, the IDCT output contains
634 struct jpeg_inverse_dct * idct; member in struct:jpeg_decompress_struct
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct.cpp 24 inverse discrete cosine transform (IDCT).
32 #include "idct.h"
38 FUNCTION NAME: idct
40 INPUT AND OUTPUT DEFINITIONS FOR idct
57 blk points to the found IDCT values for an 8r8 image block.
66 FUNCTION DESCRIPTION FOR idct
70 dimensional inverse discrete cosine transform (IDCT).
80 2-D IDCT can be separated as horizontal(row-wise) and vertical(column-wise)
81 1-D IDCTs. Therefore, 2-D IDCT values are found by the following two steps:
82 1. Find horizontal 1-D IDCT values for each row from 8r8 dequantized DC
344 void idct( function
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
idct_dequant_full_2x_neon.asm 104 ; idct loop 2
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
idct_dequant_full_2x_neon.asm 104 ; idct loop 2
  /external/chromium_org/third_party/libjpeg_turbo/
jdmaster.c 287 * scale up the chroma components via IDCT scaling rather than upsampling.
313 /* Size in samples, after IDCT scaling */
392 * limiting step (just after the IDCT), a wildly out-of-range value is
395 * post-IDCT limiting thus:
401 * For the post-IDCT step, we want to convert the data from signed to unsigned
403 * So the post-IDCT limiting table ends up looking like this:
411 * We can save some space by overlapping the start of the post-IDCT table
412 * with the simpler range limiting table. The post-IDCT table begins at
436 table += CENTERJSAMPLE; /* Point to where post-IDCT table starts */
437 /* End of simple table, rest of first half of post-IDCT table *
    [all...]
jpeglib.h 150 * reflecting any scaling we choose to apply during the IDCT step.
152 * components may receive different IDCT scalings.
163 * and similarly for height. For decompression, IDCT scaling is included, so
189 /* Private per-component storage for DCT or IDCT subsystem. */
248 /* DCT/IDCT algorithm options. */
504 J_DCT_METHOD dct_method; /* IDCT algorithm selector */
658 * rows of each component. Therefore, the IDCT output contains
707 struct jpeg_inverse_dct * idct; member in struct:jpeg_decompress_struct
    [all...]
  /external/jpeg/
jpeglib.h 143 * reflecting any scaling we choose to apply during the IDCT step.
145 * components may receive different IDCT scalings.
151 * and similarly for height. For decompression, IDCT scaling is included, so
177 /* Private per-component storage for DCT or IDCT subsystem. */
219 /* DCT/IDCT algorithm options. */
446 J_DCT_METHOD dct_method; /* IDCT algorithm selector */
593 * rows of each component. Therefore, the IDCT output contains
634 struct jpeg_inverse_dct * idct; member in struct:jpeg_decompress_struct
    [all...]
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 210 * reflecting any scaling we choose to apply during the IDCT step.
212 * components may receive different IDCT scalings.
218 * and similarly for height. For decompression, IDCT scaling is included, so
244 /* Private per-component storage for DCT or IDCT subsystem. */
282 /* DCT/IDCT algorithm options. */
506 J_DCT_METHOD dct_method; /* IDCT algorithm selector */
652 * rows of each component. Therefore, the IDCT output contains
693 struct jpeg_inverse_dct * idct; member in struct:jpeg_decompress_struct
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
jpeglib.h 210 * reflecting any scaling we choose to apply during the IDCT step.
212 * components may receive different IDCT scalings.
218 * and similarly for height. For decompression, IDCT scaling is included, so
244 /* Private per-component storage for DCT or IDCT subsystem. */
282 /* DCT/IDCT algorithm options. */
506 J_DCT_METHOD dct_method; /* IDCT algorithm selector */
652 * rows of each component. Therefore, the IDCT output contains
693 struct jpeg_inverse_dct * idct; member in struct:jpeg_decompress_struct
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 472 milliseconds

12