Commit 8c6f3206 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

clang format

parent 5ff3fb0a
Loading
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -773,7 +773,8 @@ static void ReplaceSign( const int32_t iNumBlocks, const int32_t iNumLCLDBands,

static void InvQuantizeSpectrum( const int32_t iNumGroups, const int32_t *piGroupLengths, const int32_t iNumBands, const int32_t *piBandwidths, int32_t **ppiAlloc, int32_t **ppiQReal, int32_t **ppiQImag, float **ppfReal, float **ppfImag
#ifndef FIX_1827_REMOVE_UNUSED_PSNOISEGEN_ISAR
    , NoiseGen *psNoiseGen 
                                 ,
                                 NoiseGen *psNoiseGen
#endif
);

@@ -1033,7 +1034,8 @@ int32_t DecodeLCLDFrame(
                             psLCLDDecoder->pppiQLCLDImag[n],
                             pppfLCLDReal[n], pppfLCLDImag[n]
#ifndef FIX_1827_REMOVE_UNUSED_PSNOISEGEN_ISAR
            ,psLCLDDecoder->psNoiseGen 
                             ,
                             psLCLDDecoder->psNoiseGen
#endif
        );

@@ -1186,7 +1188,8 @@ static void InvQuantizeSpectrum(
    float **ppfReal,
    float **ppfImag
#ifndef FIX_1827_REMOVE_UNUSED_PSNOISEGEN_ISAR
   ,NoiseGen *psNoiseGen /* Pass in NULL to switch off noise gen */
    ,
    NoiseGen *psNoiseGen /* Pass in NULL to switch off noise gen */
#endif
)
{
+7 −7

File changed.

Contains only whitespace changes.