Searched refs:BLOCK_WIDTH (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
D | test_rendering.c | 36 #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 - 1) / (float)(I… in main() 241 … (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))), in main() [all …]
|
/external/libjpeg-turbo/simd/arm64/ |
D | jsimd_neon.S | 2855 BLOCK_WIDTH .req x3 2866 lsl TMP2, BLOCK_WIDTH, #4 2876 subs TMP1, BLOCK_WIDTH, #1 2902 .unreq BLOCK_WIDTH 2932 BLOCK_WIDTH .req x3 2944 lsl TMP2, BLOCK_WIDTH, #4 2957 subs TMP1, BLOCK_WIDTH, #1 2988 .unreq BLOCK_WIDTH
|