Merge "vp9-rtc: Move noise estimation to after scene change detection"
vp9-rtc: Move noise estimation to after scene change detection
Merge changes Ied3992f4,I83ca669b,I8f1c1a29
Merge "Change to thresholding in rd_variance_adjustment()"
vp9-rtc: Speed feature changes for speed 9.
tool/set_analyzer_env: disable implicit-integer-truncation
Merge "Use reconstructed variance in rd_variance_adjustment"
Merge "update .clang-format for version clang-7.0.1 update."
update .clang-format for version clang-7.0.1 update.
Merge "Revert "Wrap macro definition in do-while(0)""
Merge "Disable mismatch check on vp9 svc examples."
Further Adjustments to film mode bias.
Add GF group noise weighting in rd_variance_adjustment()
Adjustment to low variance block bias in rd_variance_adjustment()
Change to thresholding in rd_variance_adjustment()
Use reconstructed variance in rd_variance_adjustment
Merge "Allow more Intra choices in film mode."
Revert "Wrap macro definition in do-while(0)"
Allow more Intra choices in film mode.
Disable mismatch check on vp9 svc examples.
vp9-rtc: Fix noise estimation thresh for 1080p
vp9-rtc: Disable cyclic refresh under some conditions
Merge "Remove deprecated code for vp9_fdct8x8_quant()"
Merge "Unify the transform and quantization process"
Remove deprecated code for vp9_fdct8x8_quant()
Unify the transform and quantization process
Change PSNR threshold for high bitdepth.
Use high bd path to substract blocks in hbd build.
Merge "Use most common segment index for 64x64 level decision"
Merge "Add wiener variance log function"
Merge "Refactor Wiener variance based segmentation"
Use most common segment index for 64x64 level decision
fix redundant cast in examples.
Merge "vp9 postproc neon: Remove the condition on mb cols."
Merge "vp9: remove condition on high bitdepth using simple block yrd."
Add wiener variance log function
Refactor Wiener variance based segmentation
vp9 postproc neon: Remove the condition on mb cols.
vp9-screen: Adjust speed features at speed 8
Merge "vp9-rtc: Fixes for low-resoln"
Merge "Properly reset memory in hbd setting"
Merge "Drop Wiener variance diff scale from 8 to 4"
Merge "Enable all the 8 segments by default for perceptual AQ mode"
Merge "Wrap macro definition in do-while(0)"
vp9-rtc: Fixes for low-resoln
Properly reset memory in hbd setting
Merge "Add block size scaling in rd_variance_adjustment()"
Merge "Changes to rd_variance_adjustment()"
Merge "Change to mode early breakout rules for FILM mode."
Merge "Store a group level noise metric from first pass."
Drop Wiener variance diff scale from 8 to 4
Enable all the 8 segments by default for perceptual AQ mode
Merge "vp9-rtc: Adjustments for base layer in screen."
Merge "Compute count_ls in vp9_kmeans"
Wrap macro definition in do-while(0)
vp9-rtc: Adjustments for base layer in screen.
vp9: remove condition on high bitdepth using simple block yrd.
Merge "Add rdmult adjustment for perceptual AQ mode"
Merge "Fix race condition in wiener_var_rd_mult"
Normalize the Wiener variance for ranking
Add perceptual AQ mode control to RD search
Compute count_ls in vp9_kmeans
Merge "Improve key frame detection"
Add rdmult adjustment for perceptual AQ mode
Merge "Unify the rd_mult use in rd_pick_partition"
Merge "Setup AQ mode for perceptual quality"
Improve key frame detection
Merge "vp9-rtc: Some adjustments for low-resolns real-time"
Merge "Refactor tile boundary condition for intra prediction"
Fix race condition in wiener_var_rd_mult
Merge "Setup frame segmentation for perceptual quality target"
Unify the rd_mult use in rd_pick_partition
Setup AQ mode for perceptual quality
vp9-rtc: Some adjustments for low-resolns real-time
Merge "Let vp9_kmeans provide boundary for each group"
Merge "Enclose macro arguments in parentheses"
set_analyzer_env.sh: improve cfi diagnostics
Setup frame segmentation for perceptual quality target
Merge changes Ifc006890,I753920a6
Let vp9_kmeans provide boundary for each group
Refactor tile boundary condition for intra prediction
Enclose macro arguments in parentheses
Merge "vp9-svc: Reorganize the simulcast mode"
Merge "vp9-rtc: Avoid TM intra on big blocks for screen"
Merge "Safe guard zero median filter outcome case"
Merge "Refactor speed feature settings"
Merge "vp9 simulcast: update buffer slot flag used in API."
Apply kmeans on log of wiener_variance
vp9-rtc: Avoid TM intra on big blocks for screen
vp9-svc: Reorganize the simulcast mode
Safe guard zero median filter outcome case
vp9 simulcast: update buffer slot flag used in API.
Merge "Add normalization over frame level Wiener variance"
Merge "Set up Wiener variance for macroblocks in a frame"
Refactor speed feature settings
Adaptive multiplier based on the Wiener variance
Add normalization over frame level Wiener variance
Set up Wiener variance for macroblocks in a frame
Remove highbd_temporal_filter_sse4.c when REAL_TIME_ONLY is on