Home
last modified time | relevance | path

Searched refs:max_quality (Results 1 – 1 of 1) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg.cpp1634 const int max_quality = 12; in WriteImage() local
1635 int quality = max_quality; in WriteImage()
1654 if( quality > max_quality ) quality = max_quality; in WriteImage()