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

  /external/brotli/c/enc/
histogram.c 48 const ContextType* context_modes, HistogramLiteral* literal_histograms,
69 context = context_modes ?
71 Context(prev_byte, prev_byte2, context_modes[literal_it.type_])) :
histogram.h 52 const ContextType* context_modes, HistogramLiteral* literal_histograms,
  /external/brotli/c/dec/
state.c 72 s->context_modes = NULL;
123 s->context_modes = NULL;
140 BROTLI_FREE(s, s->context_modes);
state.h 222 uint8_t* context_modes; member in struct:BrotliDecoderStateStruct
decode.c     [all...]

Completed in 214 milliseconds