Searched refs:BLOCKS_PER_MACROBLOCK (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtest_rendering.c43 #define BLOCKS_PER_MACROBLOCK 6 macro
188 assert(XvMCCreateBlocks(display, &context, NUM_MACROBLOCKS * BLOCKS_PER_MACROBLOCK, &block_array) == Success);
211 mb->index = (mby * INPUT_WIDTH_IN_MACROBLOCKS + mbx) * BLOCKS_PER_MACROBLOCK;
H A Dxvmc_bench.c39 #define BLOCKS_PER_MACROBLOCK 6 macro
240 assert(XvMCCreateBlocks(display, &context, mbw * mbh * BLOCKS_PER_MACROBLOCK, &block_array) == Success);
260 mb_array.macro_blocks[mby * mbw + mbx].index = (mby * mbw + mbx) * BLOCKS_PER_MACROBLOCK;

Completed in 412 milliseconds