Commit a145e762 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

pcm out fix, 5ms lcld framing fix

parent f0d09613
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -996,7 +996,7 @@ Word32 DecodeLCLDFrame(
    *Q_out = Q;
    FOR( n = 0; n < psLCLDDecoder->iChannels; n++ )
    {
        FOR( i = 0; i < CLDFB_NO_COL_MAX; i++ )
        FOR( i = 0; i < psLCLDDecoder->iNumBlocks; i++ )
        {
            FOR( j = 0; j < CLDFB_NO_CHANNELS_MAX; j++ )
            {
+2 −0
Original line number Diff line number Diff line
@@ -374,6 +374,8 @@ ivas_error ISAR_PRE_REND_MultiBinToSplitBinaural(
#endif
                                                      codec_frame_size_ms, pBits, max_bands, pOutput_fx, Q_out[0], low_res_pre_rend_rot, pcm_out_flag, ro_md_flag );

        Q_out[1] = Q_out[0];
        move16();
        pop_wmops();
        return error;
    }