Loading lib_com/ivas_prot.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading lib_enc/ivas_stat_enc.h +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading lib_enc/stat_enc.h +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
lib_com/ivas_prot.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
lib_enc/ivas_stat_enc.h +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading
lib_enc/stat_enc.h +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading