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

  /external/aac/libFDK/src/
FDK_bitbuffer.cpp 241 UINT bitMaskL = 0x80000000 >> i;
244 txa |= (tx & bitMaskL) >> (31 - (i<<1));
293 UINT bitMaskL = 0x80000000 >> i;
296 tmp |= (value & bitMaskL) >> (31 - (i<<1));
  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.c 173 uint32 bitMaskL;
203 bitMaskL = 1;
266 bitRowL[ iL ] |= ( iAvgL > oAvgL ) ? bitMaskL : 0;
269 if( ( bitMaskL <<= 1 ) == 0 )
272 bitMaskL = 1;
Scanner.c 217 uint32 bitMaskL; /* current bit mask */
283 bitMaskL = ( uint32 )1 << ptrA->borderHeightE;
392 bitRowL[ iL ] |= ( iAvgL > oAvgL ) ? bitMaskL : 0;
395 if( ( bitMaskL <<= 1 ) == 0 )
398 bitMaskL = 1;
    [all...]

Completed in 104 milliseconds