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

/external/mesa3d/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...]
/external/libjpeg-turbo/simd/
H A Djsimd_arm64_neon.S2816 BLOCK_WIDTH .req x3
2827 lsl TMP2, BLOCK_WIDTH, #4
2837 subs TMP1, BLOCK_WIDTH, #1
2863 .unreq BLOCK_WIDTH
2892 BLOCK_WIDTH .req x3
2904 lsl TMP2, BLOCK_WIDTH, #4
2917 subs TMP1, BLOCK_WIDTH, #1
2948 .unreq BLOCK_WIDTH

Completed in 729 milliseconds