Lines Matching defs:bytes
134 * scheme by separating the logL, u and v bytes for each row and applying163 int pixel_size; /* bytes per pixel */1261 tmsize_t bytes = m1 * m2;1263 if (m1 && bytes / m1 != m2)1264 bytes = 0;1266 return bytes;