Commit 9179451f authored by vaclav's avatar vaclav
Browse files

correction of comments

parent b9e4089c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@
/*-------------------------------------------------------------------------
 * ivas_spar_dec_open()
 *
 * Allocate and initialize SPAR handle
 * Allocate and initialize SPAR decoder handle and sub-handles
 *------------------------------------------------------------------------*/

ivas_error ivas_spar_dec_open(
+1 −1
Original line number Diff line number Diff line
@@ -962,7 +962,7 @@ void ivas_spar_foa_dec_upmixer(
/*-------------------------------------------------------------------*
 * ivas_spar_foa_dec_upmixer()
 *
 * IVAS SPAR FOA upmixer
 * IVAS SPAR upmixer
 *-------------------------------------------------------------------*/

void ivas_spar_dec_upmixer(
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
/*-------------------------------------------------------------------------
 * ivas_spar_enc_open()
 *
 * Allocate and initialize SPAR encoder handle
 * Allocate and initialize SPAR encoder handle and sub-handles
 *------------------------------------------------------------------------*/

ivas_error ivas_spar_enc_open(
+2 −2
Original line number Diff line number Diff line
@@ -292,7 +292,7 @@ ivas_error ivas_spar_foa_enc_process(
/*-----------------------------------------------------------------------------------------*
 * Function ivas_spar_enc_process()
 *
 * Process call for SPAR FOA encoder
 * Process call for SPAR encoder
 *-----------------------------------------------------------------------------------------*/

ivas_error ivas_spar_enc_process(
@@ -334,7 +334,7 @@ ivas_error ivas_spar_enc_process(
    float dir[3], avg_dir[3];
    float energySum, vecLen;

    wmops_sub_start( "spar_foa_enc_process" );
    wmops_sub_start( "ivas_spar_enc_process" );

    /*-----------------------------------------------------------------------------------------*
     * Initialization