Home
last modified time | relevance | path

Searched refs:context_map (Results 1 – 5 of 5) sorted by relevance

/external/brotli/c/dec/
Dstate.c56 s->context_map = NULL; in BrotliDecoderStateInit()
112 s->context_map = NULL; in BrotliDecoderStateMetablockBegin()
130 BROTLI_DECODER_FREE(s, s->context_map); in BrotliDecoderStateCleanupAfterMetablock()
Ddecode.c1043 uint8_t* context_map = *context_map_arg; in DecodeContextMap() local
1056 context_map[context_index++] = 0; in DecodeContextMap()
1060 context_map[context_index++] = in DecodeContextMap()
1082 context_map[context_index++] = 0; in DecodeContextMap()
1161 size_t sample = s->context_map[offset]; in DetectTrivialLiteralBlockTypes()
1164 BROTLI_REPEAT(4, error |= s->context_map[offset + j++] ^ sample;) in DetectTrivialLiteralBlockTypes()
1177 s->context_map_slice = s->context_map + context_offset; in PrepareLiteralDecoding()
2285 &s->num_literal_htrees, &s->context_map, s); in BrotliDecoderDecompressStream()
Dstate.h225 uint8_t* context_map; member
/external/brotli/c/enc/
Dbrotli_bit_stream.c696 const uint32_t* context_map, in EncodeContextMap() argument
718 MoveToFrontTransform(context_map, context_map_size, rle_symbols); in EncodeContextMap()
911 size_t context, const uint32_t* context_map, size_t* storage_ix, in StoreSymbolWithContext() argument
924 size_t histo_ix = context_map[self->entropy_ix_ + context]; in StoreSymbolWithContext()
/external/selinux/mcstrans/src/
Dmcstrans.c52 typedef struct context_map { struct