Roll chromium_revision a8e5140..c6076f2 (372922:372974) incl. update to Opus v.1.1.2
Includes updates to tests for Opus v.1.1.2, reveiwed in https://codereview.webrtc.org/1629413002/ Change log:a8e5140..c6076f2Full diff:a8e5140..c6076f2Changed dependencies: * src/third_party/catapult:471db30..d4d48e6* src/third_party/opus/src:cae6961..655cc54DEPS diff:a8e5140..c6076f2/DEPS No update to Clang. BUG=chromium:580524 TBR= Review URL: https://codereview.webrtc.org/1657343002 Cr-Commit-Position: refs/heads/master@{#11464}
This commit is contained in:
@ -206,9 +206,9 @@ void OpusTest::TestDtxEffect(bool dtx, int block_length_ms) {
|
||||
const int kCheckTimeMs = 1500;
|
||||
|
||||
#if defined(OPUS_FIXED_POINT)
|
||||
const uint16_t kOutputValueBound = 20;
|
||||
const uint16_t kOutputValueBound = 30;
|
||||
#else
|
||||
const uint16_t kOutputValueBound = 2;
|
||||
const uint16_t kOutputValueBound = 8;
|
||||
#endif
|
||||
|
||||
int time = 0;
|
||||
|
||||
Reference in New Issue
Block a user