Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_entropy.c100 RK_U32 branch_cnt[2]; in vp8e_init_entropy() local
171 branch_cnt[j] = left + right; in vp8e_init_entropy()
174 p = calc_mvprob(branch_cnt[0], branch_cnt[1], entropy->old_mv_prob[i][3]); in vp8e_init_entropy()
175 if (update_prob(mv_update_prob_tbl[i][3], branch_cnt[0], branch_cnt[1], in vp8e_init_entropy()
179 type = branch_cnt[0] + branch_cnt[1]; in vp8e_init_entropy()
188 branch_cnt[j] = left + right; in vp8e_init_entropy()
191 p = calc_mvprob(branch_cnt[0], branch_cnt[1], entropy->old_mv_prob[i][6]); in vp8e_init_entropy()
192 if (update_prob(mv_update_prob_tbl[i][6], branch_cnt[0], branch_cnt[1], in vp8e_init_entropy()
196 p = calc_mvprob(type, branch_cnt[0] + branch_cnt[1], in vp8e_init_entropy()
198 if (update_prob(mv_update_prob_tbl[i][2], type, branch_cnt[0] + branch_cnt[1], in vp8e_init_entropy()