Merge "Move variance functions to vpx_dsp"
Merge "[svc] Turn on frame_parallel_decoding_mode"
Merge "Fix integral projection motion search for frame resize"
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
vp8_drop_encodedframe_overshoot: fix to return setting.
[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"
Relocate memory operations for common code
Avoid failed include when Makefile is processed with no target.
Merge "Remove claims of universal target support from the build system."
Merge "mips msa vp9 idct 8x8 optimization"
Merge "Remove unneeded variable declaration"
Merge "Protect new metric computation with use_highbitdepth flag"
Merge "libs.mk: simplify test_libvpx target"
Remove claims of universal target support from the build system.
Merge changes from topic 'missing-proto'
Merge "Remove reference to compatibility layer"
Merge "Recompute tile params on frame resize"
Protect new metric computation with use_highbitdepth flag
Remove unneeded variable declaration
Remove reference to compatibility layer
Merge "build_intra_predictors*: reduce above_data size"
Merge "Reduce border extension by 1 line"
vpxenc: make some functions static
vpxdec: make some functions static
tools_common.h: fix get_vpx_decoder_count() proto
tools_common.h: fix get_vpx_encoder_count() proto
tools_common.h: fix usage_exit() prototype
libs.mk: simplify test_libvpx target
Merge "Sort variables dependency in read_uncompressed_header"
Recompute tile params on frame resize
Merge "Skip the last frame update for some frame repeats."
Sort variables dependency in read_uncompressed_header
Fix rate control issue with layers and aq-mode=3.
Merge "build_intra_predictors*: reduce left_col size"
build_intra_predictors*: reduce above_data size
Skip the last frame update for some frame repeats.
Fix clang ioc warning due to NULL mi pointer.