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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.h51 unsigned chroma_width, chroma_height; member in struct:vl_mpeg12_decoder
H A Dvl_mpeg12_decoder.c951 if (!vl_zscan_init(&dec->zscan_c, dec->context, dec->chroma_width, dec->chroma_height,
1019 if(!vl_idct_init(&dec->idct_c, dec->context, dec->chroma_width, dec->chroma_height,
1140 dec->chroma_width = dec->base.width / 2;
1144 dec->chroma_width = dec->base.width / 2;
1148 dec->chroma_width = dec->base.width;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.h51 unsigned chroma_width, chroma_height; member in struct:vl_mpeg12_decoder
H A Dvl_mpeg12_decoder.c952 if (!vl_zscan_init(&dec->zscan_c, dec->context, dec->chroma_width, dec->chroma_height,
1020 if(!vl_idct_init(&dec->idct_c, dec->context, dec->chroma_width, dec->chroma_height,
1142 dec->chroma_width = dec->base.width / 2;
1146 dec->chroma_width = dec->base.width / 2;
1150 dec->chroma_width = dec->base.width;

Completed in 5 milliseconds