OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_block_types
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/brotli/src/brotli/dec/
decode.c
730
int
num_block_types
[3] = { 1, 1, 1 };
local
778
num_block_types
[i] = DecodeVarLenUint8(&br) + 1;
779
if (
num_block_types
[i] >= 2) {
780
if (!ReadHuffmanCode(
num_block_types
[i] + 2,
795
BROTLI_LOG_UINT(
num_block_types
[0]);
796
BROTLI_LOG_UINT(
num_block_types
[1]);
797
BROTLI_LOG_UINT(
num_block_types
[2]);
813
context_modes = (uint8_t*)malloc((size_t)
num_block_types
[0]);
818
for (i = 0; i <
num_block_types
[0]; ++i) {
825
if (!DecodeContextMap(
num_block_types
[0] << kLiteralContextBits
[
all
...]
Completed in 209 milliseconds