OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BROTLI_HC_FAST_LOAD_BITS
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/brotli/dist/c/dec/
huffman.h
70
#define
BROTLI_HC_FAST_LOAD_BITS
(H) (H->bits)
86
#define
BROTLI_HC_FAST_LOAD_BITS
(H) ((__fastload_##H) & 0xFF)
decode.c
355
if (
BROTLI_HC_FAST_LOAD_BITS
(table) > HUFFMAN_TABLE_BITS) {
356
uint32_t nbits =
BROTLI_HC_FAST_LOAD_BITS
(table) - HUFFMAN_TABLE_BITS;
362
BrotliDropBits(br,
BROTLI_HC_FAST_LOAD_BITS
(table));
381
if (
BROTLI_HC_FAST_LOAD_BITS
(table) == 0) {
389
if (
BROTLI_HC_FAST_LOAD_BITS
(table) <= HUFFMAN_TABLE_BITS) {
390
if (
BROTLI_HC_FAST_LOAD_BITS
(table) <= available_bits) {
391
BrotliDropBits(br,
BROTLI_HC_FAST_LOAD_BITS
(table));
403
val = (val & BitMask(
BROTLI_HC_FAST_LOAD_BITS
(table))) >> HUFFMAN_TABLE_BITS;
406
if (available_bits <
BROTLI_HC_FAST_LOAD_BITS
(table)) {
410
BrotliDropBits(br, HUFFMAN_TABLE_BITS +
BROTLI_HC_FAST_LOAD_BITS
(table))
[
all
...]
Completed in 5 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026