OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8BranchCost
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/enc/
cost.h
30
static inline uint64_t
VP8BranchCost
(uint64_t nb, uint64_t total,
frame.c
175
const uint64_t old_cost =
VP8BranchCost
(cnt[0], cnt[1], old_p)
177
const uint64_t new_cost =
VP8BranchCost
(cnt[0], cnt[1], new_p)
Completed in 132 milliseconds