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

  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 149 int mbx, mby, bx, by; local
195 for (mbx = 0; mbx < INPUT_WIDTH_IN_MACROBLOCKS; ++mbx)
197 mb->x = mbx;
211 mb->index = (mby * INPUT_WIDTH_IN_MACROBLOCKS + mbx) * BLOCKS_PER_MACROBLOCK;
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 - 1) / (float)(INPUT_WIDTH - 1))),
241 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))),
242 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH - 1) / (float)(INPUT_WIDTH - 1)))
    [all...]
xvmc_bench.c 194 unsigned int mbx, mby; local
244 for (mbx = 0; mbx < mbw; ++mbx)
246 mb_array.macro_blocks[mby * mbw + mbx].x = mbx;
247 mb_array.macro_blocks[mby * mbw + mbx].y = mby;
248 mb_array.macro_blocks[mby * mbw + mbx].macroblock_type = XVMC_MB_TYPE_INTRA;
251 mb_array.macro_blocks[mby * mbw + mbx].dct_type = XVMC_DCT_TYPE_FRAME;
260 mb_array.macro_blocks[mby * mbw + mbx].index = (mby * mbw + mbx) * BLOCKS_PER_MACROBLOCK
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_bitplane.c 26 * mbx - image width in MB
32 //#define put_bit(value,x,y,mbx,mby,invert,outp)
33 static inline void put_bit( uint32_t value, int x, int y, int mbx, int mby, uint8_t invert, uint32_t* outp)
45 out += (( mbx + 31 ) >> 5) * y;
58 * mbx - image width in MB
62 static inline int xor_bit( int x, int y, int mbx, uint32_t invert, uint32_t* outp)
70 out += (( mbx + 31 ) >> 5) * y; /* go to corresponding row location in DW unit */
88 * mbx - image width in MB
92 static inline int get_bit( int x, int y, int mbx, uint32_t* outp)
99 out += (( mbx + 31 ) >> 5) * y; /* go to corresponding row location in DW unit *
    [all...]

Completed in 75 milliseconds