HomeSort by relevance Sort by last modified time
    Searched defs:fdct (Results 1 - 9 of 9) sorted by null

  /external/jpeg/
jcdctmgr.c 56 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
78 if (fdct->divisors[qtblno] == NULL) {
79 fdct->divisors[qtblno] = (DCTELEM *)
83 dtbl = fdct->divisors[qtblno];
112 if (fdct->divisors[qtblno] == NULL) {
113 fdct->divisors[qtblno] = (DCTELEM *)
117 dtbl = fdct->divisors[qtblno];
145 if (fdct->float_divisors[qtblno] == NULL) {
146 fdct->float_divisors[qtblno] = (FAST_FLOAT *
187 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
277 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
347 my_fdct_ptr fdct; local
    [all...]
jpeglib.h 406 struct jpeg_forward_dct * fdct; member in struct:jpeg_compress_struct
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcdctmgr.c 57 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
79 if (fdct->divisors[qtblno] == NULL) {
80 fdct->divisors[qtblno] = (DCTELEM *)
84 dtbl = fdct->divisors[qtblno];
113 if (fdct->divisors[qtblno] == NULL) {
114 fdct->divisors[qtblno] = (DCTELEM *)
118 dtbl = fdct->divisors[qtblno];
146 if (fdct->float_divisors[qtblno] == NULL) {
147 fdct->float_divisors[qtblno] = (FAST_FLOAT *)
188 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
278 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
348 my_fdct_ptr fdct; local
    [all...]
jpeglib.h 469 struct jpeg_forward_dct * fdct; member in struct:jpeg_compress_struct
    [all...]
  /external/qemu/distrib/jpeg-6b/
jcdctmgr.c 56 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
78 if (fdct->divisors[qtblno] == NULL) {
79 fdct->divisors[qtblno] = (DCTELEM *)
83 dtbl = fdct->divisors[qtblno];
112 if (fdct->divisors[qtblno] == NULL) {
113 fdct->divisors[qtblno] = (DCTELEM *)
117 dtbl = fdct->divisors[qtblno];
145 if (fdct->float_divisors[qtblno] == NULL) {
146 fdct->float_divisors[qtblno] = (FAST_FLOAT *
187 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
277 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
347 my_fdct_ptr fdct; local
    [all...]
jpeglib.h 406 struct jpeg_forward_dct * fdct; member in struct:jpeg_compress_struct
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jcdctmgr.c 60 /* work area for FDCT subroutine */
213 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
235 if (fdct->divisors[qtblno] == NULL) {
236 fdct->divisors[qtblno] = (DCTELEM *)
240 dtbl = fdct->divisors[qtblno];
243 && fdct->quantize == jsimd_quantize)
244 fdct->quantize = quantize;
271 if (fdct->divisors[qtblno] == NULL) {
272 fdct->divisors[qtblno] = (DCTELEM *
419 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
509 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
545 my_fdct_ptr fdct; local
    [all...]
jpeglib.h 467 struct jpeg_forward_dct * fdct; member in struct:jpeg_compress_struct
    [all...]
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 469 struct jpeg_forward_dct * fdct; member in struct:jpeg_compress_struct
    [all...]

Completed in 395 milliseconds