Searched refs:context_offset (Results 1 – 3 of 3) sorted by relevance
103 off_t context_offset = 2 * 1024 * 1024; variable1365 context_offset = parse_size(optarg, 1024 * 1024);1491 if (file_size < num_contexts * context_offset) {1505 (long)(context_offset / (1024 * 1024)), verify ? "on" : "off");1524 create_oper(rwfd, first_stage, j * context_offset,1525 file_size - j * context_offset, rec_len,
1186 uint32_t context_offset = block_type << BROTLI_LITERAL_CONTEXT_BITS; in PrepareLiteralDecoding() local1187 s->context_map_slice = s->context_map + context_offset; in PrepareLiteralDecoding()