Home
last modified time | relevance | path

Searched refs:zscan_c (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.h74 struct vl_zscan zscan_y, zscan_c; member
Dvl_mpeg12_decoder.c207 if (!vl_zscan_init_buffer(i == 0 ? &dec->zscan_y : &dec->zscan_c, in init_zscan_buffer()
507 vl_zscan_cleanup(&dec->zscan_c); in vl_mpeg12_destroy()
619 struct vl_zscan *zscan = i == 0 ? &dec->zscan_y : &dec->zscan_c; in vl_mpeg12_begin_frame()
810 … vl_zscan_render(i ? &dec->zscan_c : & dec->zscan_y, &buf->zscan[i] , buf->num_ycbcr_blocks[i]); in vl_mpeg12_end_frame()
952 if (!vl_zscan_init(&dec->zscan_c, dec->context, dec->chroma_width, dec->chroma_height, in init_zscan()
1234 vl_zscan_cleanup(&dec->zscan_c); in vl_create_mpeg12_decoder()