Searched refs:context_map (Results 1 – 5 of 5) sorted by relevance
/external/brotli/c/dec/ |
D | state.c | 71 s->context_map = NULL; in BrotliDecoderStateInitWithCustomAllocators() 122 s->context_map = NULL; in BrotliDecoderStateMetablockBegin() 141 BROTLI_FREE(s, s->context_map); in BrotliDecoderStateCleanupAfterMetablock()
|
D | decode.c | 994 uint8_t* context_map = *context_map_arg; in DecodeContextMap() local 1007 context_map[context_index++] = 0; in DecodeContextMap() 1011 context_map[context_index++] = in DecodeContextMap() 1033 context_map[context_index++] = 0; in DecodeContextMap() 1107 size_t sample = s->context_map[offset]; in DetectTrivialLiteralBlockTypes() 1110 BROTLI_REPEAT(4, error |= s->context_map[offset + j++] ^ sample;) in DetectTrivialLiteralBlockTypes() 1123 s->context_map_slice = s->context_map + context_offset; in PrepareLiteralDecoding() 2169 &s->num_literal_htrees, &s->context_map, s); in BrotliDecoderDecompressStream()
|
D | state.h | 221 uint8_t* context_map; member
|
/external/brotli/c/enc/ |
D | brotli_bit_stream.c | 695 const uint32_t* context_map, in EncodeContextMap() argument 717 MoveToFrontTransform(context_map, context_map_size, rle_symbols); in EncodeContextMap() 908 size_t context, const uint32_t* context_map, size_t* storage_ix, in StoreSymbolWithContext() argument 921 size_t histo_ix = context_map[self->entropy_ix_ + context]; in StoreSymbolWithContext()
|
/external/selinux/mcstrans/src/ |
D | mcstrans.c | 52 typedef struct context_map { struct
|