Home
last modified time | relevance | path

Searched refs:jpeg_aritab (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/3rdparty/libjpeg/
Djaricom.c31 const INT32 jpeg_aritab[113+1] = { variable
Djpegint.h335 #define jpeg_aritab jAriTab macro
417 extern const INT32 jpeg_aritab[];
Djdarith.c152 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */ in arith_decode()
Djcarith.c230 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */ in arith_encode()
/external/libjpeg-turbo/
Djaricom.c31 const INT32 jpeg_aritab[113+1] = { variable
Djpegint.h359 extern const INT32 jpeg_aritab[];
Djdarith.c154 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */ in arith_decode()
Djcarith.c232 qe = jpeg_aritab[sv & 0x7F]; /* => Qe_Value */ in arith_encode()