webrtc/rtc_tools/frame_analyzer
Henrik Boström 58126f92bf Update the only 3 remaining kFilterBilinear to kFilterBox.
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}
2021-06-08 13:19:23 +00:00
..
frame_analyzer.cc Write protos as binary. 2020-03-12 09:43:57 +00:00
linear_least_squares.cc Format almost everything. 2019-07-08 13:45:15 +00:00
linear_least_squares.h Format almost everything. 2019-07-08 13:45:15 +00:00
linear_least_squares_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
reference_less_video_analysis.cc Add usage message to reference_less_video_analysis. 2019-07-19 09:16:00 +00:00
reference_less_video_analysis_lib.cc Format almost everything. 2019-07-08 13:45:15 +00:00
reference_less_video_analysis_lib.h Format almost everything. 2019-07-08 13:45:15 +00:00
reference_less_video_analysis_unittest.cc Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00
video_color_aligner.cc Format almost everything. 2019-07-08 13:45:15 +00:00
video_color_aligner.h Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00
video_color_aligner_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
video_geometry_aligner.cc Update the only 3 remaining kFilterBilinear to kFilterBox. 2021-06-08 13:19:23 +00:00
video_geometry_aligner.h Add tool for aligning cropped region of video files 2018-11-22 15:30:15 +00:00
video_geometry_aligner_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
video_quality_analysis.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
video_quality_analysis.h Format almost everything. 2019-07-08 13:45:15 +00:00
video_quality_analysis_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
video_temporal_aligner.cc Qualify cmath functions. 2019-03-14 13:09:34 +00:00
video_temporal_aligner.h Format almost everything. 2019-07-08 13:45:15 +00:00
video_temporal_aligner_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00