Home
last modified time | relevance | path

Searched refs:classes (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dvp9d_syntax.h79 RK_U8 classes[10]; member
163 UCHAR classes[10]; member
190 UINT classes[2][12]; // orign classes[12] member
/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9data.h442 RK_U8 classes[10]; member
H A Dvp9d_parser.h219 RK_U32 classes[2][12]; // orign classes[12] member
H A Dvp9d_parser.c1327 s->prob_flag_delta.p_flag.mv_comp[i].classes[j] = 1; in decode_parser_header()
1328 s->prob_flag_delta.p_delta.mv_comp[i].classes[j] = in decode_parser_header()
1329 s->prob.p.mv_comp[i].classes[j] = (vpx_rac_get_uint(&s->c, 7) << 1) | 1; in decode_parser_header()
1542 pp = p->mv_comp[i].classes; in adapt_probs()
1543 c = s->counts.classes[i]; in adapt_probs()
/rockchip-linux_mpp/mpp/hal/common/av1/
H A Dav1d_common.h495 RK_U8 classes[2][MV_CLASSES - 1]; // 20B member
506 RK_U32 classes[2][MV_CLASSES]; member
532 RK_U8 classes[2][MV_CLASSES - 1]; member
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_common.h514 RK_U8 classes[2][MV_CLASSES - 1]; // 20B member
525 RK_U32 classes[2][MV_CLASSES]; member
550 RK_U8 classes[2][MV_CLASSES - 1]; member
/rockchip-linux_mpp/tools/
H A Dmpp_doxyfile125 # operators of the base classes will not be shown.
286 # classes, or namespaces to their corresponding documentation. Such a link can
293 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
296 # definitions whose arguments contain STL classes (e.g. func(std::string);
298 # diagrams that involve STL classes more complete and accurate.
311 # will parse them like normal C++ but will assume all classes use public instead
344 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
355 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
359 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
421 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined
[all …]
/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_com.c41 RK_U8 classes[10]; member
1204 mpp_put_bits(&bp, pic_param->prob.mv_comp[i].classes[j], 8); in hal_vp9d_output_probe()
1396 mpp_put_bits(&bp, pic_param->prob.mv_comp[i].classes[j], 8); in hal_vp9d_prob_default()
1726 mpp_put_bits(&bp, prob_flag->mv_comp[i].classes[j], 1); in hal_vp9d_prob_flag_delta()
1872 mpp_put_bits(&bp, prob_delta->mv_comp[i].classes[j], 8); in hal_vp9d_prob_flag_delta()