Commit d9abd3a8 authored by sagnowski's avatar sagnowski
Browse files

Revert "Apply formatting to make clang-format job pass"

This reverts commit 980ca09d.
parent 980ca09d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -52,7 +52,8 @@ void lsf_weight_2st(
    const float *lsfq,
    float *w,
    const int16_t mode,
    const int32_t sr_core )
    const int32_t sr_core 
)
{
    int16_t i;
    float d[M + 1];
+4 −3
Original line number Diff line number Diff line
@@ -1240,7 +1240,8 @@ void IGFDecApplyStereo(
    const int16_t *coreMsMask,
    const int16_t restrict_hopsize,
    const int16_t bfi, /* i  : frame loss == 1, frame good == 0                     */
    const int16_t bfi_apply_damping )
    const int16_t bfi_apply_damping
)
{
    IGF_DEC_PRIVATE_DATA_HANDLE hPrivateDataL, hPrivateDataR;
    H_IGF_GRID hGrid;
+2 −2
Original line number Diff line number Diff line
@@ -186,8 +186,8 @@ ivas_error ivas_core_dec(
        {
            float gain;

            gain = ( st->element_mode == IVAS_CPE_MDCT ) ? st->hTcxDec->conceal_eof_gain : ( st->hPlcInfo != NULL ) ? st->hPlcInfo->recovery_gain
                                                                                                                    : 0.0f;
            gain = ( st->element_mode == IVAS_CPE_MDCT ) ? st->hTcxDec->conceal_eof_gain :
                   ( st->hPlcInfo != NULL ) ? st->hPlcInfo->recovery_gain : 0.0f;

            if ( ( st->element_mode == IVAS_CPE_MDCT && hMCT == NULL ) || ( st->hPlcInfo != NULL ) )
            {

lib_enc/igf_enc.c

100644 → 100755
+3 −3

File changed.File mode changed from 100644 to 100755.

Contains only whitespace changes.

+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@
#include "wmops.h"



/*-------------------------------------------------------------------
 * sns_1st_cod()
 *
+2 −2

File changed.

Contains only whitespace changes.

+8 −8

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

Loading