Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Davs2d_syntax.h26 RK_U32 pic_width_in_luma_samples : 16; member
/rockchip-linux_mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_vdpu383.c101 mpp_put_bits(&bp, pp->pic_width_in_luma_samples, 16); in prepare_header()
325 RK_S32 width = p_hal->syntax.pp.pic_width_in_luma_samples; in hal_avs2d_rcb_info_update()
601 RK_S32 mv_size = calc_mv_size(pp->pic_width_in_luma_samples, in set_up_colmv_buf()
H A Dhal_avs2d_rkv.c119 mpp_put_bits(&bp, pp->pic_width_in_luma_samples, 16); in prepare_header()
301 RK_S32 width = p_hal->syntax.pp.pic_width_in_luma_samples; in hal_avs2d_rcb_info_update()
572 RK_U32 width = p_hal->syntax.pp.pic_width_in_luma_samples; in set_up_colmv_buf()
H A Dhal_avs2d_vdpu382.c119 mpp_put_bits(&bp, pp->pic_width_in_luma_samples, 16); in prepare_header()
359 RK_S32 width = p_hal->syntax.pp.pic_width_in_luma_samples; in hal_avs2d_rcb_info_update()
639 RK_U32 width = p_hal->syntax.pp.pic_width_in_luma_samples; in set_up_colmv_buf()
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_parse.c373 pp->pic_width_in_luma_samples = MPP_ALIGN(vsh->horizontal_size, 8); in avs2d_fill_parameters()