Loading lib_enc/ivas_spar_encoder.c +4 −0 Original line number Diff line number Diff line Loading @@ -737,6 +737,10 @@ static ivas_error ivas_spar_enc_process( } else { /* IVAS_fmToDo: This AGC on/off bit should be removed when the command line option to force enable/disable AGC is * removed. * On the decoder side, ivas_agc_enc_get_flag could be used instead to determine if AGC is on or not. The * ivas_agc_enc_get_flag function should be moved to ivas_agc_com.c and renamed when this occurs. */ push_next_indice( hMetaData, 0, 1 ); } } Loading Loading
lib_enc/ivas_spar_encoder.c +4 −0 Original line number Diff line number Diff line Loading @@ -737,6 +737,10 @@ static ivas_error ivas_spar_enc_process( } else { /* IVAS_fmToDo: This AGC on/off bit should be removed when the command line option to force enable/disable AGC is * removed. * On the decoder side, ivas_agc_enc_get_flag could be used instead to determine if AGC is on or not. The * ivas_agc_enc_get_flag function should be moved to ivas_agc_com.c and renamed when this occurs. */ push_next_indice( hMetaData, 0, 1 ); } } Loading