HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_WIDTH (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 34 #define BLOCK_WIDTH 8
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 - 1) / (float)(INPUT_WIDTH - 1)))
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 34 #define BLOCK_WIDTH 8
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 - 1) / (float)(INPUT_WIDTH - 1)))
    [all...]

Completed in 318 milliseconds