Searched defs:DROP_BITS (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
H A Djdhuff.h138 * before using GET_BITS, PEEK_BITS, or DROP_BITS.
147 * DROP_BITS(n);
165 #define DROP_BITS(nbits) \ macro
202 DROP_BITS(nb); \
218 DROP_BITS(nb); \
/external/jpeg/
H A Djdhuff.h124 * before using GET_BITS, PEEK_BITS, or DROP_BITS.
133 * DROP_BITS(n);
151 #define DROP_BITS(nbits) \ macro
188 DROP_BITS(nb); \
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djdhuff.h123 * before using GET_BITS, PEEK_BITS, or DROP_BITS.
132 * DROP_BITS(n);
150 #define DROP_BITS(nbits) \ macro
187 DROP_BITS(nb); \
/external/qemu/distrib/jpeg-6b/
H A Djdhuff.h124 * before using GET_BITS, PEEK_BITS, or DROP_BITS.
133 * DROP_BITS(n);
151 #define DROP_BITS(nbits) \ macro
188 DROP_BITS(nb); \

Completed in 410 milliseconds