mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
![]() kDefaultQpMax=56 was defined in multiple places. Move it to media_constants and split it into two: VPx/AV1 and H26x values. H26x value is set to 51 which is the max bitstream QP value for H264/5. This CL is expected to be a no-op because: 1. VideoCodec::qpMax value has not changed for VP8/9 and AV1. 2. VideoCodec::qpMax is currently not used by OpenH264 wrapper (wiring it up is out-of-scope of this CL). 3. Previous default qpMax=56 exceeded the max value for H26x (=51). External HW H26x encoders likely clamped it and used 51. Bug: webrtc:14852 Change-Id: I1d795e695dac5c78e86ed829b24281e61066f668 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/324282 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40997} |
||
---|---|---|
.. | ||
audioproc_f | ||
data_channel_benchmark | ||
frame_analyzer | ||
network_tester | ||
psnr_ssim_analyzer | ||
py_event_log_analyzer | ||
rtc_event_log_to_text | ||
rtc_event_log_visualizer | ||
rtp_generator | ||
testing | ||
unpack_aecdump | ||
video_encoder | ||
author_line_count.sh | ||
BUILD.gn | ||
class_usage.sh | ||
compare_videos.py | ||
DEPS | ||
header_usage.sh | ||
metrics_plotter.py | ||
OWNERS | ||
sanitizers_unittest.cc | ||
video_file_reader.cc | ||
video_file_reader.h | ||
video_file_reader_unittest.cc | ||
video_file_writer.cc | ||
video_file_writer.h | ||
video_file_writer_unittest.cc | ||
video_replay.cc |