Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:yindex

154   int blkn, ci, xindex, yindex, yoffset, useful_width;

193 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
195 yoffset+yindex < compptr->last_row_height) {
249 int blkn, ci, xindex, yindex, yoffset;
278 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
279 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;