Searched refs:totsat (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_signalstats.c | 564 int toty = 0, totu = 0, totv = 0, totsat=0; in filter_frame8() local 673 totsat += histsat[fil] * fil; in filter_frame8() 732 SET_META("SATAVG", "%g", 1.0 * totsat / s->cfs); in filter_frame8() 786 int64_t toty = 0, totu = 0, totv = 0, totsat=0; in filter_frame16() local 895 totsat += histsat[fil] * fil; in filter_frame16() 949 SET_META("SATAVG", "%g", 1.0 * totsat / s->cfs); in filter_frame16()
|
Completed in 3 milliseconds