OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BROTLI_NUM_DISTANCE_SYMBOLS
(Results
1 - 3
of
3
) sorted by null
/external/brotli/c/common/
constants.h
36
/*
BROTLI_NUM_DISTANCE_SYMBOLS
== 520 */
37
#define
BROTLI_NUM_DISTANCE_SYMBOLS
(BROTLI_NUM_DISTANCE_SHORT_CODES + \
/external/brotli/c/enc/
histogram.h
41
#define DATA_SIZE
BROTLI_NUM_DISTANCE_SYMBOLS
backward_references_hq.c
75
float cost_dist_[
BROTLI_NUM_DISTANCE_SYMBOLS
];
125
uint32_t histogram_dist[
BROTLI_NUM_DISTANCE_SYMBOLS
];
155
SetCost(histogram_dist,
BROTLI_NUM_DISTANCE_SYMBOLS
, self->cost_dist_);
191
for (i = 0; i <
BROTLI_NUM_DISTANCE_SYMBOLS
; ++i) {
Completed in 543 milliseconds