Searched refs:VP8BranchCost (Results 1 - 2 of 2) sorted by relevance

/external/webp/src/enc/
H A Dcost.h30 static inline uint64_t VP8BranchCost(uint64_t nb, uint64_t total, function
H A Dframe.c175 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 60 milliseconds