HomeSort by relevance Sort by last modified time
    Searched refs:nouveau_vp3_video_align (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video.h 143 static inline uint32_t nouveau_vp3_video_align(uint32_t h) function
176 *cbcr2 = *cbcr + w * (nouveau_vp3_video_align(dec->base.height)>>6);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv98_video.c 216 dec->tmp_stride = 16 * mb_half(templ->width) * nouveau_vp3_video_align(templ->height) * 3 / 2;
242 dec->ref_stride = mb(templ->width)*16 * (mb_half(templ->height)*32 + nouveau_vp3_video_align(templ->height)/2);
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_video.c 238 dec->tmp_stride = 16 * mb_half(templ->width) * nouveau_vp3_video_align(templ->height) * 3 / 2;
266 dec->ref_stride = mb(templ->width)*16 * (mb_half(templ->height)*32 + nouveau_vp3_video_align(templ->height)/2);

Completed in 315 milliseconds