Loading lib_com/ivas_prot.h +0 −2 Original line number Diff line number Diff line Loading @@ -3286,7 +3286,6 @@ void ivas_sba_zero_vert_comp( ); #if (defined FLOAT_INTERFACE_ENC && !defined FLOAT_INTERFACE_DEC_REND) || (!defined FLOAT_INTERFACE_ENC && defined FLOAT_INTERFACE_DEC_REND) /* TODO(sgi): tmp function, remove when FLOAT_INTERFACE_ENC is done */ void ivas_sba_zero_vert_comp_old( float sba_data[][L_FRAME48k], /* i/o: SBA data frame */ const int16_t sba_order, /* i : Ambisonic (SBA) order */ Loading Loading @@ -3329,7 +3328,6 @@ int16_t ivas_sba_remapTCs( ); #if (defined FLOAT_INTERFACE_ENC && !defined FLOAT_INTERFACE_DEC_REND) || (!defined FLOAT_INTERFACE_ENC && defined FLOAT_INTERFACE_DEC_REND) /* TODO(sgi): tmp function, remove when FLOAT_INTERFACE_ENC is done */ int16_t ivas_sba_remapTCs_old( float sba_data[][L_FRAME48k], /* i/o: SBA signals */ Decoder_Struct *st_ivas, /* i/o: decoder struct */ Loading lib_dec/lib_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -439,7 +439,7 @@ ivas_error IVAS_DEC_Configure( hDecoderConfig->nchan_out = 1; } if ( outputFormat != IVAS_DEC_OUTPUT_EXT && outputFormat != IVAS_DEC_OUTPUT_LS_CUSTOM ) /* TODO(sgi): Why not possible to get nchan_out with custom ls setup at this point? */ if ( outputFormat != IVAS_DEC_OUTPUT_EXT && outputFormat != IVAS_DEC_OUTPUT_LS_CUSTOM ) { hDecoderConfig->nchan_out = audioCfg2channels( hDecoderConfig->output_config ); } Loading lib_enc/lib_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -1185,7 +1185,7 @@ ivas_error IVAS_ENC_EncodeFrameToSerial( } else { error = IVAS_ERR_INTERNAL_FATAL; /* TODO(sgi): Should be a separate enum member */ error = IVAS_ERR_INTERNAL_FATAL; /* TODO(sgi): Should be a separate enum member - "No audio fed for encoding" */ goto fail; } Loading Loading
lib_com/ivas_prot.h +0 −2 Original line number Diff line number Diff line Loading @@ -3286,7 +3286,6 @@ void ivas_sba_zero_vert_comp( ); #if (defined FLOAT_INTERFACE_ENC && !defined FLOAT_INTERFACE_DEC_REND) || (!defined FLOAT_INTERFACE_ENC && defined FLOAT_INTERFACE_DEC_REND) /* TODO(sgi): tmp function, remove when FLOAT_INTERFACE_ENC is done */ void ivas_sba_zero_vert_comp_old( float sba_data[][L_FRAME48k], /* i/o: SBA data frame */ const int16_t sba_order, /* i : Ambisonic (SBA) order */ Loading Loading @@ -3329,7 +3328,6 @@ int16_t ivas_sba_remapTCs( ); #if (defined FLOAT_INTERFACE_ENC && !defined FLOAT_INTERFACE_DEC_REND) || (!defined FLOAT_INTERFACE_ENC && defined FLOAT_INTERFACE_DEC_REND) /* TODO(sgi): tmp function, remove when FLOAT_INTERFACE_ENC is done */ int16_t ivas_sba_remapTCs_old( float sba_data[][L_FRAME48k], /* i/o: SBA signals */ Decoder_Struct *st_ivas, /* i/o: decoder struct */ Loading
lib_dec/lib_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -439,7 +439,7 @@ ivas_error IVAS_DEC_Configure( hDecoderConfig->nchan_out = 1; } if ( outputFormat != IVAS_DEC_OUTPUT_EXT && outputFormat != IVAS_DEC_OUTPUT_LS_CUSTOM ) /* TODO(sgi): Why not possible to get nchan_out with custom ls setup at this point? */ if ( outputFormat != IVAS_DEC_OUTPUT_EXT && outputFormat != IVAS_DEC_OUTPUT_LS_CUSTOM ) { hDecoderConfig->nchan_out = audioCfg2channels( hDecoderConfig->output_config ); } Loading
lib_enc/lib_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -1185,7 +1185,7 @@ ivas_error IVAS_ENC_EncodeFrameToSerial( } else { error = IVAS_ERR_INTERNAL_FATAL; /* TODO(sgi): Should be a separate enum member */ error = IVAS_ERR_INTERNAL_FATAL; /* TODO(sgi): Should be a separate enum member - "No audio fed for encoding" */ goto fail; } Loading