Searched refs:maxsat (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_signalstats.c | 567 int minsat = -1, maxsat = -1, lowsat = -1, highsat = -1; in filter_frame8() local 676 if (histsat[fil]) maxsat = fil; in filter_frame8() 742 SET_META("SATMAX", "%d", maxsat); in filter_frame8() 789 int minsat = -1, maxsat = -1, lowsat = -1, highsat = -1; in filter_frame16() local 898 if (histsat[fil]) maxsat = fil; in filter_frame16() 959 SET_META("SATMAX", "%d", maxsat); in filter_frame16()
|