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

/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 405 milliseconds