Searched refs:sum_log_i_square (Results 1 – 2 of 2) sorted by relevance
1058 float sum_log_i_square = 0.0; in WebRtcNs_AnalyzeCore() local1096 sum_log_i_square += tmpFloat2 * tmpFloat2; in WebRtcNs_AnalyzeCore()1114 tmpFloat1 = sum_log_i_square * (self->magnLen - kStartBand); in WebRtcNs_AnalyzeCore()1117 (sum_log_i_square * sum_log_magn - sum_log_i * sum_log_i_log_magn); in WebRtcNs_AnalyzeCore()
1196 int16_t sum_log_i_square = 0; in WebRtcNsx_DataAnalysis() local1365 sum_log_i_square = kSumSquareLogIndex[kStartBand]; // Q2 in WebRtcNsx_DataAnalysis()1371 tmp_1_w32 -= (int32_t)sum_log_i_square << 4; in WebRtcNsx_DataAnalysis()1375 sum_log_i_square -= kSumSquareLogIndex[65]; // Q2 in WebRtcNsx_DataAnalysis()1387 tmp_2_w32 = WEBRTC_SPL_MUL_16_U16(sum_log_i_square, sum_log_magn_u16); // Q(11-zeros) in WebRtcNsx_DataAnalysis()