Loading lib_isar/isar_splitRendererPre.c +2 −2 Original line number Diff line number Diff line Loading @@ -578,8 +578,8 @@ static void isar_split_rend_quant_md( } #ifdef SPLIT_REND_POSE_CORRECTION_UNUSED_BITS static void get_lr_gains( const float cov_in[BINAURAL_CHANNELS][BINAURAL_CHANNELS], const float cov_out[BINAURAL_CHANNELS][BINAURAL_CHANNELS], static void get_lr_gains( const float cov_in[][BINAURAL_CHANNELS], const float cov_out[][BINAURAL_CHANNELS], float gains[BINAURAL_CHANNELS] ) { int16_t i; Loading Loading
lib_isar/isar_splitRendererPre.c +2 −2 Original line number Diff line number Diff line Loading @@ -578,8 +578,8 @@ static void isar_split_rend_quant_md( } #ifdef SPLIT_REND_POSE_CORRECTION_UNUSED_BITS static void get_lr_gains( const float cov_in[BINAURAL_CHANNELS][BINAURAL_CHANNELS], const float cov_out[BINAURAL_CHANNELS][BINAURAL_CHANNELS], static void get_lr_gains( const float cov_in[][BINAURAL_CHANNELS], const float cov_out[][BINAURAL_CHANNELS], float gains[BINAURAL_CHANNELS] ) { int16_t i; Loading