Searched refs:width_in_macroblocks (Results 1 – 2 of 2) sorted by relevance
55 unsigned width_in_macroblocks; member
673 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()