Searched refs:computed_approximation_params_m (Results 1 – 3 of 3) sorted by relevance
159 parameters->computed_approximation_params_m[i] = (y1 - y0) / (x1 - x0); in PrecomputeKneeApproxParams()161 y0 - parameters->computed_approximation_params_m[i] * x0; in PrecomputeKneeApproxParams()182 ->computed_approximation_params_m[kInterpolatedGainCurveKneePoints - 1] = in PrecomputeBeyondKneeApproxParams()190 ->computed_approximation_params_m[i + in PrecomputeBeyondKneeApproxParams()203 RTC_CHECK_NE(parameters->computed_approximation_params_m[i], in PrecomputeBeyondKneeApproxParams()204 parameters->computed_approximation_params_m[i - 1]); in PrecomputeBeyondKneeApproxParams()209 (parameters->computed_approximation_params_m[i] - in PrecomputeBeyondKneeApproxParams()210 parameters->computed_approximation_params_m[i - 1]); in PrecomputeBeyondKneeApproxParams()222 parameters.computed_approximation_params_m.fill(0.0f); in ComputeInterpolatedGainCurveApproximationParams()
39 computed_approximation_params_m; member
197 parameters.computed_approximation_params_m[i], 0.00001f); in TEST()