Home
last modified time | relevance | path

Searched refs:canny_ringbuffer_allocation (Results 1 – 3 of 3) sorted by relevance

/external/brotli/c/dec/
Dstate.h319 unsigned int canny_ringbuffer_allocation : 1; member
Dstate.c70 s->canny_ringbuffer_allocation = 1; in BrotliDecoderStateInit()
Ddecode.c66 state->canny_ringbuffer_allocation = !!value ? 0 : 1; in BrotliDecoderSetParameter()
1439 if (!!s->canny_ringbuffer_allocation) { in BrotliCalculateRingBufferSize()