Searched refs:tx16p (Results 1 – 5 of 5) sorted by relevance
| /rockchip-linux_mpp/mpp/common/ |
| H A D | vp9d_syntax.h | 73 RK_U8 tx16p[2][2]; member 157 UCHAR tx16p[2][2]; member 179 UINT tx16p[2][4]; member
|
| /rockchip-linux_mpp/mpp/hal/rkdec/vp9d/ |
| H A D | hal_vp9d_com.c | 35 RK_U8 tx16p[2][2]; member 1045 mpp_put_bits(&bp, pic_param->prob.tx16p[i][j], 8); in hal_vp9d_output_probe() 1260 memcpy(&pic_param->prob.tx16p, &vp9_default_probs.tx16p, sizeof(vp9_default_probs.tx16p)); in hal_vp9d_prob_default() 1291 mpp_put_bits(&bp, pic_param->prob.tx16p[i][j], 8); in hal_vp9d_prob_default() 1493 mpp_put_bits(&bp, prob_flag->tx16p[i][j], 1); in hal_vp9d_prob_flag_delta() 1546 mpp_put_bits(&bp, prob_delta->tx16p[i][j], 8); in hal_vp9d_prob_flag_delta() 1639 mpp_put_bits(&bp, prob_flag->tx16p[i][j], 1); in hal_vp9d_prob_flag_delta() 1775 mpp_put_bits(&bp, prob_delta->tx16p[i][j], 8); in hal_vp9d_prob_flag_delta() 1987 + sizeof(s->counts.tx32p) + sizeof(s->counts.tx16p) + sizeof(s->counts.tx8p); in hal_vp9d_update_counts()
|
| /rockchip-linux_mpp/mpp/codec/dec/vp9/ |
| H A D | vp9data.h | 436 RK_U8 tx16p[2][2]; member
|
| H A D | vp9d_parser.c | 1142 s->prob_flag_delta.p_flag.tx16p[i][j] = 1; in decode_parser_header() 1143 s->prob.p.tx16p[i][j] = in decode_parser_header() 1144 update_prob(&s->c, s->prob.p.tx16p[i][j], in decode_parser_header() 1145 &s->prob_flag_delta.p_delta.tx16p[i][j]); in decode_parser_header() 1440 memcpy(p->tx16p, s->prob.p.tx16p, sizeof(p->tx16p)); in adapt_probs() 1492 RK_U32 *c16 = s->counts.tx16p[i], *c32 = s->counts.tx32p[i]; in adapt_probs() 1495 adapt_prob(&p->tx16p[i][0], c16[0], c16[1] + c16[2], 20, 128); in adapt_probs() 1496 adapt_prob(&p->tx16p[i][1], c16[1], c16[2], 20, 128); in adapt_probs()
|
| H A D | vp9d_parser.h | 208 RK_U32 tx16p[2][4]; //orign tx16p member
|