Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.h143 static inline uint32_t nouveau_vp3_video_align(uint32_t h) in nouveau_vp3_video_align() function
176 *cbcr2 = *cbcr + w * (nouveau_vp3_video_align(dec->base.height)>>6); in nouveau_vp3_ycbcr_offsets()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video.c215 dec->tmp_stride = 16 * mb_half(templ->width) * nouveau_vp3_video_align(templ->height) * 3 / 2; in nv98_create_decoder()
241 …dec->ref_stride = mb(templ->width)*16 * (mb_half(templ->height)*32 + nouveau_vp3_video_align(templ… in nv98_create_decoder()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video.c237 dec->tmp_stride = 16 * mb_half(templ->width) * nouveau_vp3_video_align(templ->height) * 3 / 2; in nvc0_create_decoder()
265 …dec->ref_stride = mb(templ->width)*16 * (mb_half(templ->height)*32 + nouveau_vp3_video_align(templ… in nvc0_create_decoder()