Searched refs:bitsTaken1L (Results 1 – 1 of 1) sorted by relevance
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Cluster2D.c | 675 uint32 scaleL, shiftL, quotientL, enumL, denomL, bitsTaken0L, bitsTaken1L; in bts_Cluster2D_alt() local 768 bitsTaken1L = bts_maxAbsIntLog2Of2( cL, rL ) + 1; in bts_Cluster2D_alt() 770 if( ( bitsTaken0L + bitsTaken1L ) > 29 ) in bts_Cluster2D_alt() 772 int32 shiftL = bitsTaken0L + bitsTaken1L - 29; in bts_Cluster2D_alt() 934 uint32 bitsTaken1L, highestBitL; in bts_Cluster2D_alt() local 942 bitsTaken1L = bts_maxAbsIntLog2Of4( pxqxL, pxqyL, pyqxL, pyqyL ) + 1; in bts_Cluster2D_alt() 944 if( bitsTaken1L > 15 ) in bts_Cluster2D_alt() 946 sh1L = bitsTaken1L - 15; in bts_Cluster2D_alt()
|