Home
last modified time | relevance | path

Searched refs:quotientBbpL (Results 1 – 1 of 1) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
DCluster2D.c678 int32 quotientBbpL, bbp_crL, posL; in bts_Cluster2D_alt() local
696 quotientBbpL = 0; in bts_Cluster2D_alt()
713 quotientBbpL = shiftL; in bts_Cluster2D_alt()
718 if( posL > ( quotientBbpL + 14 ) ) in bts_Cluster2D_alt()
722 quotientBbpL = 0; in bts_Cluster2D_alt()
724 else if( quotientBbpL > ( posL + 14 ) ) in bts_Cluster2D_alt()
728 quotientBbpL = 0; in bts_Cluster2D_alt()
732 bbs_uint32ReduceToNBits( &quotientL, &quotientBbpL, 15 ); in bts_Cluster2D_alt()
735 if( quotientBbpL > 15 ) in bts_Cluster2D_alt()
737 quotientL >>= ( quotientBbpL - 15 ); in bts_Cluster2D_alt()
[all …]