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