Searched refs:MCU_height (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djdinput.c138 compptr->MCU_height = 1;
174 compptr->MCU_height = compptr->v_samp_factor;
175 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height;
181 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height);
182 if (tmp == 0) tmp = compptr->MCU_height;
H A Djcmaster.c326 compptr->MCU_height = 1;
362 compptr->MCU_height = compptr->v_samp_factor;
363 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height;
369 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height);
370 if (tmp == 0) tmp = compptr->MCU_height;
H A Djccoefct.c174 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
373 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
H A Djdcoefct.c195 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
280 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
H A Djctrans.c317 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
H A Djpeglib.h165 int MCU_height; /* number of blocks per MCU, vertically */ member in struct:__anon654
166 int MCU_blocks; /* MCU_width * MCU_height */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djdinput.c142 compptr->MCU_height = 1;
178 compptr->MCU_height = compptr->v_samp_factor;
179 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height;
185 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height);
186 if (tmp == 0) tmp = compptr->MCU_height;
H A Dtransupp.h174 int MCU_width, int MCU_height,
H A Djcmaster.c506 compptr->MCU_height = 1;
542 compptr->MCU_height = compptr->v_samp_factor;
543 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height;
549 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height);
550 if (tmp == 0) tmp = compptr->MCU_height;
H A Djccoefct.c177 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
377 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
H A Djdcoefct.c192 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
277 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
H A Djctrans.c305 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
H A Dtransupp.c1412 * MCU_width, MCU_height: pixel dimensions of MCU.
1419 * MCU_height = cinfo.max_v_samp_factor * DCTSIZE
1428 int MCU_width, int MCU_height,
1441 if (image_height % (JDIMENSION) MCU_height)
1448 if (image_height % (JDIMENSION) MCU_height)
H A Djpeglib.h172 int MCU_height; /* number of blocks per MCU, vertically */ member in struct:__anon3950
173 int MCU_blocks; /* MCU_width * MCU_height */

Completed in 238 milliseconds