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

/xsrc/external/mit/brotli/dist/c/dec/
H A Dstate.h304 uint32_t mtf_upper_bound; member in struct:BrotliDecoderStateStruct
H A Dstate.c82 s->mtf_upper_bound = 63;
H A Ddecode.c928 uint32_t upper_bound = state->mtf_upper_bound;
958 state->mtf_upper_bound = upper_bound >> 2;

Completed in 8 milliseconds