Searched refs:dist_offset (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/brotli/dist/c/dec/
H A Dstate.h233 uint32_t dist_offset[544]; member in struct:BrotliMetablockBodyArena
H A Ddecode.c1599 b->dist_offset[i] = j + 1;
1609 b->dist_offset[i] = base + j;
1652 (int)(b->dist_offset[code] + (bits << s->distance_postfix_bits));

Completed in 6 milliseconds