Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvf_signalstats.c534 static unsigned compute_bit_depth(uint16_t mask) in compute_bit_depth() function
743 SET_META("YBITDEPTH", "%d", compute_bit_depth(masky)); in filter_frame8()
744 SET_META("UBITDEPTH", "%d", compute_bit_depth(masku)); in filter_frame8()
745 SET_META("VBITDEPTH", "%d", compute_bit_depth(maskv)); in filter_frame8()
960 SET_META("YBITDEPTH", "%d", compute_bit_depth(masky)); in filter_frame16()
961 SET_META("UBITDEPTH", "%d", compute_bit_depth(masku)); in filter_frame16()
962 SET_META("VBITDEPTH", "%d", compute_bit_depth(maskv)); in filter_frame16()

Completed in 5 milliseconds