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

  /external/jpeg/
jdhuff.h 124 * before using GET_BITS, PEEK_BITS, or DROP_BITS.
133 * DROP_BITS(n);
151 #define DROP_BITS(nbits) \
188 DROP_BITS(nb); \
  /external/pdfium/core/src/fxcodec/libjpeg/
jdhuff.h 123 * before using GET_BITS, PEEK_BITS, or DROP_BITS.
132 * DROP_BITS(n);
150 #define DROP_BITS(nbits) \
187 DROP_BITS(nb); \
  /external/qemu/distrib/jpeg-6b/
jdhuff.h 124 * before using GET_BITS, PEEK_BITS, or DROP_BITS.
133 * DROP_BITS(n);
151 #define DROP_BITS(nbits) \
188 DROP_BITS(nb); \

Completed in 39 milliseconds