Commit d5030ea9 authored by Manuel Jander's avatar Manuel Jander
Browse files

Remove change in Log2_norm_lc(), was fixed in main.

parent 6c2bf322
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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 );