Searched refs:error_threshold (Results 1 – 5 of 5) sorted by relevance
719 const float error_threshold = extended_filter_enabled in WebRtcAec_ScaleErrorSignal_mips() local726 float err_th2 = error_threshold * error_threshold; in WebRtcAec_ScaleErrorSignal_mips()776 [err_th] "f" (error_threshold) in WebRtcAec_ScaleErrorSignal_mips()
135 const float error_threshold = extended_filter_enabled ? in ScaleErrorSignalNEON() local139 const float32x4_t kThresh = vmovq_n_f32(error_threshold); in ScaleErrorSignalNEON()177 if (abs_ef > error_threshold) { in ScaleErrorSignalNEON()178 abs_ef = error_threshold / (abs_ef + 1e-10f); in ScaleErrorSignalNEON()
129 const float error_threshold = extended_filter_enabled in ScaleErrorSignalSSE2() local138 if (abs_ef > error_threshold) { in ScaleErrorSignalSSE2()139 abs_ef = error_threshold / (abs_ef + 1e-10f); in ScaleErrorSignalSSE2()
191 const float error_threshold = extended_filter_enabled in ScaleErrorSignal() local201 if (abs_ef > error_threshold) { in ScaleErrorSignal()202 abs_ef = error_threshold / (abs_ef + 1e-10f); in ScaleErrorSignal()
30 int output_height, float error_threshold) { in TestOneResizeBilinear() argument74 ASSERT_LT(relative_error, error_threshold); in TestOneResizeBilinear()