Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dtest_rendering.c149 int mbx, mby, bx, by; in main() local
195 for (mbx = 0; mbx < INPUT_WIDTH_IN_MACROBLOCKS; ++mbx) in main()
197 mb->x = mbx; in main()
211 mb->index = (mby * INPUT_WIDTH_IN_MACROBLOCKS + mbx) * BLOCKS_PER_MACROBLOCK; in main()
224 … (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))), in main()
225 …(short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH - 1) / (float)(I… in main()
241 … (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))), in main()
242 …(short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH - 1) / (float)(I… in main()
252 … (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))), in main()
253 …(short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH - 1) / (float)(I… in main()
Dxvmc_bench.c194 unsigned int mbx, mby; in main() local
244 for (mbx = 0; mbx < mbw; ++mbx) in main()
246 mb_array.macro_blocks[mby * mbw + mbx].x = mbx; in main()
247 mb_array.macro_blocks[mby * mbw + mbx].y = mby; in main()
248 mb_array.macro_blocks[mby * mbw + mbx].macroblock_type = XVMC_MB_TYPE_INTRA; in main()
251 mb_array.macro_blocks[mby * mbw + mbx].dct_type = XVMC_DCT_TYPE_FRAME; in main()
260 mb_array.macro_blocks[mby * mbw + mbx].index = (mby * mbw + mbx) * BLOCKS_PER_MACROBLOCK; in main()
261 mb_array.macro_blocks[mby * mbw + mbx].coded_block_pattern = 0x3F; in main()