Searched defs:UncompressFlags (Results 1 – 1 of 1) sorted by relevance
35 struct UncompressFlags { struct39 int ratio = 1;42 int components = 0;46 bool fancy_upscaling = true;49 bool try_recover_truncated_jpeg = false;52 float min_acceptable_fraction = 1.0;57 int stride = 0;63 J_DCT_METHOD dct_method = JDCT_DEFAULT;66 bool crop = false;90 const UncompressFlags& flags, int* width, int* height, argument