Searched refs:prob_32 (Results 1 – 1 of 1) sorted by relevance
1448 int prob_32, prob_res, prob_shift; in vp9_tree_merge_probs() local1452 prob_32 = prev_prob[coef_node_start / 4 * 2]; in vp9_tree_merge_probs()1455 pre_prob = (prob_32 >> prob_shift) & 0xff; in vp9_tree_merge_probs()1487 int prob_32, prob_res, prob_shift; in adapt_coef_probs_cxt() local1508 prob_32 = prev_prob[coef_node_start / 4 * 2]; in adapt_coef_probs_cxt()1511 pre_prob = (prob_32 >> prob_shift) & 0xff; in adapt_coef_probs_cxt()1558 int prob_32; in adapt_coef_probs() local1658 prob_32 = prev_prob[coef_node_start / 4 * 2]; in adapt_coef_probs()1661 pre_prob = (prob_32 >> prob_shift) & 0xff; in adapt_coef_probs()