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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.h55 unsigned width_in_macroblocks; member in struct:vl_mpeg12_decoder
H A Dvl_mpeg12_decoder.c673 unsigned mb_addr = mb->y * dec->width_in_macroblocks + mb->x;
1134 dec->width_in_macroblocks = align(dec->base.width, VL_MACROBLOCK_WIDTH) / VL_MACROBLOCK_WIDTH;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.h55 unsigned width_in_macroblocks; member in struct:vl_mpeg12_decoder
H A Dvl_mpeg12_decoder.c673 unsigned mb_addr = mb->y * dec->width_in_macroblocks + mb->x;
1136 dec->width_in_macroblocks = align(dec->base.width, VL_MACROBLOCK_WIDTH) / VL_MACROBLOCK_WIDTH;

Completed in 5 milliseconds