Loading lib_isar/isar_lcld_decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -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++ ) { Loading lib_isar/lib_isar_pre_rend.c +2 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
lib_isar/isar_lcld_decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -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++ ) { Loading
lib_isar/lib_isar_pre_rend.c +2 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading