Home
last modified time | relevance | path

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

/linux/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c1443 unsigned int *cur_prob, in vp9_tree_merge_probs() argument
1474 cur_prob[coef_node_start / 4 * 2] = in vp9_tree_merge_probs()
1475 (cur_prob[coef_node_start / 4 * 2] & (~(0xff << prob_shift))) | in vp9_tree_merge_probs()
1480 unsigned int *cur_prob, in adapt_coef_probs_cxt() argument
1528 cur_prob[coef_node_start / 4 * 2] = in adapt_coef_probs_cxt()
1529 (cur_prob[coef_node_start / 4 * 2] & in adapt_coef_probs_cxt()
1542 unsigned int *prev_prob, unsigned int *cur_prob, in adapt_coef_probs() argument
1596 cur_prob, in adapt_coef_probs()
1682 cur_prob[coef_node_start / 4 * 2] = in adapt_coef_probs()
1683 (cur_prob[coef_node_start / 4 * 2] & in adapt_coef_probs()
[all …]