Searched refs:cur_prob (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/staging/media/meson/vdec/ |
D | codec_vp9.c | 1443 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 …]
|
/linux-6.12.1/net/mac80211/ |
D | rc80211_minstrel_ht.c | 541 int cur_group, cur_idx, cur_tp_avg, cur_prob; in minstrel_ht_sort_best_tp_rates() local 547 cur_prob = mi->groups[cur_group].rates[cur_idx].prob_avg; in minstrel_ht_sort_best_tp_rates() 548 cur_tp_avg = minstrel_ht_get_tp_avg(mi, cur_group, cur_idx, cur_prob); in minstrel_ht_sort_best_tp_rates() 557 (cur_tp_avg == tmp_tp_avg && cur_prob <= tmp_prob)) in minstrel_ht_sort_best_tp_rates() 769 unsigned int cur_prob; in minstrel_ht_calc_rate_stats() local 772 cur_prob = MINSTREL_FRAC(mrs->success, mrs->attempts); in minstrel_ht_calc_rate_stats() 774 &mrs->prob_avg_1, cur_prob); in minstrel_ht_calc_rate_stats() 1063 int group, i, j, cur_prob; in minstrel_ht_update_stats() local 1135 cur_prob = mrs->prob_avg; in minstrel_ht_update_stats() 1137 if (minstrel_ht_get_tp_avg(mi, group, i, cur_prob) == 0) in minstrel_ht_update_stats()
|