Home
last modified time | relevance | path

Searched defs:UncompressFlags (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_mem.h35 struct UncompressFlags { struct
39 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