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

/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DScanner.c319 uint32 yoff1L = yfL & 0x0FFFF; local
320 uint32 yoff0L = 0x010000 - yoff1L;
336 lBufL[ iL * 2 ] = ( ( ( arr0L[ iL ] & 0x0FF ) * yoff0L ) + ( ( arr1L[ iL ] & 0x0FF ) * yoff1L ) ) >> 10;
337 lBufL[ iL * 2 + 1 ] = ( ( ( arr0L[ iL ] >> 8 ) * yoff0L ) + ( ( arr1L[ iL ] >> 8 ) * yoff1L ) ) >> 10;

Completed in 70 milliseconds