Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching full:row_stride

407         int row_stride;                 /* physical row width in buffer */
409 row_stride = image_width * 3; /* JSAMPLEs per row in image_buffer */
412 row_pointer[0] = & image_buffer[cinfo.next_scanline * row_stride];