Commit e1d9a3b7 authored by vaclav's avatar vaclav
Browse files

typos + alignment

parent c66b8367
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -2155,7 +2155,7 @@ void stereo_mdct_core_dec(
void splitAvailableBits(
    const int16_t total_bits,                                   /* i  : total available bits for TCX coding     */
    const int16_t split_ratio,                                  /* i  : split ratio                             */
    const int16_t isSBAStereoMode,                              /* i  : signal core coding for sba              */
    const int16_t isSBAStereoMode,                              /* i  : signal core coding for SBA              */
    int16_t *bits_ch0,                                          /* o  : bits for channel 0                      */
    int16_t *bits_ch1                                           /* o  : bits for channel 1                      */
);
@@ -2173,7 +2173,7 @@ void parse_stereo_from_bitstream(
    STEREO_MDCT_DEC_DATA_HANDLE hStereoMdct,                    /* i/o: MDCT stereo decoder structure           */
    Decoder_State **sts,                                        /* i/o: decoder state structure                 */
    const int16_t mct_on,                                       /* i  : flag mct block (1) or stereo (0)        */
    const int16_t isSBAStereoMode,                              /* i: flag core coding for sba         */
    const int16_t isSBAStereoMode,                              /* i  : flag core coding for SBA                */
    Decoder_State *st0,                                         /* i/o: decoder state structure for Bstr        */
    int16_t ms_mask[NB_DIV][MAX_SFB]                            /* o  : bandwise MS mask                        */
);
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
void splitAvailableBits(
    const int16_t total_bits,      /* i  : total available bits for TCX coding   */
    const int16_t split_ratio,     /* i  : split ratio                           */
    const int16_t isSBAStereoMode, /* i  : signal core coding for sba            */
    const int16_t isSBAStereoMode, /* i  : signal core coding for SBA            */
    int16_t *bits_ch0,             /* o  : bits for channel 0                    */
    int16_t *bits_ch1              /* o  : bits for channel 1                    */
)
+1 −1
Original line number Diff line number Diff line
@@ -534,7 +534,7 @@ ivas_error acelp_core_switch_dec_bfi(
/*-------------------------------------------------------------------*
 * decod_gen_voic_core_switch()
 *
 * Decode excitation signal in teh first ACELP->HQ switching frame
 * Decode excitation signal in the first ACELP->HQ switching frame
 *-------------------------------------------------------------------*/

static void decod_gen_voic_core_switch(
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ void parse_stereo_from_bitstream(
    STEREO_MDCT_DEC_DATA_HANDLE hStereoMdct, /* i/o: MDCT stereo decoder structure   */
    Decoder_State **sts,                     /* i/o: decoder state structure         */
    const int16_t mct_on,                    /* i  : flag mct block (1) or stereo (0)*/
    const int16_t isSBAStereoMode,           /* i  : flag core coding for sba        */
    const int16_t isSBAStereoMode,           /* i  : flag core coding for SBA        */
    Decoder_State *st0,                      /* i/o: decoder state structure for Bstr*/
    int16_t ms_mask[NB_DIV][MAX_SFB]         /* o  : bandwise MS mask                */
)
+2 −3
Original line number Diff line number Diff line
@@ -70,9 +70,8 @@ static void ivas_mcmasa_dmx( MCMASA_ENC_HANDLE hMcMasa, float data_f[][L_FRAME48

static void compute_cov_mtx( float sr[MCMASA_MAX_ANA_CHANS][DIRAC_NO_FB_BANDS_MAX], float si[MCMASA_MAX_ANA_CHANS][DIRAC_NO_FB_BANDS_MAX], const int16_t freq, const int16_t N, CovarianceMatrix *COVls );

static void computeIntensityVector_enc( const int16_t *band_grouping, float Cldfb_RealBuffer[DIRAC_MAX_ANA_CHANS][DIRAC_NO_FB_BANDS_MAX], float Cldfb_ImagBuffer[DIRAC_MAX_ANA_CHANS][DIRAC_NO_FB_BANDS_MAX], const int16_t enc_param_start_band, /* i: first band to process */
                                        const int16_t num_frequency_bands,
                                        float intensity_real[DIRAC_NUM_DIMS][MASA_FREQUENCY_BANDS] );
static void computeIntensityVector_enc( const int16_t *band_grouping, float Cldfb_RealBuffer[DIRAC_MAX_ANA_CHANS][DIRAC_NO_FB_BANDS_MAX], float Cldfb_ImagBuffer[DIRAC_MAX_ANA_CHANS][DIRAC_NO_FB_BANDS_MAX], 
                                        const int16_t enc_param_start_band,  const int16_t num_frequency_bands, float intensity_real[DIRAC_NUM_DIMS][MASA_FREQUENCY_BANDS] );

static void computeVerticalDiffuseness( float **buffer_intensity, const float *buffer_energy, const int16_t averaging_length, const int16_t num_freq_bands, float *diffuseness );

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

Loading