Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dfmvc.c32 #define BLOCK_HEIGHT 112u macro
543 int i, j, m, block = 0, h = BLOCK_HEIGHT, w = BLOCK_WIDTH; in decode_init()
573 s->yb = avctx->height / BLOCK_HEIGHT; in decode_init()
574 m = avctx->height % BLOCK_HEIGHT; in decode_init()
577 h = m + BLOCK_HEIGHT; in decode_init()
600 s->blocks[block].h = BLOCK_HEIGHT; in decode_init()
601 s->blocks[block].size = BLOCK_HEIGHT * w; in decode_init()
604 s->blocks[block].h = BLOCK_HEIGHT; in decode_init()
605 s->blocks[block].size = BLOCK_WIDTH * BLOCK_HEIGHT; in decode_init()
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
H A Dtest_rendering.c37 #define BLOCK_HEIGHT 8 macro
38 #define BLOCK_SIZE (BLOCK_WIDTH * BLOCK_HEIGHT)
42 #define MACROBLOCK_HEIGHT_IN_BLOCKS (MACROBLOCK_HEIGHT / BLOCK_HEIGHT)
112 for (y = 0; y < BLOCK_HEIGHT; ++y) in Gradient()
122 for (y = 0; y < BLOCK_HEIGHT; ++y) in Gradient()

Completed in 3 milliseconds