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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/tests/
H A Dtest_rendering.c36 #define BLOCK_WIDTH 8 macro
38 #define BLOCK_SIZE (BLOCK_WIDTH * BLOCK_HEIGHT)
41 #define MACROBLOCK_WIDTH_IN_BLOCKS (MACROBLOCK_WIDTH / BLOCK_WIDTH)
113 for (x = 0; x < BLOCK_WIDTH; ++x) {
114 *block = (short)(start + range * (x / (float)(BLOCK_WIDTH - 1)));
123 for (x = 0; x < BLOCK_WIDTH; ++x) {
124 *block = (short)(start + range * (y / (float)(BLOCK_WIDTH - 1)));
224 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))),
225 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/tests/
H A Dtest_rendering.c36 #define BLOCK_WIDTH 8 macro
38 #define BLOCK_SIZE (BLOCK_WIDTH * BLOCK_HEIGHT)
41 #define MACROBLOCK_WIDTH_IN_BLOCKS (MACROBLOCK_WIDTH / BLOCK_WIDTH)
113 for (x = 0; x < BLOCK_WIDTH; ++x) {
114 *block = (short)(start + range * (x / (float)(BLOCK_WIDTH - 1)));
123 for (x = 0; x < BLOCK_WIDTH; ++x) {
124 *block = (short)(start + range * (y / (float)(BLOCK_WIDTH - 1)));
224 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))),
225 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH
[all...]

Completed in 3 milliseconds