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

  /external/jpeg/
jdhuff.h 62 * 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) \
  /external/pdfium/core/src/fxcodec/libjpeg/
jdhuff.h 62 * 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) \
  /external/qemu/distrib/jpeg-6b/
jdhuff.h 62 * 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) \

Completed in 123 milliseconds