Loading lib_isar/isar_lcld_decoder.c +3 −6 Original line number Diff line number Diff line Loading @@ -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 ); Loading Loading @@ -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], Loading Loading @@ -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; Loading lib_rend/lib_rend.c +0 −2 Original line number Diff line number Diff line Loading @@ -5023,8 +5023,6 @@ ivas_error IVAS_REND_DisableHeadRotation( } /*-------------------------------------------------------------------* * IVAS_REND_SetOrientationTrackingMode() * Loading lib_dec/ivas_jbm_dec.c +1 −1 File changed.Contains only whitespace changes. Show changes Loading
lib_isar/isar_lcld_decoder.c +3 −6 Original line number Diff line number Diff line Loading @@ -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 ); Loading Loading @@ -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], Loading Loading @@ -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; Loading
lib_rend/lib_rend.c +0 −2 Original line number Diff line number Diff line Loading @@ -5023,8 +5023,6 @@ ivas_error IVAS_REND_DisableHeadRotation( } /*-------------------------------------------------------------------* * IVAS_REND_SetOrientationTrackingMode() * Loading