Home
last modified time | relevance | path

Searched refs:pic_height_in_luma_samples (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Davs2d_syntax.h27 RK_U32 pic_height_in_luma_samples : 16; member
/rockchip-linux_mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_vdpu383.c102 mpp_put_bits(&bp, pp->pic_height_in_luma_samples, 16); in prepare_header()
326 RK_S32 height = p_hal->syntax.pp.pic_height_in_luma_samples; in hal_avs2d_rcb_info_update()
602 pp->pic_height_in_luma_samples * (1 + pp->field_coded_sequence), in set_up_colmv_buf()
H A Dhal_avs2d_rkv.c120 mpp_put_bits(&bp, pp->pic_height_in_luma_samples, 16); in prepare_header()
302 RK_S32 height = p_hal->syntax.pp.pic_height_in_luma_samples; in hal_avs2d_rcb_info_update()
573 RK_U32 height = p_hal->syntax.pp.pic_height_in_luma_samples; in set_up_colmv_buf()
H A Dhal_avs2d_vdpu382.c120 mpp_put_bits(&bp, pp->pic_height_in_luma_samples, 16); in prepare_header()
360 RK_S32 height = p_hal->syntax.pp.pic_height_in_luma_samples; in hal_avs2d_rcb_info_update()
640 RK_U32 height = p_hal->syntax.pp.pic_height_in_luma_samples; in set_up_colmv_buf()
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_parse.c374 pp->pic_height_in_luma_samples = MPP_ALIGN(vsh->vertical_size, 8); in avs2d_fill_parameters()