Searched refs:kInterpolatedGainCurveTotalPoints (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/audio_processing/agc2/ |
D | compute_interpolated_gain_curve.h | 36 std::array<float, kInterpolatedGainCurveTotalPoints> 38 std::array<float, kInterpolatedGainCurveTotalPoints> 40 std::array<float, kInterpolatedGainCurveTotalPoints>
|
D | interpolated_gain_curve.h | 101 static constexpr std::array<float, kInterpolatedGainCurveTotalPoints> 111 static constexpr std::array<float, kInterpolatedGainCurveTotalPoints> 130 static constexpr std::array<float, kInterpolatedGainCurveTotalPoints>
|
D | interpolated_gain_curve.cc | 22 constexpr std::array<float, kInterpolatedGainCurveTotalPoints> 25 constexpr std::array<float, kInterpolatedGainCurveTotalPoints> 28 constexpr std::array<float, kInterpolatedGainCurveTotalPoints> 177 std::array<float, kInterpolatedGainCurveTotalPoints>::const_iterator it = in LookUpGainToApply()
|
D | agc2_common.h | 83 constexpr size_t kInterpolatedGainCurveTotalPoints = variable
|
D | interpolated_gain_curve_unittest.cc | 193 for (size_t i = 0; i < kInterpolatedGainCurveTotalPoints; ++i) { in TEST()
|