Searched refs:tx16p (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/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
|
| /OK3568_Linux_fs/external/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() 1496 mpp_put_bits(&bp, prob_flag->tx16p[i][j], 1); in hal_vp9d_prob_flag_delta() 1549 mpp_put_bits(&bp, prob_delta->tx16p[i][j], 8); in hal_vp9d_prob_flag_delta() 1642 mpp_put_bits(&bp, prob_flag->tx16p[i][j], 1); in hal_vp9d_prob_flag_delta() 1778 mpp_put_bits(&bp, prob_delta->tx16p[i][j], 8); in hal_vp9d_prob_flag_delta() 1947 + sizeof(s->counts.tx32p) + sizeof(s->counts.tx16p) + sizeof(s->counts.tx8p); in hal_vp9d_update_counts()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/ |
| H A D | vp9data.h | 436 RK_U8 tx16p[2][2]; member
|
| H A D | vp9d_parser.c | 1122 s->prob_flag_delta.p_flag.tx16p[i][j] = 1; in decode_parser_header() 1123 s->prob.p.tx16p[i][j] = in decode_parser_header() 1124 update_prob(&s->c, s->prob.p.tx16p[i][j], in decode_parser_header() 1125 &s->prob_flag_delta.p_delta.tx16p[i][j]); in decode_parser_header() 1420 memcpy(p->tx16p, s->prob.p.tx16p, sizeof(p->tx16p)); in adapt_probs() 1472 RK_U32 *c16 = s->counts.tx16p[i], *c32 = s->counts.tx32p[i]; in adapt_probs() 1475 adapt_prob(&p->tx16p[i][0], c16[0], c16[1] + c16[2], 20, 128); in adapt_probs() 1476 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
|