vp9: SVC: fix to allow use_base_mv to be used for 3 layers.
vp9: 1 pass VBR: Fix to rate control at low min-q.
Fix an integer overflow in vp9_mcomp.c
Merge "vp9: speed >= 8: Adjust speed settings on ARM."
vp9: speed >= 8: Adjust speed settings on ARM.
vp9: 1 pass CBR: avoid nonrd_pick_partition on segment.
Merge "vp9: Fix to noise estimation for temporal denoising."
Merge "VP9 motion vector unit test"
vp9: Fix to noise estimation for temporal denoising.
vp9: Adjust consec_zeromv threshold for aq-mode=3.
Merge changes from topic 'Wshorten'
Merge "Fix compile warnings with enable-internal-stats flag."
Fix compile warnings with enable-internal-stats flag.
vp9; Move the denoising condition for speed 5.
Merge "vp9: speed 8: Compute y sad without int_pro_motion_estimation."
Merge "Refactor: Clean memory allocation for copy partition."
VP9 motion vector unit test
Merge "vp9: Temporal denoising: avoid denoising for speed <= 5."
configure: enable -Wshorten-64-to-32 for hbd
vp9_encodeframe: resolve -Wshorten-64-to-32 in hbd
Resolve -Wshorten-64-to-32 in highbd variance.
vp9: speed 8: Compute y sad without int_pro_motion_estimation.
vp9: Temporal denoising: avoid denoising for speed <= 5.
Refactor: Clean memory allocation for copy partition.
Update 32x32 high bitdepth idct NEON optimization
vp9: Remove legacy comments for avg_source_sad.
vp9: Adjust condition of golden update with cyclic refresh.
Merge "Fix for out of range motion vector bug in sub-pel motion estimation"
vp9: 1 pass CBR: cleanup to cyclic refresh.
Merge "vp9: SVC: Fix issue with artifact for svc-denoising."
Fix for out of range motion vector bug in sub-pel motion estimation
Merge "Enhance the row mt sync read to accept the sync_range greater than 1"
Enhance the row mt sync read to accept the sync_range greater than 1
vp9: SVC: Fix issue with artifact for svc-denoising.
Merge changes from topic 'rm-dec-frame-parallel'
vpxdec: silently ignore -frame-parallel
vp9: make VPX_CODEC_USE_FRAME_THREADING a no-op
rtcd,unit tests: fix ppc64 build
vp9: SVC: fix to allow output of denoised result.
vp9: 1 pass SVC: Modify condition for intra-mode search.
Merge "rate_hist: add parameter validation"
Merge changes from topic 'sync-highbd-intrapred'
Merge ".mailmap: add an additional entry for Yaowu Xu"
Merge "vpx_comp_avg_pred: add test"
vp9: Speed >= 8: avoid chrome check under some condition.
vp9: 1 pass: Move source sad computation into encodeframe loop.
intrapred: sync highbd_d135_predictor w/d135_
intrapred: specialize highbd 4x4 predictors
intrapred: rename d63f to d63e
vp9: Fix to condition on using source_sad for 1 pass real-time.
Merge "vp9 temporal filter: additional test"
Merge changes Ie989e60c,Ifc110b12
rate_hist: add parameter validation
Merge "vp9: Non-rd partition: avoid unneeded call to chrome_check"
Merge "Fix mips msa fwd xform mismatch"
Merge "vp9_rdopt: correct size to vpx_sum_squares_2d_i16"
Merge "vp9: Adjust some speed settings for speed 8."
vp9: Non-rd partition: avoid unneeded call to chrome_check
Merge "vp9: Enable adaptive_rd_threshold for row mt for realtime speed 8."
vp9 temporal filter: additional test
Merge "vp9 temporal filter: add const to function prototype"
Merge "idct_neon: prefix non-static functions w/'vpx_'"
vp9 temporal filter: add const to function prototype
vp9: Adjust some speed settings for speed 8.
Fix mips msa fwd xform mismatch
vp9_rdopt: correct size to vpx_sum_squares_2d_i16
idct_neon: prefix non-static functions w/'vpx_'
Merge "vp9: Modify datarate tests to cover denoising with multi-threading."
Merge "Fix the data race caused by vp9 denoiser."
Merge "Make butterfly_self() signature consistent with butterfly()"
vp9: Enable adaptive_rd_threshold for row mt for realtime speed 8.
vp9: Modify datarate tests to cover denoising with multi-threading.
Fix the data race caused by vp9 denoiser.
Code refactoring in the partition search
Make butterfly_self() signature consistent with butterfly()
Merge "Add vpx_highbd_idct32x32_1024_add_neon()"
Merge "Add vpx_highbd_idct32x32_34_add_neon()"
Merge "vp9: Nonrd variance partition: improve split to 16x16."
Merge "Record the sum of tx block eobs in the partition block"
.mailmap: add an additional entry for Yaowu Xu
Merge "vp9: Use sb content measure to bias against golden."
Merge "temporal filter test: update types"
Record the sum of tx block eobs in the partition block
vp9: Nonrd variance partition: improve split to 16x16.
vp9: Use sb content measure to bias against golden.
Merge "inv_txfm_sse2: clear conversion warning in hbd build"
Merge "test: add vp9_temporal_filter_apply test"
Backport "Optimize the use case of token_cost table" to VP9
Drop vp9_get_token_extracost
Merge "vp9_optimize_b: Combine extrabits cost with token lookup"
temporal filter test: update types
Merge "Add vpx_highbd_idct32x32_135_add_neon()"
Merge "Clean vpx_idct32x32_1024_add_neon()"
inv_txfm_sse2: clear conversion warning in hbd build
Add vpx_highbd_idct32x32_34_add_neon()
Add vpx_highbd_idct32x32_1024_add_neon()
Add vpx_highbd_idct32x32_135_add_neon()
Merge "vp9: Fixes in non-rd pickmode for denoising with SVC."