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

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
H A Dtest_rendering.c34 #define BLOCK_WIDTH 8 macro
36 #define BLOCK_SIZE (BLOCK_WIDTH * BLOCK_HEIGHT)
39 #define MACROBLOCK_WIDTH_IN_BLOCKS (MACROBLOCK_WIDTH / BLOCK_WIDTH)
111 for (x = 0; x < BLOCK_WIDTH; ++x) {
112 *block = (short)(start + range * (x / (float)(BLOCK_WIDTH - 1)));
121 for (x = 0; x < BLOCK_WIDTH; ++x) {
122 *block = (short)(start + range * (y / (float)(BLOCK_WIDTH - 1)));
221 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))),
222 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH
[all...]
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtest_rendering.c34 #define BLOCK_WIDTH 8 macro
36 #define BLOCK_SIZE (BLOCK_WIDTH * BLOCK_HEIGHT)
39 #define MACROBLOCK_WIDTH_IN_BLOCKS (MACROBLOCK_WIDTH / BLOCK_WIDTH)
111 for (x = 0; x < BLOCK_WIDTH; ++x) {
112 *block = (short)(start + range * (x / (float)(BLOCK_WIDTH - 1)));
121 for (x = 0; x < BLOCK_WIDTH; ++x) {
122 *block = (short)(start + range * (y / (float)(BLOCK_WIDTH - 1)));
221 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))),
222 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH
[all...]

Completed in 585 milliseconds