MIN_GET_BITS      307 third_party/libjpeg/jdhuff.c     while (bits_left < MIN_GET_BITS) {
MIN_GET_BITS      377 third_party/libjpeg/jdhuff.c       get_buffer <<= MIN_GET_BITS - bits_left;
MIN_GET_BITS      378 third_party/libjpeg/jdhuff.c       bits_left = MIN_GET_BITS;