Lines Matching defs:ke
464 int tbl, k, ke;
485 for (ke = cinfo->Se; ke > 0; ke--)
490 if ((v = (*block)[jpeg_natural_order[ke]]) >= 0) {
498 for (k = cinfo->Ss; k <= ke; k++) {
598 int tbl, k, ke, kex;
619 for (ke = cinfo->Se; ke > 0; ke--)
624 if ((v = (*block)[jpeg_natural_order[ke]]) >= 0) {
632 for (kex = ke; kex > 0; kex--)
641 for (k = cinfo->Ss; k <= ke; k++) {
692 int blkn, ci, tbl, k, ke;
768 for (ke = DCTSIZE2 - 1; ke > 0; ke--)
769 if ((*block)[jpeg_natural_order[ke]]) break;
772 for (k = 1; k <= ke; k++) {