Commit ca6eea24 authored by multrus's avatar multrus
Browse files

formatting

parent f6701ea3
Loading
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -759,8 +759,7 @@ static void ApplyRMSEnvelope( const int32_t iNumBands, const int32_t *piBandwidt

static void ReplaceSign( const int32_t iNumBlocks, const int32_t iNumLCLDBands, int32_t **ppiSignReal, int32_t **ppiSignImag, float **ppfReal, float **ppfImag, const int32_t *piBandwidths );

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
);
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 );

static void InvMSCoding( const int32_t iNumBlocks, const int32_t iNumBands, const int32_t *piBandwidths, const int32_t iMSMode, const int32_t *piMSFlags, const int32_t *piLRPhaseDiffs, const int32_t *piMSPredCoefs, float ***pppfReal, float ***pppfImag );

@@ -1016,8 +1015,7 @@ int32_t DecodeLCLDFrame(
                             psLCLDDecoder->pppiAlloc[n],
                             psLCLDDecoder->pppiQLCLDReal[n],
                             psLCLDDecoder->pppiQLCLDImag[n],
                             pppfLCLDReal[n], pppfLCLDImag[n]
        );
                             pppfLCLDReal[n], pppfLCLDImag[n] );

        ReplaceSign( psLCLDDecoder->iNumBlocks, psLCLDDecoder->iNumBands,
                     psLCLDDecoder->pppiLCLDSignReal[n],
@@ -1166,8 +1164,7 @@ static void InvQuantizeSpectrum(
    int32_t **ppiQReal,
    int32_t **ppiQImag,
    float **ppfReal,
    float **ppfImag
)
    float **ppfImag )
{
    int32_t b, k, n;
    int32_t iBlockOffest, iFBOffset;
+0 −2
Original line number Diff line number Diff line
@@ -5023,8 +5023,6 @@ ivas_error IVAS_REND_DisableHeadRotation(
}




/*-------------------------------------------------------------------*
 * IVAS_REND_SetOrientationTrackingMode()
 *
+1 −1

File changed.

Contains only whitespace changes.