Searched defs:prob (Results 1 – 12 of 12) sorted by relevance
22 #define vp9_cost_zero(prob) (vp9_prob_cost[prob]) argument24 #define vp9_cost_one(prob) vp9_cost_zero(vp9_complement(prob)) argument26 #define vp9_cost_bit(prob, bit) vp9_cost_zero((bit) ? vp9_complement(prob) \ argument
39 const vp9_prob prob = probs[i / 2]; in cost() local
759 const int prob = seg->tree_probs[i]; in encode_segmentation() local770 const int prob = seg->pred_probs[i]; in encode_segmentation() local
43 vp8_prob prob[MVPcount]; /* often come in row, col pairs */ member
47 const vp8_prob *prob; member
77 #define ADJUST_COEF(prob, bits_count) \ argument93 const vp9_prob *prob; in decode_coefs() local
47 static int vp9_read(vp9_reader *r, int prob) { in vp9_read()
76 const vp9_prob prob = get_binary_prob(ct[0], ct[1]); in merge_probs() local
51 const vp9_prob *prob; member
221 const vp8_prob * prob; in get_sub_mv_ref_prob() local261 const vp8_prob *prob; in decode_split_mv() local
89 static int GetCoeffs(BOOL_DECODER *br, ProbaArray prob, in GetCoeffs()
910 static double bitcost( double prob ) in bitcost()