Searched refs:highestBitL (Results 1 – 1 of 1) sorted by relevance
934 uint32 bitsTaken1L, highestBitL; in bts_Cluster2D_alt() local957 highestBitL = bts_maxAbsIntLog2Of4( xxL, xyL, yxL, yyL ) + 1; in bts_Cluster2D_alt()960 xxL <<= ( 31 - highestBitL ); in bts_Cluster2D_alt()961 xyL <<= ( 31 - highestBitL ); in bts_Cluster2D_alt()962 yxL <<= ( 31 - highestBitL ); in bts_Cluster2D_alt()963 yyL <<= ( 31 - highestBitL ); in bts_Cluster2D_alt()965 bbp_enumL += ( 31 - highestBitL ); in bts_Cluster2D_alt()