Fix a signed shift overflow in vpx_rb_read_inv_signed_literal.
Fix unsigned overflow in rd_variance_adjustment.
Merge "Changes to best quality settings."
Merge "Speed up tm_predictor_4x4"
vp9-svc: Fix to key frame counter for spatial layers.
Merge "Changes to exhaustive motion search."
Fixed a few sanity checks.
Changes to best quality settings.
Enable resize test(down&up) by changing the bitrate.
Changes to exhaustive motion search.
Reduce sampling time for noise estimate.
Merge "libs.mk, testdata: rm redundant test of LIBVPX_TEST_DATA"
Merge "Add AVX vectorized vp9_diamond_search_sad"
Merge "VP9 noise estimation: add frame level motion metrics and adjust thresholds."
VP9 noise estimation: add frame level motion metrics and adjust thresholds.
Revert "Update to noise estimation."
Adjust variance threshold for 16x16 split at low resolutions.
Merge "Non-rd partition: reduce variance threshold low resolutions."
Merge "Adjust varianace threshold for high noise condition."
Adjust motion threshold to limit cyclic refresh.
Merge "vp9 denoiser: Add another noise level to denoising."
Merge "Revert "VPX: x86 asm version of vpx_idct32x32_34_add()""
Adjust varianace threshold for high noise condition.
Add AVX vectorized vp9_diamond_search_sad
vp9 denoiser: Add another noise level to denoising.
Revert "VPX: x86 asm version of vpx_idct32x32_34_add()"
Revert "VP9: Only zero counts when !frame_parallel_decoding_mode"
Merge "Add bias to zero/small motion for noisy source."
Merge "convolve_copy_sse2: replace SSE w/SSE2 code"
Merge "VPX: x86 asm version of vpx_idct32x32_34_add()"
libs.mk, testdata: rm redundant test of LIBVPX_TEST_DATA
Non-rd partition: reduce variance threshold low resolutions.
VPX: x86 asm version of vpx_idct32x32_34_add()
Add bias to zero/small motion for noisy source.
convolve_copy_sse2: replace SSE w/SSE2 code
VP9 noise estimate: no noise estimate if frame size change.
Merge "VP9: add unit test for realtime external resize."
Merge branch 'javanwhistlingduck'
Merge "VP9 dynamic resize: enable resize unit test(DownUp)."
Merge "VP9: Only zero counts when !frame_parallel_decoding_mode"
Merge "VP9 dynamic resize: increase waiting time after key frame."
Merge "Use same bias (against non-zero mv for big blocks) for speed 5."
Merge "Expand unconstrained nodes in pack_mb_tokens and loop on zeros."
VP9: add unit test for realtime external resize.
VP9 dynamic resize: enable resize unit test(DownUp).
VP9 dynamic resize: increase waiting time after key frame.
VP9: Only zero counts when !frame_parallel_decoding_mode
Use same bias (against non-zero mv for big blocks) for speed 5.
Merge changes I8c83b86d,Ic53b2ed5,I4acc8a84
Merge "Use accurate bit cost for uv_mode in UV intra mode RD selection"
Merge "Revert "Add AVX vectorized vp9_diamond_search_sad""
Expand unconstrained nodes in pack_mb_tokens and loop on zeros.
Use accurate bit cost for uv_mode in UV intra mode RD selection
Revert "Add AVX vectorized vp9_diamond_search_sad"
variance_test: create fn pointers w/'&' ref
sixtap_predict_test: create fn pointers w/'&' ref
vp9: Disable noise estimate on resize trigger frame.
Merge "vp9: Updates to noise estimation."
sad_test: create fn pointers w/'&' ref
Merge "Add AVX vectorized vp9_diamond_search_sad"
vp9_spatial_svc_encoder.sh: fix command line param
Add AVX vectorized vp9_diamond_search_sad
Merge "Bias against non-zero mv for large blocks."
Merge "Update to encoder_breakout_test, for non-rd mode."
Merge "Fix a msvc warning"
Merge "Generate intra prediction reference values only when necessary"
Merge "Adjust threshold for datarate frame drop test."
Merge "misc fixes: Remove a wasted value."
Merge "Add target for Mac OS X 10.11 'El Capitan'"
Bias against non-zero mv for large blocks.
Update to encoder_breakout_test, for non-rd mode.
Adjust threshold for datarate frame drop test.
Merge "vpx_scale: fix the issue in msan test."
Merge "Move noise level estimate outside denoiser."
Add target for Mac OS X 10.11 'El Capitan'
vpx_scale: fix the issue in msan test.
Move noise level estimate outside denoiser.
Move palette-based intra prediction out of misc-fixes
Generate intra prediction reference values only when necessary
vp9 denoiser: Don't estimate noise on resized trigger frame.
vp9_dx_iface: move struct defs to separate header
vp9_decodeframe.h: add missing include
Merge "Convert motion search config from AoS to SoA"
Merge changes I3b89e7a6,I8ef772a0
Merge "Make the zero handling in extend_to_full_distribution more explicit."
vp9_dx_iface: move struct defs to separate header
vp9_decodeframe.h: add missing include
Merge "VP9_resizing: add limitation to the downsacling resolution."
Merge "Shrink probability remap tables."
Specify feasible parameter values for lossless mode
Merge "VP9 decoder: Add more test vectors for resizing."
Make the zero handling in extend_to_full_distribution more explicit.
VP9_resizing: add limitation to the downsacling resolution.
Update to vp9_spatial_svc_encoder.