Searched refs:zscan_c (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.h74 struct vl_zscan zscan_y, zscan_c; member in struct:vl_mpeg12_decoder
H A Dvl_mpeg12_decoder.c207 if (!vl_zscan_init_buffer(i == 0 ? &dec->zscan_y : &dec->zscan_c,
507 vl_zscan_cleanup(&dec->zscan_c);
619 struct vl_zscan *zscan = i == 0 ? &dec->zscan_y : &dec->zscan_c;
809 vl_zscan_render(i ? &dec->zscan_c : & dec->zscan_y, &buf->zscan[i] , buf->num_ycbcr_blocks[i]);
951 if (!vl_zscan_init(&dec->zscan_c, dec->context, dec->chroma_width, dec->chroma_height,
1232 vl_zscan_cleanup(&dec->zscan_c);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.h74 struct vl_zscan zscan_y, zscan_c; member in struct:vl_mpeg12_decoder
H A Dvl_mpeg12_decoder.c207 if (!vl_zscan_init_buffer(i == 0 ? &dec->zscan_y : &dec->zscan_c,
507 vl_zscan_cleanup(&dec->zscan_c);
619 struct vl_zscan *zscan = i == 0 ? &dec->zscan_y : &dec->zscan_c;
810 vl_zscan_render(i ? &dec->zscan_c : & dec->zscan_y, &buf->zscan[i] , buf->num_ycbcr_blocks[i]);
952 if (!vl_zscan_init(&dec->zscan_c, dec->context, dec->chroma_width, dec->chroma_height,
1234 vl_zscan_cleanup(&dec->zscan_c);

Completed in 7 milliseconds