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:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user