Home
last modified time | relevance | path

Searched refs:mb_half (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.h153 static inline uint32_t mb_half(uint32_t coord) in mb_half() function
174 *y2 = mb_half(dec->base.height)*w; in nouveau_vp3_ycbcr_offsets()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.h110 static inline uint32_t mb_half(uint32_t coord) in mb_half() function
Dnv98_video.c216 dec->tmp_stride = 16 * mb_half(templ->width) * nouveau_vp3_video_align(templ->height) * 3 / 2; in nv98_create_decoder()
242 …dec->ref_stride = mb(templ->width)*16 * (mb_half(templ->height)*32 + nouveau_vp3_video_align(templ… in nv98_create_decoder()
Dnv84_video_bsp.c145 params.iseqparm.pic_height_in_map_units_minus1 = mb_half(dec->base.height) - 1; in nv84_decoder_bsp()
Dnv84_video.c306 dec->frame_mbs = mb(dec->base.width) * mb_half(dec->base.height) * 2; in nv84_create_decoder()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video.c238 dec->tmp_stride = 16 * mb_half(templ->width) * nouveau_vp3_video_align(templ->height) * 3 / 2; in nvc0_create_decoder()
266 …dec->ref_stride = mb(templ->width)*16 * (mb_half(templ->height)*32 + nouveau_vp3_video_align(templ… in nvc0_create_decoder()