Loading lib_com/ivas_arith.c +13 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,12 @@ static uint16_t ivas_ari_get_symbol( } /*--------------------------------------------------------------- * Function ivas_ari_decode_14bits_bit_ext_1_lfe() * * *-------------------------------------------------------------*/ uint16_t ivas_ari_decode_14bits_bit_ext_1_lfe( Decoder_State *st, Tastat *s, Loading Loading @@ -164,6 +170,12 @@ uint16_t ivas_ari_decode_14bits_bit_ext_1_lfe( } /*--------------------------------------------------------------- * Function ivas_ari_done_decoding_14bits_ext_1_lfe() * * *-------------------------------------------------------------*/ void ivas_ari_done_decoding_14bits_ext_1_lfe( Decoder_State *st, const int16_t extra_bits_read ) Loading Loading @@ -216,6 +228,7 @@ void ivas_ari_done_encoding_14bits( return; } /*--------------------------------------------------------------- * Function ivas_ari_encode_14bits_ext() * Loading lib_com/ivas_filters.c +2 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,8 @@ void ivas_filters_init( void ivas_filter_process( ivas_filters_process_state_t *filter_state, /* i/o: filter state handle */ float *pIn_Out, /* i/o: signal subject to filtering */ const int16_t length ) /* i : filter order */ const int16_t length /* i : filter order */ ) { switch ( filter_state->order ) Loading lib_com/ivas_prot.h +1 −1 Original line number Diff line number Diff line Loading @@ -2658,7 +2658,7 @@ void sns_avq_cod_stereo( void sns_avq_dec( int16_t *index, /* i : Quantization indices */ float SNS_Q[NB_DIV][M], /* o : Quantized SNS vectors */ const int16_t L_frame, const int16_t L_frame, /* i : frame length */ const int16_t numlpc /* i : Number of sets of lpc */ ); Loading lib_com/ivas_sba_config.c +1 −0 Original line number Diff line number Diff line Loading @@ -237,6 +237,7 @@ int16_t ivas_sba_get_nchan_metadata( return ( nb_channels ); } /*-------------------------------------------------------------------* * ivas_sba_get_spar_hoa_ch_ind() * Loading lib_com/ivas_stereo_psychlpc_com.c +1 −2 Original line number Diff line number Diff line Loading @@ -68,8 +68,7 @@ static void SpectrumWeighting_Init( * initialize a PsychoacousticParameters structure *-------------------------------------------------------------------*/ ivas_error PsychoacousticParameters_Init( ivas_error PsychoacousticParameters_Init( const int32_t sr_core, /* i : sampling rate of core-coder */ const int16_t nBins, /* i : Number of bins (spectral lines) */ const int8_t nBands, /* i : Number of spectrum subbands */ Loading Loading
lib_com/ivas_arith.c +13 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,12 @@ static uint16_t ivas_ari_get_symbol( } /*--------------------------------------------------------------- * Function ivas_ari_decode_14bits_bit_ext_1_lfe() * * *-------------------------------------------------------------*/ uint16_t ivas_ari_decode_14bits_bit_ext_1_lfe( Decoder_State *st, Tastat *s, Loading Loading @@ -164,6 +170,12 @@ uint16_t ivas_ari_decode_14bits_bit_ext_1_lfe( } /*--------------------------------------------------------------- * Function ivas_ari_done_decoding_14bits_ext_1_lfe() * * *-------------------------------------------------------------*/ void ivas_ari_done_decoding_14bits_ext_1_lfe( Decoder_State *st, const int16_t extra_bits_read ) Loading Loading @@ -216,6 +228,7 @@ void ivas_ari_done_encoding_14bits( return; } /*--------------------------------------------------------------- * Function ivas_ari_encode_14bits_ext() * Loading
lib_com/ivas_filters.c +2 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,8 @@ void ivas_filters_init( void ivas_filter_process( ivas_filters_process_state_t *filter_state, /* i/o: filter state handle */ float *pIn_Out, /* i/o: signal subject to filtering */ const int16_t length ) /* i : filter order */ const int16_t length /* i : filter order */ ) { switch ( filter_state->order ) Loading
lib_com/ivas_prot.h +1 −1 Original line number Diff line number Diff line Loading @@ -2658,7 +2658,7 @@ void sns_avq_cod_stereo( void sns_avq_dec( int16_t *index, /* i : Quantization indices */ float SNS_Q[NB_DIV][M], /* o : Quantized SNS vectors */ const int16_t L_frame, const int16_t L_frame, /* i : frame length */ const int16_t numlpc /* i : Number of sets of lpc */ ); Loading
lib_com/ivas_sba_config.c +1 −0 Original line number Diff line number Diff line Loading @@ -237,6 +237,7 @@ int16_t ivas_sba_get_nchan_metadata( return ( nb_channels ); } /*-------------------------------------------------------------------* * ivas_sba_get_spar_hoa_ch_ind() * Loading
lib_com/ivas_stereo_psychlpc_com.c +1 −2 Original line number Diff line number Diff line Loading @@ -68,8 +68,7 @@ static void SpectrumWeighting_Init( * initialize a PsychoacousticParameters structure *-------------------------------------------------------------------*/ ivas_error PsychoacousticParameters_Init( ivas_error PsychoacousticParameters_Init( const int32_t sr_core, /* i : sampling rate of core-coder */ const int16_t nBins, /* i : Number of bins (spectral lines) */ const int8_t nBands, /* i : Number of spectrum subbands */ Loading