Commit 5544736a authored by vaclav's avatar vaclav
Browse files

formatting again

parent 52f43900
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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,
@@ -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 )
@@ -216,6 +228,7 @@ void ivas_ari_done_encoding_14bits(
    return;
}


/*---------------------------------------------------------------
 * Function ivas_ari_encode_14bits_ext()
 *
+2 −1
Original line number Diff line number Diff line
@@ -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 )
+1 −1
Original line number Diff line number Diff line
@@ -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                   */
);

+1 −0
Original line number Diff line number Diff line
@@ -237,6 +237,7 @@ int16_t ivas_sba_get_nchan_metadata(
    return ( nb_channels );
}


/*-------------------------------------------------------------------*
 * ivas_sba_get_spar_hoa_ch_ind()
 *
+1 −2
Original line number Diff line number Diff line
@@ -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