HomeSort by relevance Sort by last modified time
    Searched refs:mtf_upper_bound (Results 1 - 3 of 3) sorted by null

  /external/brotli/dec/
state.h 197 uint32_t mtf_upper_bound; member in struct:BrotliDecoderStateStruct
state.c 102 s->mtf_upper_bound = 63;
decode.c 861 uint32_t upper_bound = state->mtf_upper_bound;
891 state->mtf_upper_bound = upper_bound >> 2;
    [all...]

Completed in 914 milliseconds