Loading lib_dec/ivas_dec.c +0 −16 Original line number Diff line number Diff line Loading @@ -434,22 +434,6 @@ ivas_error ivas_dec( } } { static FILE *f_foa = 0; if ( f_foa == 0 ) f_foa = fopen( "chans.raw", "wb" ); for ( int16_t j = 0; j < 960; j++ ) { for ( int n = 0; n < 2; n++ ) { int16_t s1 = p_output[n][j]; fwrite( &s1, sizeof( int16_t ), 1, f_foa ); } } } if ( st_ivas->sba_dirac_stereo_flag ) { ivas_agc_dec_process( st_ivas->hSpar->hAgcDec, &p_output[sba_ch_idx], &p_output[sba_ch_idx], st_ivas->hSpar->hMdDec->spar_md_cfg.nchan_transport, output_frame ); Loading lib_enc/ivas_enc.c +0 −15 Original line number Diff line number Diff line Loading @@ -418,21 +418,6 @@ ivas_error ivas_enc( } #endif { static FILE *f_foa = 0; if ( f_foa == 0 ) f_foa = fopen( "chans_in.raw", "wb" ); for ( int16_t j = 0; j < 960; j++ ) { for ( int n = 0; n < 1; n++ ) { int16_t s1 = data_f[n][j]; fwrite( &s1, sizeof( int16_t ), 1, f_foa ); } } } /* core-coding of transport channels */ if ( st_ivas->nSCE == 1 ) { Loading scripts/check-format.sh +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ if [ ! -d "lib_com" ]; then exit 255 fi CLANG_FORMAT=clang-format CLANG_FORMAT=./clang-format.exe CLANG_FORMAT_REQUIRED_VERSION="13.0" # list (with space between entries) of substrings that are excluded from the file list, e.g. very large files Loading Loading
lib_dec/ivas_dec.c +0 −16 Original line number Diff line number Diff line Loading @@ -434,22 +434,6 @@ ivas_error ivas_dec( } } { static FILE *f_foa = 0; if ( f_foa == 0 ) f_foa = fopen( "chans.raw", "wb" ); for ( int16_t j = 0; j < 960; j++ ) { for ( int n = 0; n < 2; n++ ) { int16_t s1 = p_output[n][j]; fwrite( &s1, sizeof( int16_t ), 1, f_foa ); } } } if ( st_ivas->sba_dirac_stereo_flag ) { ivas_agc_dec_process( st_ivas->hSpar->hAgcDec, &p_output[sba_ch_idx], &p_output[sba_ch_idx], st_ivas->hSpar->hMdDec->spar_md_cfg.nchan_transport, output_frame ); Loading
lib_enc/ivas_enc.c +0 −15 Original line number Diff line number Diff line Loading @@ -418,21 +418,6 @@ ivas_error ivas_enc( } #endif { static FILE *f_foa = 0; if ( f_foa == 0 ) f_foa = fopen( "chans_in.raw", "wb" ); for ( int16_t j = 0; j < 960; j++ ) { for ( int n = 0; n < 1; n++ ) { int16_t s1 = data_f[n][j]; fwrite( &s1, sizeof( int16_t ), 1, f_foa ); } } } /* core-coding of transport channels */ if ( st_ivas->nSCE == 1 ) { Loading
scripts/check-format.sh +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ if [ ! -d "lib_com" ]; then exit 255 fi CLANG_FORMAT=clang-format CLANG_FORMAT=./clang-format.exe CLANG_FORMAT_REQUIRED_VERSION="13.0" # list (with space between entries) of substrings that are excluded from the file list, e.g. very large files Loading