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

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video.h 110 static inline uint32_t mb_half(uint32_t coord) function
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);
nv84_video_bsp.c 145 params.iseqparm.pic_height_in_map_units_minus1 = mb_half(dec->base.height) - 1;
nv84_video.c 306 dec->frame_mbs = mb(dec->base.width) * mb_half(dec->base.height) * 2;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video.h 153 static inline uint32_t mb_half(uint32_t coord) function
174 *y2 = mb_half(dec->base.height)*w;
  /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 370 milliseconds