Loading lib_enc/tcx_utils_enc_fx.c +36 −35 Original line number Diff line number Diff line Loading @@ -1397,10 +1397,12 @@ void tcx_scalar_quantization_fx( #ifndef FIX_BASOP_2551_HARM_SCALAR_QUAN #else if(EQ_16(element_mode, EVS_MONO)){ if ( EQ_16( element_mode, EVS_MONO ) ) { tmp32 = L_shl( L_deposit_h( gain ), s_max( -31, s_min( tmp16, 0 ) ) ); } else { else { tmp32 = L_shl_sat( L_deposit_h( gain ), tmp16 ); // exp:x_e } #endif // !FIX_BASOP_2551_HARM_SCALAR_QUAN Loading Loading @@ -1442,7 +1444,8 @@ void tcx_scalar_quantization_fx( } #ifdef FIX_BASOP_2551_HARM_SCALAR_QUAN if (EQ_16(element_mode, EVS_MONO)) { if ( EQ_16( element_mode, EVS_MONO ) ) { offset = sub( offset, 0x4000 ); } #endif // FIX_BASOP_2551_HARM_SCALAR_QUAN Loading Loading @@ -1500,8 +1503,6 @@ void tcx_scalar_quantization_fx( move16(); } #endif // !FIX_BASOP_2551_HARM_SCALAR_QUAN } IF( alfe_flag == 0 ) Loading Loading
lib_enc/tcx_utils_enc_fx.c +36 −35 Original line number Diff line number Diff line Loading @@ -1397,10 +1397,12 @@ void tcx_scalar_quantization_fx( #ifndef FIX_BASOP_2551_HARM_SCALAR_QUAN #else if(EQ_16(element_mode, EVS_MONO)){ if ( EQ_16( element_mode, EVS_MONO ) ) { tmp32 = L_shl( L_deposit_h( gain ), s_max( -31, s_min( tmp16, 0 ) ) ); } else { else { tmp32 = L_shl_sat( L_deposit_h( gain ), tmp16 ); // exp:x_e } #endif // !FIX_BASOP_2551_HARM_SCALAR_QUAN Loading Loading @@ -1442,7 +1444,8 @@ void tcx_scalar_quantization_fx( } #ifdef FIX_BASOP_2551_HARM_SCALAR_QUAN if (EQ_16(element_mode, EVS_MONO)) { if ( EQ_16( element_mode, EVS_MONO ) ) { offset = sub( offset, 0x4000 ); } #endif // FIX_BASOP_2551_HARM_SCALAR_QUAN Loading Loading @@ -1500,8 +1503,6 @@ void tcx_scalar_quantization_fx( move16(); } #endif // !FIX_BASOP_2551_HARM_SCALAR_QUAN } IF( alfe_flag == 0 ) Loading