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

/xsrc/external/mit/brotli/dist/c/dec/
H A Dstate.h319 unsigned int canny_ringbuffer_allocation : 1; member in struct:BrotliDecoderStateStruct
H A Dstate.c70 s->canny_ringbuffer_allocation = 1;
H A Ddecode.c66 state->canny_ringbuffer_allocation = !!value ? 0 : 1;
1439 if (!!s->canny_ringbuffer_allocation) {

Completed in 7 milliseconds