Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_zscan.h76 vl_zscan_init(struct vl_zscan *zscan, struct pipe_context *pipe,
Dvl_mpeg12_decoder.c947 if (!vl_zscan_init(&dec->zscan_y, dec->context, dec->base.width, dec->base.height, in init_zscan()
951 if (!vl_zscan_init(&dec->zscan_c, dec->context, dec->chroma_width, dec->chroma_height, in init_zscan()
Dvl_zscan.c427 vl_zscan_init(struct vl_zscan *zscan, struct pipe_context *pipe, in vl_zscan_init() function