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.h75 vl_zscan_init(struct vl_zscan *zscan, struct pipe_context *pipe,
Dvl_mpeg12_decoder.c863 if (!vl_zscan_init(&dec->zscan_y, dec->base.context, dec->base.width, dec->base.height, in init_zscan()
867 if (!vl_zscan_init(&dec->zscan_c, dec->base.context, dec->chroma_width, dec->chroma_height, in init_zscan()
Dvl_zscan.c433 vl_zscan_init(struct vl_zscan *zscan, struct pipe_context *pipe, in vl_zscan_init() function