Searched defs:bitsTaken1L (Results 1 - 1 of 1) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
H A DCluster2D.c675 uint32 scaleL, shiftL, quotientL, enumL, denomL, bitsTaken0L, bitsTaken1L; local
768 bitsTaken1L = bts_maxAbsIntLog2Of2( cL, rL ) + 1;
770 if( ( bitsTaken0L + bitsTaken1L ) > 29 )
772 int32 shiftL = bitsTaken0L + bitsTaken1L - 29;
934 uint32 bitsTaken1L, highestBitL; local
942 bitsTaken1L = bts_maxAbsIntLog2Of4( pxqxL, pxqyL, pyqxL, pyqyL ) + 1;
944 if( bitsTaken1L > 15 )
946 sh1L = bitsTaken1L - 15;

Completed in 241 milliseconds