Home
last modified time | relevance | path

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

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