Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_entropy.c35 static RK_U32 update_prob(RK_U32 prob, RK_U32 left, RK_U32 right, in update_prob() function
131 if (update_prob(upd_p, left, right, old_p, p, 8)) { in vp8e_init_entropy()
151 if (update_prob(mv_update_prob_tbl[i][0], left, right, in vp8e_init_entropy()
160 if (update_prob(mv_update_prob_tbl[i][1], left, right, in vp8e_init_entropy()
168 if (update_prob(mv_update_prob_tbl[i][4 + j], left, right, in vp8e_init_entropy()
175 if (update_prob(mv_update_prob_tbl[i][3], branch_cnt[0], branch_cnt[1], in vp8e_init_entropy()
185 if (update_prob(mv_update_prob_tbl[i][7 + j], left, right, in vp8e_init_entropy()
192 if (update_prob(mv_update_prob_tbl[i][6], 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()
/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.c482 static RK_S32 update_prob(VpxRangeCoder *c, RK_S32 p, RK_U8 *delta) in update_prob() function
1133 s->prob.p.tx8p[i] = update_prob(&s->c, s->prob.p.tx8p[i], in decode_parser_header()
1144 update_prob(&s->c, s->prob.p.tx16p[i][j], in decode_parser_header()
1154 update_prob(&s->c, s->prob.p.tx32p[i][j], in decode_parser_header()
1178 p[n] = update_prob(&s->c, r[n], &p_delta[n]); in decode_parser_header()
1206 s->prob.p.skip[i] = update_prob(&s->c, s->prob.p.skip[i], in decode_parser_header()
1217 update_prob(&s->c, s->prob.p.mv_mode[i][j], in decode_parser_header()
1228 update_prob(&s->c, s->prob.p.filter[i][j], in decode_parser_header()
1237 s->prob.p.intra[i] = update_prob(&s->c, s->prob.p.intra[i], in decode_parser_header()
1252 update_prob(&s->c, s->prob.p.comp[i], in decode_parser_header()
[all …]