HomeSort by relevance Sort by last modified time
    Searched refs:BROTLI_SHORT_FILL_BIT_WINDOW_READ (Results 1 - 2 of 2) sorted by null

  /external/brotli/dec/
bit_reader.h 21 #define BROTLI_SHORT_FILL_BIT_WINDOW_READ (sizeof(reg_t) >> 1)
185 br->avail_in -= BROTLI_SHORT_FILL_BIT_WINDOW_READ;
186 br->next_in += BROTLI_SHORT_FILL_BIT_WINDOW_READ;
203 br->avail_in -= BROTLI_SHORT_FILL_BIT_WINDOW_READ;
204 br->next_in += BROTLI_SHORT_FILL_BIT_WINDOW_READ;
211 more than BROTLI_SHORT_FILL_BIT_WINDOW_READ bytes of input. */
decode.c 553 if (!BrotliCheckInputAmount(br, BROTLI_SHORT_FILL_BIT_WINDOW_READ)) {
    [all...]

Completed in 467 milliseconds