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,
71 if (context_modes) {
72 ContextLut lut = BROTLI_CONTEXT_LUT(context_modes[context]);
histogram.h 55 const ContextType* context_modes, HistogramLiteral* literal_histograms,
  /external/brotli/c/dec/
state.c 57 s->context_modes = NULL;
113 s->context_modes = NULL;
129 BROTLI_DECODER_FREE(s, s->context_modes);
state.h 226 uint8_t* context_modes; member in struct:BrotliDecoderStateStruct
decode.c     [all...]

Completed in 216 milliseconds