Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/extension/io/jpeg/
Dtags.hpp76 struct jpeg_dct_method : property_base< J_DCT_METHOD > struct
78 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;