Commit 956a9c1e authored by vaclav's avatar vaclav
Browse files

formatting

parent 6fe37abc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11041,6 +11041,7 @@ void ivas_find_wsp_fx(
    const Word16 L_look      /* i  : look-ahead                            Q0*/
);
#endif
Word16 RCcontextMapping_encode2_estimate_bandWise_start_fx(
    Word16 *x,           /* Q0 */
    const Word16 nt,     /* Q0 */
+2 −0
Original line number Diff line number Diff line
@@ -1085,11 +1085,13 @@ ivas_error pre_proc_front_ivas_fx(
    st->mem_wsp_q = *Q_new;
    move16();
    move16();

#ifndef FIX_2363_FIND_WSP
    ivas_find_wsp_fx( L_FRAME, L_SUBFR, NB_SUBFR, A_fx, Aw_fx, inp_12k8_fx, TILT_FAC_FX, wsp_fx, &st->mem_wsp_fx, GAMMA1, L_LOOK_12k8 );
#else
    find_wsp_fx( A_fx, inp_12k8_fx, wsp_fx, &st->mem_wsp_fx, TILT_FAC_FX, L_FRAME, L_LOOK_12k8, L_SUBFR, Aw_fx, GAMMA1, NB_SUBFR );
#endif

    Word16 Q_wsp = *Q_new;
    move16();
    IF( st->vad_flag == 0 )
+1 −0
Original line number Diff line number Diff line
@@ -1251,6 +1251,7 @@ ivas_error ivas_compute_core_buffers_fx(
        /*--------------------------------------------------------------*
         * Compute Weighted Input
         *---------------------------------------------------------------*/

#ifndef FIX_2363_FIND_WSP
        ivas_find_wsp_fx( L_FRAME16k, L_SUBFR, NB_SUBFR16k, A_fx, Aw_fx, st->speech_enc_pe, PREEMPH_FAC_16k, st->wspeech_enc, &st->mem_wsp_enc, st->gamma, L_LOOK_16k );
#else
+2 −0
Original line number Diff line number Diff line
@@ -634,11 +634,13 @@ ivas_error front_vad_spar_fx(
        st->mem_wsp_fx = (Word16) shl_sat( st->mem_wsp_fx, Q_inp_12k8 - st->mem_wsp_q ); /* Q_inp_12k8 */
        st->mem_wsp_q = Q_inp_12k8;
        move16();

#ifndef FIX_2363_FIND_WSP
        ivas_find_wsp_fx( L_FRAME, L_SUBFR, NB_SUBFR, A_fx, Aw_fx, inp_12k8_fx, TILT_FAC_FX, wsp_fx, &st->mem_wsp_fx, GAMMA1, L_LOOK_12k8 );
#else
        find_wsp_fx( A_fx, inp_12k8_fx, wsp_fx, &st->mem_wsp_fx, TILT_FAC_FX, L_FRAME, L_LOOK_12k8, L_SUBFR, Aw_fx, GAMMA1, NB_SUBFR );
#endif

        IF( st->vad_flag == 0 )
        {
            /* reset the OL pitch tracker memories during inactive frames */