vp9_reconintra: simplify d45_predictor
vp9_reconintra: specialize d45 4x4
Merge changes from topic 'vp9-intra-pred'
vp9_reconintra_neon: add DC 16x16 predictors
vp9_reconintra_neon: add DC 8x8 predictors
variance_neon: add missing include
Merge "Re-worked header files"
Merge "Use correct parameters for NEON variance tests"
Merge "Remove conversion warnings from hbd shifts"
Merge "Don't #define snprintf in VS 2015 or higher."
Merge "Add error handling when running out of free frame buffers."
For non-rd pickmode: remove VAR_PARTITION condition.
Merge "[svc] Disable tiles for spatial svc case"
Merge "Check size restrictions before running test vector"
Use correct parameters for NEON variance tests
Merge "Only use one 'END' per file"
Merge "[decoder] Optimize context buffer re-allocation"
Don't #define snprintf in VS 2015 or higher.
Remove conversion warnings from hbd shifts
Check size restrictions before running test vector
Add error handling when running out of free frame buffers.
Non-rd variance partition: Adjust thresholds for 1080p.
Merge "Correct case in Get4x4SSEFunc"
Merge "Refactor set_vbp_thresholds."
Merge "[svc] Make size of empty frame to be 16x16 all the time"
Merge "Move variance functions to vpx_dsp"
Merge "[svc] Turn on frame_parallel_decoding_mode"
Merge "Fix integral projection motion search for frame resize"
[svc] Make size of empty frame to be 16x16 all the time
Move variance functions to vpx_dsp
Merge changes Ie15e301e,Ib070c79b
vp9_reconintra_neon: cosmetics: reindent
vp9_reconintra_neon: cosmetics: drop unneeded returns
Merge "Remove unused "alt-tree-layout""
vp9: move ssse3 convolve fns to intrinsics file
vp9: move avx2 convolve fns to intrinsics file
add vp9/common/x86/convolve.h
Fix integral projection motion search for frame resize
vp9_subpixel_8t_intrin_ssse3: quiet vs9 warning
Merge "Fix issues with mixed ARF and GF groups."
Fix issues with mixed ARF and GF groups.
vp9_mvref_common.c: fix compile warning
[svc] Disable tiles for spatial svc case
vp8_drop_encodedframe_overshoot: fix to return setting.
[decoder] Optimize context buffer re-allocation
[svc] Turn on frame_parallel_decoding_mode
VP8: For high overshoot, force drop frame and max-out QP.
Merge "rename vp9_dct_impl_sse2.c to vp9_dct_sse2_impl.h"
Merge "rename vp9_dct32x32_sse2.c to vp9_dct32x32_sse2_impl.h"
Merge "rename vp9_dct32x32_avx2.c to vp9_dct32x32_avx2_impl.h"
md5_helper.h: fix type conversion warning
test_intra_pred_speed: reuse test_libvpx's main()
test_libvpx: add <arch>.* to negative filter
dec_build_inter_predictors: don't return a void fn
Merge "tests: add test_intra_pred_speed"
Merge changes from topic 'missing-proto'
Merge "Change tx_size_search_method setting for non-rd speed 5."
Merge "Fix illegal memory access when stream starts w/ invisible frame."
Merge changes from topic 'missing-proto'
Merge changes from topic 'missing-proto'
Merge changes from topic 'missing-proto'
rename vp9_dct_impl_sse2.c to vp9_dct_sse2_impl.h
rename vp9_dct32x32_sse2.c to vp9_dct32x32_sse2_impl.h
rename vp9_dct32x32_avx2.c to vp9_dct32x32_avx2_impl.h
Merge "Move mc_buf to cut down size of MACROBLOCKD."
Change tx_size_search_method setting for non-rd speed 5.
vp9_subexp.h: add a missing prototype
vp9: add some missing includes
vp9 intrinsics: add vp9_rtcd include
vp9: correct some function signatures
vp9_variance_sse2: sync function signatures
vp9/encoder: make some functions static
vp9_dct_sse2: make some functions static
vp9_decodeframe.c: make a function static
Merge "Revert "Skip the last frame update for some frame repeats.""
vp8/rdopt.h+onyx_int.h: add some missing prototypes
vp8: add some missing includes
vp8: make some functions static
vp8/common/variance*: add vp8_rtcd include
vp8_copy32xn: sync function signature
sad*_avx2.c: sync function signatures
vpx_scale: add missing rtcd + vpx_scale includes
fdct8x8_test: move functions to an anonymous namespace
md5_utils.c: make a function static
vpx_config.c: add vpx_codec include
Merge "Remove BUILD_LIBVPX_SO variable from the build system."
Move mc_buf to cut down size of MACROBLOCKD.
Merge "Remove the BUILD_LIBVPX variable from the build system."
Revert "Skip the last frame update for some frame repeats."
tests: add test_intra_pred_speed
Fix illegal memory access when stream starts w/ invisible frame.
Remove BUILD_LIBVPX_SO variable from the build system.
Remove the BUILD_LIBVPX variable from the build system.
Merge "Relocate memory operations for common code"