OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8LExtraCostCombined
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/dsp/
lossless.h
162
extern VP8LCostCombinedFunc
VP8LExtraCostCombined
;
lossless_enc_mips32.c
386
VP8LExtraCostCombined
= ExtraCostCombined_MIPS32;
lossless_enc.c
[
all
...]
/external/webp/src/enc/
histogram_enc.c
383
*cost +=
VP8LExtraCostCombined
(a->literal_ + NUM_LITERAL_CODES,
420
VP8LExtraCostCombined
(a->distance_, b->distance_, NUM_DISTANCE_CODES);
[
all
...]
Completed in 566 milliseconds