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

  /external/brotli/c/dec/
bit_reader.h 187 /* Like BrotliGetBits, but does not mask the result.
197 static BROTLI_INLINE uint32_t BrotliGetBits(
decode.c 432 BROTLI_HC_ADJUST_TABLE_INDEX(table, BrotliGetBits(br, HUFFMAN_TABLE_BITS));
    [all...]

Completed in 3169 milliseconds