Searched refs:prob_shift (Results 1 – 1 of 1) sorted by relevance
1448 int prob_32, prob_res, prob_shift; in vp9_tree_merge_probs() local1454 prob_shift = prob_res * 8; in vp9_tree_merge_probs()1455 pre_prob = (prob_32 >> prob_shift) & 0xff; in vp9_tree_merge_probs()1475 (cur_prob[coef_node_start / 4 * 2] & (~(0xff << prob_shift))) | in vp9_tree_merge_probs()1476 (new_prob << prob_shift); in vp9_tree_merge_probs()1487 int prob_32, prob_res, prob_shift; in adapt_coef_probs_cxt() local1510 prob_shift = prob_res * 8; in adapt_coef_probs_cxt()1511 pre_prob = (prob_32 >> prob_shift) & 0xff; in adapt_coef_probs_cxt()1530 (~(0xff << prob_shift))) | in adapt_coef_probs_cxt()1531 (new_prob << prob_shift); in adapt_coef_probs_cxt()[all …]