HomeSort by relevance Sort by last modified time
    Searched refs:BLOCKS_PER_MACROBLOCK (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 43 #define BLOCKS_PER_MACROBLOCK 6
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;
xvmc_bench.c 39 #define BLOCKS_PER_MACROBLOCK 6
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 505 milliseconds