Loading lib_dec/ivas_dec.c +10 −1 Original line number Diff line number Diff line Loading @@ -315,7 +315,16 @@ ivas_error ivas_dec( /* HP filtering */ #ifndef DEBUG_SPAR_BYPASS_EVS_CODEC #ifdef SBA_HPF_TUNING for ( n = 0; n < getNumChanSynthesis( st_ivas ); n++ ) int16_t nchan_hp20; if ( st_ivas->ivas_format == MASA_FORMAT ) { nchan_hp20 = nchan_remapped; } else { nchan_hp20 = getNumChanSynthesis( st_ivas ); } for ( n = 0; n < nchan_hp20; n++ ) #else for ( n = 0; n < nchan_remapped; n++ ) #endif Loading Loading
lib_dec/ivas_dec.c +10 −1 Original line number Diff line number Diff line Loading @@ -315,7 +315,16 @@ ivas_error ivas_dec( /* HP filtering */ #ifndef DEBUG_SPAR_BYPASS_EVS_CODEC #ifdef SBA_HPF_TUNING for ( n = 0; n < getNumChanSynthesis( st_ivas ); n++ ) int16_t nchan_hp20; if ( st_ivas->ivas_format == MASA_FORMAT ) { nchan_hp20 = nchan_remapped; } else { nchan_hp20 = getNumChanSynthesis( st_ivas ); } for ( n = 0; n < nchan_hp20; n++ ) #else for ( n = 0; n < nchan_remapped; n++ ) #endif Loading