Commit 6109d80b authored by multrus's avatar multrus
Browse files

[cleanup] formatting

parent c17ede48
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -71,7 +71,8 @@ static void SpectrumWeighting_Init(
#ifndef MDCT_STEREO_PLC_FADE_2_BG_NOISE
static
#endif
ivas_error PsychoacousticParameters_Init(
    ivas_error
    PsychoacousticParameters_Init(
        const int32_t sr_core,  /* i  : sampling rate of core-coder                                     */
        const int16_t nBins,    /* i  : Number of bins (spectral lines)                                 */
        const int8_t nBands,    /* i  : Number of spectrum subbands                                     */
+0 −1
Original line number Diff line number Diff line
@@ -706,7 +706,6 @@ ivas_error acelp_core_dec(
            {
                /* Prepare ACB memory of old_bwe_exc */
                lerp( old_exc, old_bwe_exc, L_EXC_MEM_DEC * HIBND_ACB_L_FAC, L_EXC_MEM_DEC );
                
            }
#endif
            /*-----------------------------------------------------------------*
+4 −5
Original line number Diff line number Diff line
@@ -1616,8 +1616,7 @@ void init_igf_dec(
int16_t get_igf_startline(
    Decoder_State *st,
    int16_t L_frame,
    int16_t L_frameTCX
)
    int16_t L_frameTCX )
{
    int16_t igf_startline;

+0 −1
Original line number Diff line number Diff line
@@ -442,7 +442,6 @@ ivas_error ivas_core_dec(
            }
        }
#endif

    }

    /*---------------------------------------------------------------------*
+0 −1
Original line number Diff line number Diff line
@@ -383,7 +383,6 @@ ivas_error TDREND_REND_RenderSourceHRFilt(
    Src_p->InputFrame_p += subframe_length; /* Increment input pointer -- todo: should we remove this and input the current subframe instead? */



    return IVAS_ERR_OK;
}

Loading