VCMCodecTimer: Change filter from max to 95th percentile

The purpose with this change is to make the filter more robust against anomalies. googMaxDecodeMs is expected to drop a litte by this.

BUG=b/27306053

Review URL: https://codereview.webrtc.org/1742323002

Cr-Commit-Position: refs/heads/master@{#11952}
This commit is contained in:
magjed
2016-03-11 02:15:07 -08:00
committed by Commit bot
parent 43166b8adf
commit 4bf0c71774
11 changed files with 306 additions and 119 deletions

View File

@ -47,6 +47,7 @@
'nack_fec_tables.h',
'nack_module.h',
'packet.h',
'percentile_filter.h',
'qm_select_data.h',
'qm_select.h',
'receiver.h',
@ -74,6 +75,7 @@
'media_optimization.cc',
'nack_module.cc',
'packet.cc',
'percentile_filter.cc',
'qm_select.cc',
'receiver.cc',
'rtt_filter.cc',