Searched refs:dct_method (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/bionic/libc/other/
H A Dtest_jpeg.c136 int decompress(FILE* input_file, int dct_method, int disable_rgb) argument
184 cinfo.dct_method = dct_method;
243 int dct_method = JDCT_DEFAULT; local
283 dct_method = strtol(arg, NULL, 10);
284 switch (dct_method) {
286 dct_method = JDCT_DEFAULT;
289 dct_method = JDCT_IFAST;
292 dct_method = JDCT_ISLOW;
295 dct_method
[all...]

Completed in 2 milliseconds