OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:level_cost_
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/enc/
cost.c
363
uint16_t* const table = proba->
level_cost_
[ctype][band][ctx];
vp8enci.h
188
CostArray
level_cost_
[NUM_TYPES][NUM_BANDS]; // 11.4k
member in struct:__anon13766
frame.c
202
res->cost = enc->proba_.
level_cost_
[coeff_type];
quant.c
425
CostArray* const costs = it->enc_->proba_.
level_cost_
[coeff_type];
Completed in 53 milliseconds