Commit fe171a0a authored by reutelhuber's avatar reutelhuber
Browse files

add CR_ to switch name for all occurrences of switch

parent 15e40262
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -230,7 +230,7 @@ void stereo_dft_dec_core_switching(
            mvr2r( &output[st->L_frame - NS2SA( st->L_frame * FRAMES_PER_SEC, STEREO_DFT32MS_OVL_NS )], hCPE->hStereoDft->buff_LBTCX_mem, NS2SA( st->L_frame * FRAMES_PER_SEC, STEREO_DFT32MS_OVL_NS ) );

            /* BPF */
#ifdef FIX_586_BPF_DFT_MEM
#ifdef CR_FIX_586_BPF_DFT_MEM
            if ( st->p_bpf_noise_buf && st->core != HQ_CORE )
#else
            if ( st->p_bpf_noise_buf )
@@ -238,7 +238,7 @@ void stereo_dft_dec_core_switching(
            {
                stereo_dft_dec_analyze( hCPE, st->p_bpf_noise_buf, DFT, 0, st->L_frame, output_frame, DFT_STEREO_DEC_ANA_BPF, 2, 0 );
            }
#ifdef FIX_586_BPF_DFT_MEM
#ifdef CR_FIX_586_BPF_DFT_MEM
            /* st->p_bpf_noise_buf not updated for HQ core -> skip analysis and set input memory to zero */
            else if ( st->p_bpf_noise_buf && st->core == HQ_CORE )
            {