Home
last modified time | relevance | path

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

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