Loading lib_rend/ivas_objectRenderer_sources_fx.c +4 −1 Original line number Diff line number Diff line Loading @@ -783,18 +783,21 @@ static Word16 TDREND_SRC_SPATIAL_GetDistGain_fx( Word32 Dist2_fx; Word16 Dist2_e; Word16 tmp_e; Word16 DistGain_e; Word32 tmp32; Word16 flag; #ifdef CONF_DISTATT Word16 Dist_s; Word16 tmp16; #else Word16 DistGain_e; #endif DistGain_fx = ONE_IN_Q14; // Q14 move16(); #ifndef CONF_DISTATT DistGain_e = 1; move16(); #endif Dist2_fx = Dist_fx; move32(); Dist2_e = Dist_e; Loading Loading
lib_rend/ivas_objectRenderer_sources_fx.c +4 −1 Original line number Diff line number Diff line Loading @@ -783,18 +783,21 @@ static Word16 TDREND_SRC_SPATIAL_GetDistGain_fx( Word32 Dist2_fx; Word16 Dist2_e; Word16 tmp_e; Word16 DistGain_e; Word32 tmp32; Word16 flag; #ifdef CONF_DISTATT Word16 Dist_s; Word16 tmp16; #else Word16 DistGain_e; #endif DistGain_fx = ONE_IN_Q14; // Q14 move16(); #ifndef CONF_DISTATT DistGain_e = 1; move16(); #endif Dist2_fx = Dist_fx; move32(); Dist2_e = Dist_e; Loading