Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.c1104 if (vpx_rac_get_prob_branchy(&s->c, 128)) { // marker bit in decode_parser_header()
1131 if (vpx_rac_get_prob_branchy(&s->c, 252)) { in decode_parser_header()
1141 if (vpx_rac_get_prob_branchy(&s->c, 252)) { in decode_parser_header()
1151 if (vpx_rac_get_prob_branchy(&s->c, 252)) { in decode_parser_header()
1176 if (vpx_rac_get_prob_branchy(&s->c, 252)) { in decode_parser_header()
1204 if (vpx_rac_get_prob_branchy(&s->c, 252)) { in decode_parser_header()
1214 if (vpx_rac_get_prob_branchy(&s->c, 252)) { in decode_parser_header()
1225 if (vpx_rac_get_prob_branchy(&s->c, 252)) { in decode_parser_header()
1235 if (vpx_rac_get_prob_branchy(&s->c, 252)) { in decode_parser_header()
1249 if (vpx_rac_get_prob_branchy(&s->c, 252)) { in decode_parser_header()
[all …]
H A Dvpx_rac.h55 int vpx_rac_get_prob_branchy(VpxRangeCoder *c, int prob);
H A Dvpx_rac.c86 int vpx_rac_get_prob_branchy(VpxRangeCoder *c, int prob) in vpx_rac_get_prob_branchy() function