Home | History | Annotate | Download | only in libtiff

Lines Matching defs:bytes

134  * scheme by separating the logL, u and v bytes for each row and applying
163 int pixel_size; /* bytes per pixel */
1228 tmsize_t bytes = m1 * m2;
1230 if (m1 && bytes / m1 != m2)
1231 bytes = 0;
1233 return bytes;