Loading lib_com/log2.c +0 −4 Original line number Diff line number Diff line Loading @@ -58,11 +58,7 @@ Word16 Log2_norm_lc( /* (o) : Fractional part of Log2. (range: 0<=val Word16 i, a; Word16 y; #ifdef NONBE_FIX_ISSUE_2206 if ( L_x <= 1 ) #else if ( L_x <= 0 ) #endif L_x = L_deposit_h( 0x4000 ); L_x = L_shr( L_x, 9 ); Loading Loading
lib_com/log2.c +0 −4 Original line number Diff line number Diff line Loading @@ -58,11 +58,7 @@ Word16 Log2_norm_lc( /* (o) : Fractional part of Log2. (range: 0<=val Word16 i, a; Word16 y; #ifdef NONBE_FIX_ISSUE_2206 if ( L_x <= 1 ) #else if ( L_x <= 0 ) #endif L_x = L_deposit_h( 0x4000 ); L_x = L_shr( L_x, 9 ); Loading