Commit 230a0a5b authored by vaclav's avatar vaclav
Browse files

correct typos in comments; remove one outdated comment

parent 05fbd86e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -991,7 +991,7 @@ ivas_error ivas_ism_metadata_enc(
    const int16_t ism_extended_metadata_flag                    /* i  : Extended metadata flag                      */
#ifdef MASA_AND_OBJECTS
    ,
    const float lp_noise_CPE,                                   /* i  : LP filterend total noise estimation         */
    const float lp_noise_CPE,                                   /* i  : LP filtered total noise estimation          */
    const int16_t flag_omasa_ener_brate,                        /* i  : less bitrate for objects in OMASA flag      */
    int16_t *omasa_stereo_sw_cnt
#endif
+2 −2
Original line number Diff line number Diff line
@@ -796,10 +796,10 @@ typedef struct ivas_omasa_enc_state_structure

typedef struct ivas_omasa_encoder_one_data_struct
{
    float energy_ism[MAX_PARAM_SPATIAL_SUBFRAMES][MASA_FREQUENCY_BANDS]; /* TODO Nokia: Make an own MASAISM struct for these, and reserve it only for OMASA */
    float energy_ism[MAX_PARAM_SPATIAL_SUBFRAMES][MASA_FREQUENCY_BANDS];
    float energy_ratio_ism[MAX_PARAM_SPATIAL_SUBFRAMES][MASA_FREQUENCY_BANDS][MAX_NUM_OBJECTS];
    float q_energy_ratio_ism[MAX_PARAM_SPATIAL_SUBFRAMES][MASA_FREQUENCY_BANDS][MAX_NUM_OBJECTS];
    float lp_noise_CPE; /* LP filterend total noise estimation */
    float lp_noise_CPE; /* LP filtered total noise estimation */
    int16_t omasa_stereo_sw_cnt;

} OMASA_ENCODER_DATA_STATE, *OMASA_ENCODER_DATA_HANDLE;
+1 −1
Original line number Diff line number Diff line
@@ -1324,7 +1324,7 @@ typedef struct enc_core_structure

    float bckr_tilt_lt;
    float lp_speech;
    float lp_noise;     /* CNG and DTX - LP filterend total noise estimation */
    float lp_noise;     /* CNG and DTX - LP filtered total noise estimation */
    int16_t active_cnt; /* counter of active frames */

    TD_CNG_ENC_HANDLE hTdCngEnc;