/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/ |
H A D | codec_vp9.c | 1443 unsigned int *cur_prob, in vp9_tree_merge_probs() 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() 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() 1596 cur_prob, in adapt_coef_probs() 1684 cur_prob[coef_node_start / 4 * 2] = in adapt_coef_probs() 1685 (cur_prob[coef_node_star in adapt_coef_probs() 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) vp9_tree_merge_probs() 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) adapt_coef_probs_cxt() 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) adapt_coef_probs() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/ |
H A D | codec_vp9.c | 1443 unsigned int *cur_prob, in vp9_tree_merge_probs() 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() 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() 1596 cur_prob, in adapt_coef_probs() 1682 cur_prob[coef_node_start / 4 * 2] = in adapt_coef_probs() 1683 (cur_prob[coef_node_star in adapt_coef_probs() 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) vp9_tree_merge_probs() 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) adapt_coef_probs_cxt() 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) adapt_coef_probs() argument [all...] |
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | rc80211_minstrel.c | 163 unsigned int cur_prob; in minstrel_calc_rate_stats() local 167 cur_prob = MINSTREL_FRAC(mrs->success, mrs->attempts); in minstrel_calc_rate_stats() 170 &mrs->prob_avg_1, cur_prob); in minstrel_calc_rate_stats() 172 mrs->prob_avg = cur_prob; in minstrel_calc_rate_stats() 176 cur_prob, in minstrel_calc_rate_stats()
|
H A D | rc80211_minstrel_ht.c | 387 int cur_group, cur_idx, cur_tp_avg, cur_prob; in minstrel_ht_sort_best_tp_rates() local 393 cur_prob = mi->groups[cur_group].rates[cur_idx].prob_avg; in minstrel_ht_sort_best_tp_rates() 394 cur_tp_avg = minstrel_ht_get_tp_avg(mi, cur_group, cur_idx, cur_prob); in minstrel_ht_sort_best_tp_rates() 403 (cur_tp_avg == tmp_tp_avg && cur_prob <= tmp_prob)) in minstrel_ht_sort_best_tp_rates() 676 int group, i, j, cur_prob; in minstrel_ht_update_stats() local 742 cur_prob = mrs->prob_avg; in minstrel_ht_update_stats() 744 if (minstrel_ht_get_tp_avg(mi, group, i, cur_prob) == 0) in minstrel_ht_update_stats()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A 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) in minstrel_ht_update_stats() [all...] |