Commit 053425f3 authored by multrus's avatar multrus Committed by Sandesh Venkatesh
Browse files

add missing move32() instructions

parent 44468b6d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -695,7 +695,9 @@ void ivas_dirac_dec_output_synthesis_cov_param_mc_synthesise_slot_fx(
                        idx += nY;
                    }
                    Cldfb_RealBuffer_fx[ch_idx][slot_idx_sfr][band] = L_add( Cldfb_RealBuffer_fx[ch_idx][slot_idx_sfr][band], W_extract_l( W_shr( temp_real, shifter ) ) );
		    move32();
                    Cldfb_ImagBuffer_fx[ch_idx][slot_idx_sfr][band] = L_add( Cldfb_ImagBuffer_fx[ch_idx][slot_idx_sfr][band], W_extract_l( W_shr( temp_imag, shifter ) ) );
		    move32();
                }
            }
#else