Searched refs:tmp_2_w32 (Results 1 – 1 of 1) sorted by relevance
1188 int32_t tmp_2_w32 = 0; in WebRtcNsx_DataAnalysis() local1387 tmp_2_w32 = WEBRTC_SPL_MUL_16_U16(sum_log_i_square, sum_log_magn_u16); // Q(11-zeros) in WebRtcNsx_DataAnalysis()1397 tmp_2_w32 -= (int32_t)WEBRTC_SPL_UMUL_32_16(tmpU32no1, tmp_u16); // Q(11-zeros) in WebRtcNsx_DataAnalysis()1399 tmp_2_w32 = WebRtcSpl_DivW32W16(tmp_2_w32, matrix_determinant); // Q11 in WebRtcNsx_DataAnalysis()1400 tmp_2_w32 += (int32_t)net_norm << 11; // Q11 in WebRtcNsx_DataAnalysis()1401 if (tmp_2_w32 < 0) { in WebRtcNsx_DataAnalysis()1402 tmp_2_w32 = 0; in WebRtcNsx_DataAnalysis()1404 inst->pinkNoiseNumerator += tmp_2_w32; // Q11 in WebRtcNsx_DataAnalysis()1407 tmp_2_w32 = WEBRTC_SPL_MUL_16_U16(sum_log_i, sum_log_magn_u16); // Q(14-zeros) in WebRtcNsx_DataAnalysis()1410 tmp_2_w32 -= tmp_1_w32; // Q(14-zeros) in WebRtcNsx_DataAnalysis()[all …]