Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c864 RK_S32 pic_height_in_pixel; in set_frame_tag() local
888 pic_height_in_pixel = ctx->sps.pic_width_in_pixel; in set_frame_tag()
889 pic_width_in_pixel = ctx->sps.pic_height_in_pixel; in set_frame_tag()
893 pic_height_in_pixel = ctx->sps.pic_height_in_pixel; in set_frame_tag()
903 tmp = pic_height_in_pixel | (v_scaling << 14); in set_frame_tag()
1016 sps->pic_height_in_pixel = height_align; in set_parameter()
H A Dhal_vp8e_base.h117 RK_S32 pic_height_in_pixel; member