mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-15 14:50:39 +01:00
![]() Bilinear is faster but lesser quality, box is best quality. Our code base has disagreed about which filter to use for quite some time, causing aliasing bug reports. In an effort to avoid aliasing artifacts and make our scaling filters more predictable, we're updating all uses to kFilterBox. WebRTC already uses kFilterBox everywhere except for these three places. The main discrepency was between Chromium and WebRTC but that has already been fixed. This CL fixes the last remaining bilinears. This brings the WebRTC kFilterBox use count up from 11 to 14 and the kFilterBilinear use count down from 3 to 0. Bug: chromium:1212630 Change-Id: I5fe4aa92b9275d65b91ea97925533055d190d317 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/221372 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34248} |
||
---|---|---|
.. | ||
frame_analyzer.cc | ||
linear_least_squares.cc | ||
linear_least_squares.h | ||
linear_least_squares_unittest.cc | ||
reference_less_video_analysis.cc | ||
reference_less_video_analysis_lib.cc | ||
reference_less_video_analysis_lib.h | ||
reference_less_video_analysis_unittest.cc | ||
video_color_aligner.cc | ||
video_color_aligner.h | ||
video_color_aligner_unittest.cc | ||
video_geometry_aligner.cc | ||
video_geometry_aligner.h | ||
video_geometry_aligner_unittest.cc | ||
video_quality_analysis.cc | ||
video_quality_analysis.h | ||
video_quality_analysis_unittest.cc | ||
video_temporal_aligner.cc | ||
video_temporal_aligner.h | ||
video_temporal_aligner_unittest.cc |