Loading lib_dec/ivas_ism_param_dec_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -1058,8 +1058,8 @@ void ivas_ism_dec_digest_tc_fx( Word16 azi = azimuth_fx; // Q0 Word16 ele = elevation_fx; // Q0 #else Word16 azi = shr( extract_h( st_ivas->hIsmMetaData[i]->azimuth_fx ), 22 - 16 ); // Q22 Word16 ele = shr( extract_h( st_ivas->hIsmMetaData[i]->elevation_fx ), 22 - 16 ); // Q22 Word16 azi = shr( extract_h( st_ivas->hIsmMetaData[i]->azimuth_fx ), 22 - 16 ); // Q0 Word16 ele = shr( extract_h( st_ivas->hIsmMetaData[i]->elevation_fx ), 22 - 16 ); // Q0 #endif ivas_dirac_dec_get_response_fx( azi, ele, st_ivas->hIsmRendererData->gains_fx[i], st_ivas->hIntSetup.ambisonics_order, Q30 ); Loading Loading
lib_dec/ivas_ism_param_dec_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -1058,8 +1058,8 @@ void ivas_ism_dec_digest_tc_fx( Word16 azi = azimuth_fx; // Q0 Word16 ele = elevation_fx; // Q0 #else Word16 azi = shr( extract_h( st_ivas->hIsmMetaData[i]->azimuth_fx ), 22 - 16 ); // Q22 Word16 ele = shr( extract_h( st_ivas->hIsmMetaData[i]->elevation_fx ), 22 - 16 ); // Q22 Word16 azi = shr( extract_h( st_ivas->hIsmMetaData[i]->azimuth_fx ), 22 - 16 ); // Q0 Word16 ele = shr( extract_h( st_ivas->hIsmMetaData[i]->elevation_fx ), 22 - 16 ); // Q0 #endif ivas_dirac_dec_get_response_fx( azi, ele, st_ivas->hIsmRendererData->gains_fx[i], st_ivas->hIntSetup.ambisonics_order, Q30 ); Loading