Searched refs:c2max (Results 1 – 2 of 2) sorted by relevance
/external/qemu/distrib/jpeg-6b/ |
D | jquant2.c | 262 int c2min, c2max; member 321 int c0min,c0max,c1min,c1max,c2min,c2max; in update_box() local 327 c2min = boxp->c2min; c2max = boxp->c2max; in update_box() 333 for (c2 = c2min; c2 <= c2max; c2++) in update_box() 344 for (c2 = c2min; c2 <= c2max; c2++) in update_box() 355 for (c2 = c2min; c2 <= c2max; c2++) in update_box() 366 for (c2 = c2min; c2 <= c2max; c2++) in update_box() 373 if (c2max > c2min) in update_box() 374 for (c2 = c2min; c2 <= c2max; c2++) in update_box() 384 if (c2max > c2min) in update_box() [all …]
|
/external/jpeg/ |
D | jquant2.c | 262 int c2min, c2max; member 321 int c0min,c0max,c1min,c1max,c2min,c2max; in update_box() local 327 c2min = boxp->c2min; c2max = boxp->c2max; in update_box() 333 for (c2 = c2min; c2 <= c2max; c2++) in update_box() 344 for (c2 = c2min; c2 <= c2max; c2++) in update_box() 355 for (c2 = c2min; c2 <= c2max; c2++) in update_box() 366 for (c2 = c2min; c2 <= c2max; c2++) in update_box() 373 if (c2max > c2min) in update_box() 374 for (c2 = c2min; c2 <= c2max; c2++) in update_box() 384 if (c2max > c2min) in update_box() [all …]
|