Searched defs:fdct (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jcdctmgr.c56 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
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...]
H A Djpeglib.h504 struct jpeg_forward_dct * fdct; member in struct:jpeg_compress_struct
/external/libjpeg-turbo/
H A Djcdctmgr.c238 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
260 if (fdct->divisors[qtblno] == NULL) {
261 fdct->divisors[qtblno] = (DCTELEM *)
265 dtbl = fdct->divisors[qtblno];
269 fdct->quantize == jsimd_quantize)
270 fdct->quantize = quantize;
300 if (fdct->divisors[qtblno] == NULL) {
301 fdct->divisors[qtblno] = (DCTELEM *)
305 dtbl = fdct
497 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
587 my_fdct_ptr fdct = (my_fdct_ptr) cinfo->fdct; local
623 my_fdct_ptr fdct; local
[all...]
H A Djpeglib.h463 struct jpeg_forward_dct *fdct; member in struct:jpeg_compress_struct

Completed in 4984 milliseconds