Home
last modified time | relevance | path

Searched refs:dist_ringbuffer_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/brotli/src/brotli/enc/
Dencode.h71 int dist_ringbuffer_[4]; variable
Dencode.cc885 dist_ringbuffer_[0] = 16; in BrotliCompressor()
886 dist_ringbuffer_[1] = 15; in BrotliCompressor()
887 dist_ringbuffer_[2] = 11; in BrotliCompressor()
888 dist_ringbuffer_[3] = 4; in BrotliCompressor()
969 dist_ringbuffer_, in WriteMetaBlock()