Searched defs:BytesPerPixel (Results 1 – 2 of 2) sorted by relevance
297 int BytesPerPixel = (bpc * nColors + 7) / 8; in PNG_PredictLine() local362 const int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8; in PNG_Predictor() local475 int BytesPerPixel = BitsPerComponent * Colors / 8; in TIFF_PredictLine() local
55 def BytesPerPixel(f): function