Home
last modified time | relevance | path

Searched refs:allow_high_precision_mv (Results 1 – 11 of 11) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dvp9d_syntax.h105 USHORT allow_high_precision_mv : 1; member
/rockchip-linux_mpp/mpp/hal/rkdec/inc/
H A Dvdpu34x_vp9d.h195 RK_U32 allow_high_precision_mv : 1; member
H A Dvdpu382_vp9d.h195 RK_U32 allow_high_precision_mv : 1; member
/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser2_syntax.c93 pic->allow_high_precision_mv = s->highprecisionmvs; in vp9d_fill_picparams()
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.h201 RK_U8 allow_high_precision_mv; member
H A Dav1d_cbs.c1572 abs_bits = AV1_GM_ABS_TRANS_ONLY_BITS - !current->allow_high_precision_mv; in mpp_av1_global_motion_param()
1573 prec_bits = AV1_GM_TRANS_ONLY_PREC_BITS - !current->allow_high_precision_mv; in mpp_av1_global_motion_param()
2000 infer(allow_high_precision_mv, 0); in mpp_av1_uncompressed_header()
2002 flag(allow_high_precision_mv); in mpp_av1_uncompressed_header()
H A Dav1d_parser2_syntax.c74 pp->coding.high_precision_mv = frame_header->allow_high_precision_mv; in av1d_fill_picparams()
H A Dav1d_parser.c196 !s->raw_frame_header->allow_high_precision_mv; in read_global_param()
198 !s->raw_frame_header->allow_high_precision_mv; in read_global_param()
/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_vdpu34x.c484 vp9_hw_regs->vp9d_param.reg103.allow_high_precision_mv = pic_param->allow_high_precision_mv; in hal_vp9d_vdpu34x_gen_regs()
H A Dhal_vp9d_vdpu382.c497 vp9_hw_regs->vp9d_param.reg103.allow_high_precision_mv = pic_param->allow_high_precision_mv; in hal_vp9d_vdpu382_gen_regs()
H A Dhal_vp9d_vdpu383.c525 mpp_put_bits(&bp, pp->allow_high_precision_mv, 1); in prepare_uncompress_header()