Searched defs:BytesPerPixel (Results 1 – 2 of 2) sorted by relevance
250 const int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8; in PNG_PredictorEncode() local341 int BytesPerPixel = (bpc * nColors + 7) / 8; in PNG_PredictLine() local406 const int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8; in PNG_Predictor() local500 int BytesPerPixel = BitsPerComponent * Colors / 8; in TIFF_PredictorEncodeLine() local585 int BytesPerPixel = BitsPerComponent * Colors / 8; in TIFF_PredictLine() local
83 static int BytesPerPixel(SrcConfig sc) { in BytesPerPixel() function