Use different thresholds for ARM and x86 in libvpx tests
and audio processing tests. Bug: webrtc:8757 Change-Id: Ic748fa624ac84af4556cb4b51718106a10fbb787 Reviewed-on: https://webrtc-review.googlesource.com/98540 Reviewed-by: Sam Zackrisson <saza@webrtc.org> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Commit-Queue: Kári Helgason <kthelgason@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24698}
This commit is contained in:
committed by
Commit Bot
parent
b3d995518c
commit
640106e1ce
@ -2187,7 +2187,7 @@ TEST_F(ApmTest, Process) {
|
||||
// TODO(bjornv): If we start getting more of these offsets on Android we
|
||||
// should consider a different approach. Either using one slack for all,
|
||||
// or generate a separate android reference.
|
||||
#if defined(WEBRTC_ANDROID)
|
||||
#if defined(WEBRTC_ANDROID) || defined(WEBRTC_IOS)
|
||||
const int kHasVoiceCountOffset = 3;
|
||||
const int kHasVoiceCountNear = 8;
|
||||
const int kMaxOutputAverageOffset = 9;
|
||||
|
||||
Reference in New Issue
Block a user