Loading lib_rend/ivas_dirac_rend.c +839 −838 Original line number Diff line number Diff line Loading @@ -1423,7 +1423,8 @@ void protoSignalComputation2( #endif } #ifdef FIX_FLOAT_1578_OMASA_REND_SPIKES else if ( stereo_type_detect->type_change_direction == MASA_DUAL_MONO ) { else if ( stereo_type_detect->type_change_direction == MASA_DUAL_MONO ) { interpolatorDualMono = ( (float) ( stereo_type_detect->interpolator ) ) / ( (float) MASA_STEREO_INTERPOLATION_SLOTS ); interpolatorDmx = 1.0f - interpolatorDualMono; interpolatorSpaced = interpolatorDmx; Loading Loading
lib_rend/ivas_dirac_rend.c +839 −838 Original line number Diff line number Diff line Loading @@ -1423,7 +1423,8 @@ void protoSignalComputation2( #endif } #ifdef FIX_FLOAT_1578_OMASA_REND_SPIKES else if ( stereo_type_detect->type_change_direction == MASA_DUAL_MONO ) { else if ( stereo_type_detect->type_change_direction == MASA_DUAL_MONO ) { interpolatorDualMono = ( (float) ( stereo_type_detect->interpolator ) ) / ( (float) MASA_STEREO_INTERPOLATION_SLOTS ); interpolatorDmx = 1.0f - interpolatorDualMono; interpolatorSpaced = interpolatorDmx; Loading