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

/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jddctmgr.c218 static const double aanscalefactor[DCTSIZE] = { local
228 aanscalefactor[row] * aanscalefactor[col]);
H A Dfpdfapi_jcdctmgr.c141 static const double aanscalefactor[DCTSIZE] = { local
157 aanscalefactor[row] * aanscalefactor[col] * 8.0)));
/external/jpeg/
H A Djddctmgr.c319 static const double aanscalefactor[DCTSIZE] = { local
329 aanscalefactor[row] * aanscalefactor[col]);
H A Djcdctmgr.c140 static const double aanscalefactor[DCTSIZE] = { local
156 aanscalefactor[row] * aanscalefactor[col] * 8.0)));

Completed in 120 milliseconds