Home | History | Annotate | Download | only in common

Lines Matching refs:vp9_prob

18 typedef uint8_t vp9_prob;
20 #define vp9_prob_half ((vp9_prob) 128)
56 static INLINE vp9_prob clip_prob(int p) {
64 static INLINE vp9_prob get_prob(int num, int den) {
68 static INLINE vp9_prob get_prob(int num, int den) {
73 static INLINE vp9_prob get_binary_prob(int n0, int n1) {
78 static INLINE vp9_prob weighted_prob(int prob1, int prob2, int factor) {
82 static INLINE vp9_prob merge_probs(vp9_prob pre_prob,
86 const vp9_prob prob = get_binary_prob(ct[0], ct[1]);
94 const vp9_prob *pre_probs,
98 vp9_prob *probs) {
116 const vp9_prob *pre_probs,
119 unsigned int max_update_factor, vp9_prob *probs) {