Searched refs:lowsat (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_signalstats.c | 559 int minsat = -1, maxsat = -1, lowsat = -1, highsat = -1; in filter_frame8() local 683 if (lowsat == -1 && accsat >= clowp) lowsat = fil; in filter_frame8() 731 SET_META("SATLOW", "%d", lowsat); in filter_frame8() 781 int minsat = -1, maxsat = -1, lowsat = -1, highsat = -1; in filter_frame16() local 905 if (lowsat == -1 && accsat >= clowp) lowsat = fil; in filter_frame16() 948 SET_META("SATLOW", "%d", lowsat); in filter_frame16()
|
Completed in 3 milliseconds