Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.c1134 &s->prob_flag_delta.p_delta.tx8p[i]); in decode_parser_header()
1145 &s->prob_flag_delta.p_delta.tx16p[i][j]); in decode_parser_header()
1155 &s->prob_flag_delta.p_delta.tx32p[i][j]); in decode_parser_header()
1171 RK_U8 *p_delta = s->prob_flag_delta.coef_delta[i][j][k][l][m]; in decode_parser_header() local
1178 p[n] = update_prob(&s->c, r[n], &p_delta[n]); in decode_parser_header()
1207 &s->prob_flag_delta.p_delta.skip[i]); in decode_parser_header()
1218 &s->prob_flag_delta.p_delta.mv_mode[i][j]); in decode_parser_header()
1229 &s->prob_flag_delta.p_delta.filter[i][j]); in decode_parser_header()
1238 &s->prob_flag_delta.p_delta.intra[i]); in decode_parser_header()
1253 &s->prob_flag_delta.p_delta.comp[i]); in decode_parser_header()
[all …]
H A Dvp9d_parser.h199 prob_context p_delta; member
H A Dvp9d_parser2_syntax.c78 DXVA_prob_vp9* prob_delta = &pic->prob_flag_delta.p_delta; in vp9d_fill_picparams()
/rockchip-linux_mpp/mpp/common/
H A Dvp9d_syntax.h202 DXVA_prob_vp9 p_delta; member
/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_com.c1459 DXVA_prob_vp9 *prob_delta = &pic_param->prob_flag_delta.p_delta; in hal_vp9d_prob_flag_delta()