Searched defs:CHECK_BIT_BUFFER (Results 1 - 2 of 2) sorted by relevance

/external/jpeg/
H A Djdhuff.h62 * by the macros CHECK_BIT_BUFFER and GET_BITS. When there aren't enough
123 * Use CHECK_BIT_BUFFER to ensure there are N bits in get_buffer
127 * CHECK_BIT_BUFFER(state,n,action);
139 #define CHECK_BIT_BUFFER(state,nbits,action) \ macro
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djdhuff.h62 * by the macros CHECK_BIT_BUFFER and GET_BITS. When there aren't enough
122 * Use CHECK_BIT_BUFFER to ensure there are N bits in get_buffer
126 * CHECK_BIT_BUFFER(state,n,action);
138 #define CHECK_BIT_BUFFER(state,nbits,action) \ macro

Completed in 94 milliseconds