Searched refs:highsat (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 688 if (highsat == -1 && accsat >= chighp) highsat = fil; in filter_frame8() 733 SET_META("SATHIGH", "%d", highsat); in filter_frame8() 781 int minsat = -1, maxsat = -1, lowsat = -1, highsat = -1; in filter_frame16() local 910 if (highsat == -1 && accsat >= chighp) highsat = fil; in filter_frame16() 950 SET_META("SATHIGH", "%d", highsat); in filter_frame16()
|
Completed in 3 milliseconds