Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.h55 unsigned width_in_macroblocks; member
Dvl_mpeg12_decoder.c673 unsigned mb_addr = mb->y * dec->width_in_macroblocks + mb->x; in vl_mpeg12_decode_macroblock()
1136 dec->width_in_macroblocks = align(dec->base.width, VL_MACROBLOCK_WIDTH) / VL_MACROBLOCK_WIDTH; in vl_create_mpeg12_decoder()