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

/linux-master/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c1443 unsigned int *cur_prob,
1474 cur_prob[coef_node_start / 4 * 2] =
1475 (cur_prob[coef_node_start / 4 * 2] & (~(0xff << prob_shift))) |
1480 unsigned int *cur_prob,
1528 cur_prob[coef_node_start / 4 * 2] =
1529 (cur_prob[coef_node_start / 4 * 2] &
1542 unsigned int *prev_prob, unsigned int *cur_prob,
1596 cur_prob,
1682 cur_prob[coef_node_start / 4 * 2] =
1683 (cur_prob[coef_node_star
1442 vp9_tree_merge_probs(unsigned int *prev_prob, unsigned int *cur_prob, int coef_node_start, int tree_left, int tree_right, int tree_i, int node) argument
1479 adapt_coef_probs_cxt(unsigned int *prev_prob, unsigned int *cur_prob, unsigned int *count, int update_factor, int cxt_num, int coef_cxt_start, int coef_count_cxt_start) argument
1541 adapt_coef_probs(int prev_kf, int cur_kf, int pre_fc, unsigned int *prev_prob, unsigned int *cur_prob, unsigned int *count) argument
[all...]
/linux-master/net/mac80211/
H A Drc80211_minstrel_ht.c541 int cur_group, cur_idx, cur_tp_avg, cur_prob; local
547 cur_prob = mi->groups[cur_group].rates[cur_idx].prob_avg;
548 cur_tp_avg = minstrel_ht_get_tp_avg(mi, cur_group, cur_idx, cur_prob);
557 (cur_tp_avg == tmp_tp_avg && cur_prob <= tmp_prob))
769 unsigned int cur_prob; local
772 cur_prob = MINSTREL_FRAC(mrs->success, mrs->attempts);
774 &mrs->prob_avg_1, cur_prob);
1063 int group, i, j, cur_prob; local
1135 cur_prob = mrs->prob_avg;
1137 if (minstrel_ht_get_tp_avg(mi, group, i, cur_prob)
[all...]

Completed in 115 milliseconds