Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dtreecoder.c116 unsigned int Pfac, in vp8_tree_probs_from_distribution() argument
136 const unsigned int p = ((c[0] * Pfac) + (rd ? tot >> 1 : 0)) / tot; in vp8_tree_probs_from_distribution()