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 */1214 tmsize_t bytes = m1 * m2;1216 if (m1 && bytes / m1 != m2)1217 bytes = 0;1219 return bytes;