webrtc/modules
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
..
async_audio_processing Use SequenceChecker from public API 2021-02-10 15:04:55 +00:00
audio_coding Delete unused test method in neteq that uses RtcpStatistics 2021-05-17 12:43:44 +00:00
audio_device Reland "Refactor the PlatformThread API." 2021-05-07 14:14:43 +00:00
audio_mixer Include all RTP packet infos from the mix list when updating the audio frame for mixing. 2021-05-18 11:05:37 +00:00
audio_processing Integrate ClippingPredictor into AudioProcessingImpl and AgcManagerDirect 2021-06-03 02:35:05 +00:00
congestion_controller Add a function to check if the packet in a PacketResult has been received. 2021-06-03 12:42:49 +00:00
desktop_capture Add DesktopCaptureOption enumerate_current_process_windows to avoid hang 2021-06-01 18:20:50 +00:00
include Delete RTPFragmentationHeader as no longer used 2020-09-03 00:01:27 +00:00
pacing Remove REMB throttling funcionality from PacketRouter 2021-05-12 11:24:58 +00:00
remote_bitrate_estimator Avoid using legacy rtp header parser in the rtp_to_text tool 2021-06-04 16:41:23 +00:00
rtp_rtcp Remove synchronization from VideoSendStream construction. 2021-06-03 19:13:45 +00:00
third_party Use source_sets in component builds and static_library in release builds. 2019-10-17 21:17:18 +00:00
utility Add event traces to interesting places in WebRTC. 2021-06-02 13:06:04 +00:00
video_capture Reland "Refactor the PlatformThread API." 2021-05-07 14:14:43 +00:00
video_coding Update the only 3 remaining kFilterBilinear to kFilterBox. 2021-06-08 13:19:23 +00:00
video_processing Delete unneeded dependencies on the Module abstraction 2020-12-21 09:09:57 +00:00
BUILD.gn Remove from chromium build targets that are not compatible with it. 2021-02-01 13:46:19 +00:00
module_common_types_unittest.cc