HomeSort by relevance Sort by last modified time
    Searched refs:arith_decode (Results 1 - 2 of 2) sorted by null

  /external/libjpeg-turbo/
jdarith.c 108 arith_decode (j_decompress_ptr cinfo, unsigned char *st) function
273 if (arith_decode(cinfo, st) == 0)
278 sign = arith_decode(cinfo, st + 1);
281 if ((m = arith_decode(cinfo, st)) != 0) {
283 while (arith_decode(cinfo, st)) {
303 if (arith_decode(cinfo, st)) v |= m;
348 if (arith_decode(cinfo, st)) break; /* EOB flag */
349 while (arith_decode(cinfo, st + 1) == 0) {
359 sign = arith_decode(cinfo, entropy->fixed_bin);
362 if ((m = arith_decode(cinfo, st)) != 0)
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jdarith.c 106 arith_decode (j_decompress_ptr cinfo, unsigned char *st) function
272 if (arith_decode(cinfo, st) == 0)
277 sign = arith_decode(cinfo, st + 1);
280 if ((m = arith_decode(cinfo, st)) != 0) {
282 while (arith_decode(cinfo, st)) {
302 if (arith_decode(cinfo, st)) v |= m;
351 if (arith_decode(cinfo, st)) break; /* EOB flag */
354 if (arith_decode(cinfo, st + 1)) break;
364 sign = arith_decode(cinfo, entropy->fixed_bin);
367 if ((m = arith_decode(cinfo, st)) != 0)
    [all...]

Completed in 307 milliseconds