Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_com.h89 RK_U32 vp9_hor_align(RK_U32 val);
H A Dhal_vp9d_rkv.c204 mpp_slots_set_prop(p_hal->slots, SLOTS_HOR_ALIGN, vp9_hor_align); in hal_vp9d_rkv_init()
372 y_hor_virstride = (vp9_hor_align((ref_frame_width_y * bit_depth) >> 3) >> 4); in hal_vp9d_rkv_gen_regs()
373 uv_hor_virstride = (vp9_hor_align((ref_frame_width_y * bit_depth) >> 3) >> 4); in hal_vp9d_rkv_gen_regs()
672 mpp_frame_set_hor_stride((MppFrame)param, vp9_hor_align(width)); in hal_vp9d_rkv_control()
H A Dhal_vp9d_vdpu34x.c243 mpp_slots_set_prop(p_hal->slots, SLOTS_HOR_ALIGN, vp9_hor_align); in hal_vp9d_vdpu34x_init()
697 … y_hor_virstride = uv_hor_virstride = (vp9_hor_align((ref_frame_width_y * bit_depth) >> 3) >> 4); in hal_vp9d_vdpu34x_gen_regs()
1073 mpp_slots_set_prop(p_hal->slots, SLOTS_HOR_ALIGN, vp9_hor_align); in hal_vp9d_vdpu34x_control()
H A Dhal_vp9d_vdpu382.c244 mpp_slots_set_prop(p_hal->slots, SLOTS_HOR_ALIGN, vp9_hor_align); in hal_vp9d_vdpu382_init()
707 … y_hor_virstride = uv_hor_virstride = (vp9_hor_align((ref_frame_width_y * bit_depth) >> 3) >> 4); in hal_vp9d_vdpu382_gen_regs()
1105 mpp_slots_set_prop(p_hal->slots, SLOTS_HOR_ALIGN, vp9_hor_align); in hal_vp9d_vdpu382_control()
H A Dhal_vp9d_com.c997 RK_U32 vp9_hor_align(RK_U32 val) in vp9_hor_align() function