Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dquant_enc.c343 const double amin = 0.30; in QualityToJPEGCompression() local
347 const double slope = (exp_min - exp_max) / (amax - amin); in QualityToJPEGCompression()
351 : (alpha < amin) ? exp_max in QualityToJPEGCompression()
352 : exp_max + slope * (alpha - amin); in QualityToJPEGCompression()

Completed in 6 milliseconds