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

  /external/brotli/c/dec/
state.h 183 int next_symbol[32]; member in struct:BrotliDecoderStateStruct
decode.c 516 uint16_t* code_length_histo, int* next_symbol) {
519 symbol_lists[next_symbol[code_len]] = (uint16_t)(*symbol);
520 next_symbol[code_len] = (int)(*symbol);
544 uint16_t* code_length_histo, int* next_symbol) {
573 int next = next_symbol[*repeat_code_len];
578 next_symbol[*repeat_code_len] = next;
598 int* next_symbol = s->next_symbol; local
621 &prev_code_len, symbol_lists, code_length_histo, next_symbol);
630 symbol_lists, code_length_histo, next_symbol);
    [all...]

Completed in 676 milliseconds