Searched refs:last_row_height (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djctrans.c235 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height;
307 yindex+yoffset < compptr->last_row_height) {
H A Djdinput.c146 /* For noninterleaved scans, it is convenient to define last_row_height
151 compptr->last_row_height = tmp;
187 compptr->last_row_height = tmp;
H A Djccoefct.c87 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height;
179 yoffset+yindex < compptr->last_row_height) {
271 /* NB: can't use last_row_height here, since may not be set! */
H A Djdcoefct.c94 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height;
194 yoffset+yindex < compptr->last_row_height) {
351 /* NB: can't use last_row_height here; it is input-side-dependent! */
510 /* NB: can't use last_row_height here; it is input-side-dependent! */
H A Djcmaster.c510 /* For noninterleaved scans, it is convenient to define last_row_height
515 compptr->last_row_height = tmp;
551 compptr->last_row_height = tmp;
H A Djpeglib.h176 int last_row_height; /* # of non-dummy blocks down in last MCU */ member in struct:__anon995

Completed in 176 milliseconds