Commit 94844670 authored by multrus's avatar multrus
Browse files

formatting

parent 75a3bf0e
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2255,8 +2255,7 @@ static ivas_error decodeVoIP(


        /* decode and get samples */
        if ( ( error = IVAS_DEC_VoIP_GetSamples( hIvasDec, nOutSamples, pcmBuf, systemTime_ms
                                                 ,
        if ( ( error = IVAS_DEC_VoIP_GetSamples( hIvasDec, nOutSamples, pcmBuf, systemTime_ms,
                                                 &nSamplesAvailableNext
#ifdef SUPPORT_JBM_TRACEFILE
                                                 ,
+1 −2
Original line number Diff line number Diff line
@@ -1467,8 +1467,7 @@ static bool parseDiegeticPan(

static bool parseOrientationTracking(
    char *value,
    int8_t *orientation_tracking
)
    int8_t *orientation_tracking )
{
    to_upper( value );

+2 −3
Original line number Diff line number Diff line
@@ -51,8 +51,7 @@ static void ivas_set_up_cov_smoothing(
    ivas_cov_smooth_state_t *hCovState,
    ivas_filterbank_t *pFb,
    const float max_update_rate,
    const int16_t min_pool_size
    ,
    const int16_t min_pool_size,
    const COV_SMOOTHING_TYPE smooth_mode /* i  : flag multichannel vs SPAR       */
    ,
    const int32_t ivas_total_brate )
+5 −6
Original line number Diff line number Diff line
@@ -62,7 +62,6 @@ static int16_t quantize_theta_masa( float x, const int16_t no_cb, float *xhat );
static int16_t quantize_phi_masa( float phi, const int16_t flag_delta, float *phi_hat, const int16_t n );



/*---------------------------------------------------------------
 * ivas_masa_setup()
 *
+1 −2
Original line number Diff line number Diff line
@@ -2130,8 +2130,7 @@ void ivas_spar_set_bitrate_config(
    const int16_t dirac2spar_md_flag,
    const int16_t enc_flag,
    const int16_t pca_flag,
    const int16_t agc_flag
)
    const int16_t agc_flag )
{
    int32_t ivas_total_brate;
    int16_t i, total_bits, max_bits, code, length;
Loading