Home
last modified time | relevance | path

Searched refs:maxhue (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_signalstats.c563 int medhue, maxhue; in filter_frame8() local
691 maxhue = histhue[0]; in filter_frame8()
699 if (histhue[fil] > maxhue) { in filter_frame8()
700 maxhue = histhue[fil]; in filter_frame8()
785 int medhue, maxhue; in filter_frame16() local
913 maxhue = histhue[0]; in filter_frame16()
921 if (histhue[fil] > maxhue) { in filter_frame16()
922 maxhue = histhue[fil]; in filter_frame16()

Completed in 5 milliseconds