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

  /external/libjpeg-turbo/
jdhuff.h 134 * before using GET_BITS, PEEK_BITS, or DROP_BITS.
141 * val = PEEK_BITS(n);
158 #define PEEK_BITS(nbits) \
196 look = PEEK_BITS(HUFF_LOOKAHEAD); \
210 s = PEEK_BITS(HUFF_LOOKAHEAD); \
  /external/pdfium/third_party/libjpeg/
jdhuff.h 123 * before using GET_BITS, PEEK_BITS, or DROP_BITS.
130 * val = PEEK_BITS(n);
147 #define PEEK_BITS(nbits) \
185 look = PEEK_BITS(HUFF_LOOKAHEAD); \
  /external/opencv3/3rdparty/libjpeg/
jdhuff.c 120 * before using GET_BITS, PEEK_BITS, or DROP_BITS.
127 * val = PEEK_BITS(n);
144 #define PEEK_BITS(nbits) \
177 look = PEEK_BITS(HUFF_LOOKAHEAD); \
    [all...]

Completed in 4337 milliseconds