OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_types_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/brotli/src/brotli/enc/
block_splitter.cc
279
split->
num_types_
= -1;
284
split->
num_types_
= std::max(split->
num_types_
, cur_id);
292
split->
num_types_
= std::max(split->
num_types_
, cur_id);
293
++split->
num_types_
;
304
split->
num_types_
= 0;
307
split->
num_types_
= 1;
block_splitter.h
31
int
num_types_
;
member in struct:brotli::BlockSplit
encode.cc
634
if (split->
num_types_
<= 1) {
635
split->
num_types_
= 1;
659
EncodeVarLenUint8(split.
num_types_
- 1, storage_ix, storage);
661
if (split.
num_types_
== 1) {
673
BuildAndStoreEntropyCode(type_histo, 15, split.
num_types_
+ 2,
742
mb->literal_context_modes.resize(mb->literal_split.
num_types_
,
747
mb->literal_split.
num_types_
<< kLiteralContextBits;
749
mb->distance_split.
num_types_
<< kDistanceContextBits;
751
mb->command_histograms.resize(mb->command_split.
num_types_
);
771
mb->literal_split.
num_types_
,
[
all
...]
Completed in 54 milliseconds