Searched refs:tx32p (Results 1 – 5 of 5) sorted by relevance
| /rockchip-linux_mpp/mpp/common/ |
| H A D | vp9d_syntax.h | 72 RK_U8 tx32p[2][3]; member 156 UCHAR tx32p[2][3]; member 178 UINT tx32p[2][4]; member
|
| /rockchip-linux_mpp/mpp/hal/rkdec/vp9d/ |
| H A D | hal_vp9d_com.c | 34 RK_U8 tx32p[2][3]; member 1041 mpp_put_bits(&bp, pic_param->prob.tx32p[i][j], 8); in hal_vp9d_output_probe() 1259 memcpy(&pic_param->prob.tx32p, &vp9_default_probs.tx32p, sizeof(vp9_default_probs.tx32p)); in hal_vp9d_prob_default() 1287 mpp_put_bits(&bp, pic_param->prob.tx32p[i][j], 8); in hal_vp9d_prob_default() 1489 mpp_put_bits(&bp, prob_flag->tx32p[i][j], 1); in hal_vp9d_prob_flag_delta() 1542 mpp_put_bits(&bp, prob_delta->tx32p[i][j], 8); in hal_vp9d_prob_flag_delta() 1635 mpp_put_bits(&bp, prob_flag->tx32p[i][j], 1); in hal_vp9d_prob_flag_delta() 1771 mpp_put_bits(&bp, prob_delta->tx32p[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 | 435 RK_U8 tx32p[2][3]; member
|
| H A D | vp9d_parser.c | 1152 s->prob_flag_delta.p_flag.tx32p[i][j] = 1; in decode_parser_header() 1153 s->prob.p.tx32p[i][j] = in decode_parser_header() 1154 update_prob(&s->c, s->prob.p.tx32p[i][j], in decode_parser_header() 1155 &s->prob_flag_delta.p_delta.tx32p[i][j]); in decode_parser_header() 1439 memcpy(p->tx32p, s->prob.p.tx32p, sizeof(p->tx32p)); in adapt_probs() 1492 RK_U32 *c16 = s->counts.tx16p[i], *c32 = s->counts.tx32p[i]; in adapt_probs() 1497 adapt_prob(&p->tx32p[i][0], c32[0], c32[1] + c32[2] + c32[3], 20, 128); in adapt_probs() 1498 adapt_prob(&p->tx32p[i][1], c32[1], c32[2] + c32[3], 20, 128); in adapt_probs() 1499 adapt_prob(&p->tx32p[i][2], c32[2], c32[3], 20, 128); in adapt_probs()
|
| H A D | vp9d_parser.h | 207 RK_U32 tx32p[2][4]; member
|