Home
last modified time | relevance | path

Searched refs:refn (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_clear.c132 struct nouveau_pushbuf_refn refn; in nv30_clear_render_target() local
149 refn.bo = mt->base.bo; in nv30_clear_render_target()
150 refn.flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_WR; in nv30_clear_render_target()
152 nouveau_pushbuf_refn (push, &refn, 1)) in nv30_clear_render_target()
193 struct nouveau_pushbuf_refn refn; in nv30_clear_depth_stencil() local
215 refn.bo = mt->base.bo; in nv30_clear_depth_stencil()
216 refn.flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_WR; in nv30_clear_depth_stencil()
218 nouveau_pushbuf_refn (push, &refn, 1)) in nv30_clear_depth_stencil()
/third_party/ffmpeg/libavcodec/
H A Dh264_mb.c458 int refn = sl->ref_cache[list][scan8[n]]; in mc_part_weighted() local
459 H264Ref *ref = &sl->ref_list[list][refn]; in mc_part_weighted()
466 sl->pwt.luma_weight[refn][list][0], in mc_part_weighted()
467 sl->pwt.luma_weight[refn][list][1]); in mc_part_weighted()
472 sl->pwt.chroma_weight[refn][list][0][0], in mc_part_weighted()
473 sl->pwt.chroma_weight[refn][list][0][1]); in mc_part_weighted()
476 sl->pwt.chroma_weight[refn][list][1][0], in mc_part_weighted()
477 sl->pwt.chroma_weight[refn][list][1][1]); in mc_part_weighted()
489 const int refn = sl->ref_cache[list][scan8[0]]; in prefetch_motion() local
490 if (refn > in prefetch_motion()
[all...]
H A Dh264_mvpred.h237 #define FIX_MV_MBAFF(type, refn, mvn, idx) \
241 refn <<= 1; \
248 refn >>= 1; \

Completed in 4 milliseconds