Searched refs:kex (Results 1 - 4 of 4) sorted by relevance

/external/libjpeg-turbo/
H A Djdarith.c435 int tbl, k, kex; local
455 for (kex = cinfo->Se; kex > 0; kex--)
456 if ((*block)[jpeg_natural_order[kex]]) break;
460 if (k > kex)
H A Djcarith.c594 int tbl, k, ke, kex; local
628 for (kex = ke; kex > 0; kex--)
629 if ((v = (*block)[jpeg_natural_order[kex]]) >= 0) {
639 if (k > kex)
/external/opencv3/3rdparty/libjpeg/
H A Djdarith.c440 int tbl, k, kex; local
463 kex = cinfo->Se;
465 if ((*block)[natural_order[kex]]) break;
466 } while (--kex);
471 if (k >= kex)
H A Djcarith.c598 int tbl, k, ke, kex; local
637 for (kex = ke; kex > 0; kex--)
638 if ((v = (*block)[natural_order[kex]]) >= 0) {
648 if (k >= kex)

Completed in 616 milliseconds