Commit eed38fad authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Intermediate conversion saturation

parent 704aa8c1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -687,7 +687,7 @@ ivas_error ivas_core_enc(
            {
                FOR( i = 0; i < L_FRAME32k; i++ )
                {
                    st->hTcxEnc->old_out_fx[i] = float_to_fix16( st->hTcxEnc->old_out[i], 0 );
                    st->hTcxEnc->old_out_fx[i] = (Word16) st->hTcxEnc->old_out[i] * ( 1 << 0 );
                }
            }