Home
last modified time | relevance | path

Searched refs:Pfactor (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dtreecoder.c83 unsigned int Pfactor, int Round) { in vp8_tree_probs_from_distribution() argument
95 (unsigned int)(((uint64_t)c[0] * Pfactor) + (Round ? tot >> 1 : 0)) / in vp8_tree_probs_from_distribution()
Dtreecoder.h67 unsigned int Pfactor, int Round);