compute_bit_depth  751 libavfilter/vf_signalstats.c     SET_META("YBITDEPTH", "%d", compute_bit_depth(masky));
compute_bit_depth  752 libavfilter/vf_signalstats.c     SET_META("UBITDEPTH", "%d", compute_bit_depth(masku));
compute_bit_depth  753 libavfilter/vf_signalstats.c     SET_META("VBITDEPTH", "%d", compute_bit_depth(maskv));
compute_bit_depth  968 libavfilter/vf_signalstats.c     SET_META("YBITDEPTH", "%d", compute_bit_depth(masky));
compute_bit_depth  969 libavfilter/vf_signalstats.c     SET_META("UBITDEPTH", "%d", compute_bit_depth(masku));
compute_bit_depth  970 libavfilter/vf_signalstats.c     SET_META("VBITDEPTH", "%d", compute_bit_depth(maskv));