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

@ -46,6 +46,8 @@ source_set("video_coding") {
"nack_fec_tables.h",
"packet.cc",
"packet.h",
"percentile_filter.cc",
"percentile_filter.h",
"qm_select.cc",
"qm_select.h",
"qm_select_data.h",