Searched refs:BLOCKS_PER_MACROBLOCK (Results 1 – 2 of 2) sorted by relevance
43 #define BLOCKS_PER_MACROBLOCK 6 macro188 …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()
39 #define BLOCKS_PER_MACROBLOCK 6 macro240 …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()