Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:ke

461   int tbl, k, ke;
482 for (ke = cinfo->Se; ke > 0; ke--)
487 if ((v = (*block)[jpeg_natural_order[ke]]) >= 0) {
495 for (k = cinfo->Ss; k <= ke
595 int tbl, k, ke, kex;
616 for (ke = cinfo->Se; ke > 0; ke--)
621 if ((v = (*block)[jpeg_natural_order[ke]]) >= 0) {
629 for (kex = ke; kex > 0; kex--)
638 for (k = cinfo->Ss; k <= ke; k++) {
689 int blkn, ci, tbl, k, ke;
765 for (ke = DCTSIZE2 - 1; ke > 0; ke--)
766 if ((*block)[jpeg_natural_order[ke]]) break;
769 for (k = 1; k <= ke; k++) {