Loading lib_isar/isar_lcld_decoder.c +6 −3 Original line number Diff line number Diff line Loading @@ -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 ); Loading Loading @@ -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 ); Loading Loading @@ -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 ) { Loading lib_dec/lib_dec.c +7 −7 File changed.Contains only whitespace changes. Show changes Loading
lib_isar/isar_lcld_decoder.c +6 −3 Original line number Diff line number Diff line Loading @@ -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 ); Loading Loading @@ -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 ); Loading Loading @@ -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 ) { Loading