Searched refs:vpitch (Results 1 – 2 of 2) sorted by relevance
220 unsigned pitch, vpitch, fsize; in si_vce_frame_offset() local224 vpitch = align(enc->luma->u.legacy.level[0].nblk_y, 16); in si_vce_frame_offset()227 vpitch = align(enc->luma->u.gfx9.surf_height, 16); in si_vce_frame_offset()229 fsize = pitch * (vpitch + vpitch / 2); in si_vce_frame_offset()232 *chroma_offset = *luma_offset + pitch * vpitch; in si_vce_frame_offset()
232 unsigned pitch, vpitch, fsize; in rvce_frame_offset() local235 vpitch = align(enc->luma->u.legacy.level[0].nblk_y, 16); in rvce_frame_offset()236 fsize = pitch * (vpitch + vpitch / 2); in rvce_frame_offset()239 *chroma_offset = *luma_offset + pitch * vpitch; in rvce_frame_offset()