webrtc/modules/video_coding/codecs/vp9
Sergey Silkin 7a6053ae62 Rename minimum_qp to min_qp
For better consistency with the rest codebase (it is min_/max_ for all params in video_encoder.h; only qp is for some reason prefixed with minimum_).

Also fixed constant names in libaom AV1 encoder wrapper (moved min from suffix to prefix, minimum -> min_).

Bug: chromium:328598314
Change-Id: I6d8521a3abff3a0595a5241c02ef4746eb4694df
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/356600
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Sergey Silkin <ssilkin@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42604}
2024-07-08 15:37:23 +00:00
..
include Make SpatialLayer to be an alias of SimulcastStream 2024-05-13 08:05:19 +00:00
test Revert "Reland "Rewrite simulcast config to equivalent SVC for vp9 simulcast"" 2024-07-03 08:17:24 +00:00
DEPS Add VP9 profile negotiation to SDP 2018-07-02 23:38:41 +00:00
libvpx_vp9_decoder.cc Require webrtc::Environment to create VP9 encoder 2024-04-05 13:49:26 +00:00
libvpx_vp9_decoder.h Remove EncodedFrame::MissingFrame and start removing Decode() param 2023-08-30 10:38:35 +00:00
libvpx_vp9_encoder.cc Rename minimum_qp to min_qp 2024-07-08 15:37:23 +00:00
libvpx_vp9_encoder.h Revert "Reland "Rewrite simulcast config to equivalent SVC for vp9 simulcast"" 2024-07-03 08:17:24 +00:00
svc_config.cc Revert "Reland "Rewrite simulcast config to equivalent SVC for vp9 simulcast"" 2024-07-03 08:17:24 +00:00
svc_config.h Revert "Reland "Rewrite simulcast config to equivalent SVC for vp9 simulcast"" 2024-07-03 08:17:24 +00:00
svc_config_unittest.cc Revert "Reland "Rewrite simulcast config to equivalent SVC for vp9 simulcast"" 2024-07-03 08:17:24 +00:00
vp9.cc Require webrtc::Environment to create VP9 encoder 2024-04-05 13:49:26 +00:00
vp9_frame_buffer_pool.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
vp9_frame_buffer_pool.h Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00