Merge "Simplify address arithmetic in vp9_optimize_b"
Merge "vpx_idct32x32_1024_add_neon: quiet uninitialized warning"
Merge "vp9 denoiser: Fix the logic for re-evaluating zeromv after denoising."
Simplify address arithmetic in vp9_optimize_b
vpx_idct32x32_1024_add_neon: quiet uninitialized warning
Merge "Clean hbd idct 4x4 neon functions and other"
vp9: With denoising on, only estimate noise level for higher resolns.
vp9 denoiser: Fix the logic for re-evaluating zeromv after denoising.
Merge "post proc test: add padding for sse2 tests"
Merge "vp9: Change condition to enable recheck_zeromv_after_denoising."
vp9: Change condition to enable recheck_zeromv_after_denoising.
post proc test: add padding for sse2 tests
postproc test: disable new down and across test
vp8 : use threading mutex's for tsan only.
Merge "vp9: Fix to usage of flag USE_ALTREF_FOR_ONE_PASS"
postproc: neon down and across macroblock filter
vp9: Fix to usage of flag USE_ALTREF_FOR_ONE_PASS
Clean hbd idct 4x4 neon functions and other
Change order of operation to avoid ubsan warnings
Merge "Update idct test code to test 8-bit & high bitdepth simultaneously"
Merge "Reapply 'Amend and improve VP8 multithreading implementation'"
Update idct test code to test 8-bit & high bitdepth simultaneously
Reapply 'Amend and improve VP8 multithreading implementation'
enable vpx_idct32x32_1024_add_neon in hbd builds
Cosmetics by unifying dest_stride to stride in idct
Merge "vp8: adds multithread testing."
Merge "vp9: Fix to crash in svc code."
vp8: adds multithread testing.
Move load_and_transpose to transpose_neon.h
Merge "idct16x16_add_neon: fix arm visual studio builds"
vp8 multi_res_encoder: Ajust some settings in sample encoder.
Merge "Remove an unused first pass statistic"
idct16x16_add_neon: fix arm visual studio builds
Merge "vp9: Fix some TODOs in svc code."
Merge "Update TEST_P(PartialIDctTest, RunQuantCheck)"
Merge "Update idct NEON optimization to not use narrowing saturating shift"
Merge "enable vpx_idct16x16_256_add_neon in hbd builds"
Merge "vp9: Adjust the weight factor for segment rate cost for aq-mode=3."
Remove an unused first pass statistic
Update TEST_P(PartialIDctTest, RunQuantCheck)
Update idct NEON optimization to not use narrowing saturating shift
Merge changes Ibad079f2,I7858a0a1
enable vpx_idct16x16_256_add_neon in hbd builds
enable vpx_idct16x16_10_add_neon in hbd builds
idct16x16,NEON: rm output_stride from pass1 fns
Refine 8-bit 8x8 idct NEON intrinsics
vp9: Adjust the weight factor for segment rate cost for aq-mode=3.
Check in vpx_lpf_vertical_4_dual_neon() assembly
Merge changes I4afc130e,Iaa64d23f
Add high bitdepth 4x4 idct NEON intrinsics
Update idct x86 intrinsics to not use saturated add and sub
Merge changes Ide6d3994,I164cfcbe
Merge "build/make/Android.mk: correct rtcd template var refs"
Merge "svc_test: fix two warnings"
idct16x16,NEON,cosmetics: normalize fn signatures
Cosmetic changes to variable names in deblocker tests.
build/make/Android.mk: correct rtcd template var refs
Merge changes I6b4cd56e,I88f91b92
Merge changes Icc4ead05,Ib019964b,I3b5fd3b3,Ieedadee2
Merge "Change C/MSA post proc to match SSE2."
Merge "Cover more filter levels in unit tests for post proc."
enable vpx_idct32x32_135_add_neon in hbd builds
idct_neon: rename load_tran_low_to_s16 -> ...s16q
Android.mk,armv7: fix idct_neon.asm.S creation
build/make/Android.mk: set/use qexec appropriately
Merge "use storage.googleapis for testdata download"
Merge "vp9: Use more aggressive skip when short_circuit_low_temp_var = 1."
vp9: Adjust cyclic refresh parameters for low bitrates.
Change C/MSA post proc to match SSE2.
Cover more filter levels in unit tests for post proc.
Merge "avoid redefining WIN32_LEAN_AND_MEAN"
Merge "vp9,read_inter_block_mode_info: quiet msan warning"
Merge "Add 32x32 d45 and 8x8, 16x16, 32x32 d135 NEON intra prediction"
use storage.googleapis for testdata download
Cosmetic changes to post proc unit tests.
Merge "build/make/Android.mk: use -fPIC w/ENABLE_SHARED=1"
Merge "vp9-tests : split VpxEncoderThreadTest into two tests."
Fix mips dspr2 build warning
vp9,read_inter_block_mode_info: quiet msan warning
avoid redefining WIN32_LEAN_AND_MEAN
vp9: Use more aggressive skip when short_circuit_low_temp_var = 1.
Update vpx_idct4x4_16_add_neon() to pass SingleExtremeCoeff test
Refine 8-bit 4x4 idct NEON intrinsics
Update partial_idct_test.cc to support high bitdepth
vp9-tests : split VpxEncoderThreadTest into two tests.
Add validation of frame_parallel_decoding_mode
Merge "Enable asymptotic closed-loop encoding decision"
Merge "Fix SingleLargeCoeff idct test"
vpx_temporal_svc_encoder.sh: fix comment (// -> #)
Merge "Clean horizontal intra prediction NEON optimization"
Merge "partial_idct_test: s/SingleLargeCoef/SingleExtremeCoeff/"
build/make/Android.mk: use -fPIC w/ENABLE_SHARED=1
Merge "Change *_xmm to *_sse2 in deblocker assembly functions."
Change *_xmm to *_sse2 in deblocker assembly functions.
Merge "vpx_temporal_svc_encoder.sh: Run all tests for 1-4 threads for vp8/vp9."
partial_idct_test: s/SingleLargeCoef/SingleExtremeCoeff/