Home
last modified time | relevance | path

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

/third_party/mesa3d/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) { in Gradient()
114 *block = (short)(start + range * (x / (float)(BLOCK_WIDTH - 1))); in Gradient()
123 for (x = 0; x < BLOCK_WIDTH; ++x) { in Gradient()
124 *block = (short)(start + range * (y / (float)(BLOCK_WIDTH - 1))); in Gradient()
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 in main()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dfmvc.c33 #define BLOCK_WIDTH 84u macro
543 int i, j, m, block = 0, h = BLOCK_HEIGHT, w = BLOCK_WIDTH; in decode_init()
562 s->xb = s->stride / BLOCK_WIDTH; in decode_init()
563 m = s->stride % BLOCK_WIDTH; in decode_init()
566 w = m + BLOCK_WIDTH; in decode_init()
595 s->blocks[block].w = BLOCK_WIDTH; in decode_init()
597 s->blocks[block].size = BLOCK_WIDTH * h; in decode_init()
603 s->blocks[block].w = BLOCK_WIDTH; in decode_init()
605 s->blocks[block].size = BLOCK_WIDTH * BLOCK_HEIGHT; in decode_init()

Completed in 2 milliseconds