Home
last modified time | relevance | path

Searched refs:hantro_hevc_motion_vectors_offset (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/media/hantro/
Dhantro_hevc.c38 size_t hantro_hevc_motion_vectors_offset(const struct v4l2_ctrl_hevc_sps *sps) in hantro_hevc_motion_vectors_offset() function
69 return hantro_hevc_motion_vectors_offset(sps) + hantro_hevc_mv_size(sps); in hantro_hevc_ref_size()
Dhantro_hw.h258 size_t hantro_hevc_motion_vectors_offset(const struct v4l2_ctrl_hevc_sps *sps);
Dhantro_g2_hevc_dec.c354 size_t mv_offset = hantro_hevc_motion_vectors_offset(sps); in set_ref()