Home
last modified time | relevance | path

Searched refs:pic_height_in_pixel (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c869 RK_S32 pic_height_in_pixel; in set_frame_tag() local
893 pic_height_in_pixel = ctx->sps.pic_width_in_pixel; in set_frame_tag()
894 pic_width_in_pixel = ctx->sps.pic_height_in_pixel; in set_frame_tag()
898 pic_height_in_pixel = ctx->sps.pic_height_in_pixel; in set_frame_tag()
908 tmp = pic_height_in_pixel | (v_scaling << 14); in set_frame_tag()
1021 sps->pic_height_in_pixel = height_align; in set_parameter()
H A Dhal_vp8e_base.h117 RK_S32 pic_height_in_pixel; member