Searched defs:jpeg_dct_method (Results 1 – 1 of 1) sorted by relevance
76 struct jpeg_dct_method : property_base< J_DCT_METHOD > struct78 static const type slow = JDCT_ISLOW;79 static const type fast = JDCT_IFAST;80 static const type floating_pt = JDCT_FLOAT;81 static const type fastest = JDCT_FASTEST;83 static const type default_value = slow;