Merge changes from topic 'rm-loopfilter-count-param'
Better workaround for Bug 1089.
lpf_8_test: remove unneeded function wrapper
remove loopfilter 'count' param TODOs
split vpx_highbd_lpf_horizontal_16 in two
split vpx_lpf_horizontal_16 in two
vpx_highbd_lpf_horizontal_4: remove unused count param
vpx_highbd_lpf_horizontal_8: remove unused count param
vpx_highbd_lpf_vertical_4: remove unused count param
vpx_highbd_lpf_vertical_8: remove unused count param
vpx_lpf_horizontal_4: remove unused count param
vpx_lpf_horizontal_8: remove unused count param
vp10,encoder: relocate setjmp
vp10_cx_iface,encode: remove redundant cpi check
vp9_cx_iface,encode: remove redundant cpi check
vpx_lpf_vertical_4: remove unused count param
vpx_lpf_vertical_8: remove unused count param
lpf_8_test: add missing dspr2 tests
lpf_8_test: add missing vpx_lpf_horizontal_4 tests
lpf_8_test: add missing vpx_lpf_vertical_4 tests
lpf_8_test: simplify function wrapper generation
Merge "Fix tsan error in VP9 sub8x8 intra mode search"
Merge "vp9-resize: Fix an issue with external dynamic resize."
vp9-real-time mode: Fix condition for allowing reference masking.
Fix tsan error in VP9 sub8x8 intra mode search
Merge changes from topic 'unused-params'
vp9-resize: Fix an issue with external dynamic resize.
tests: quiet some unused parameter warnings
vp9_error_block_test: prefer EXPECT over assert()
vp9_encoder_parms_get_to_decoder: add missing initializers
vpxenc: quiet unused param warning
vpx_ve_predictor_4x4_c: quiet unused param warning
vp10_receive_raw_frame: add missing setjmp
vp9_receive_raw_frame: add missing setjmp
vp9-resize: Force reference masking off for external dynamic-resizing.
vp9 resize_test: Enable resize_allowed in real-time ExternalResize test.
VP9: Pass NULL scale_factors ptr when not scaling
Merge "VP9: Refactor read_inter_block_mode_info() -- 2"
Merge "intrapred/d135: flatten border results before storing"
Merge "vp8: fix build with mingw+pthreads"
Merge "Restore previous motion search bit-error scale."
VP9: Refactor read_inter_block_mode_info() -- 2
Merge "BUG FIX: undefined reference to `vp9_scale_and_extend_frame_c'"
Restore previous motion search bit-error scale.
vp9-dynamic resize: Fix bug on releasing scaled reference.
vp9-aq-mode=3: Reset cyclic refresh under config/external size change.
Merge "Set use_highbitdepth flag to either 1 or 0"
Set use_highbitdepth flag to either 1 or 0
Explicitly set tx_type for sub8x8 blocks
BUG FIX: undefined reference to `vp9_scale_and_extend_frame_c'
vp9-denoiser: Allow for checking skin for bsize <=32x32.
Merge "Account for sub8x8 block skip mode cost in RD decision"
Account for sub8x8 block skip mode cost in RD decision
Clean up in vp9_rd_pick_inter_mode_sb
vp8: fix build with mingw+pthreads
vp9-dynamic resize: On a resize trigger frame refresh alt_ref.
intrapred/d135: flatten border results before storing
Fix an uninitialized warning.
vp9_aq_cyclicrefresh: fix unused-function warning
Merge "vp9 aq-mode=3: Keep it on even at low bitrates."
Merge "configure: enable -Wunused-function by default"
Merge "Vidyo patch: Optimization for 1-to-2 downsampling and upsampling."
vp9 aq-mode=3: Keep it on even at low bitrates.
Vidyo patch: Optimization for 1-to-2 downsampling and upsampling.
Define a macro to replace hardcoded values
configure: enable -Wunused-function by default
fdct8x8_test:: quiet unused-function warning
Merge changes from topic 'dead-code'
Merge changes I1171e9c7,I77292e11,I1678ab48,Id7a2c345
Merge "vp9-skinmap. Some adjustments for model=1."
Merge "Use precise rate cost estimate for skip block mode"
Merge "Fix some interger overflow errors"
vp9-skinmap. Some adjustments for model=1.
Use precise rate cost estimate for skip block mode
Merge "Add high bit depth args to arg list"
Merge changes I4a365757,I14a3b328
Merge "Fix a signed overflow in vp9 motion cost."
dct16x16_test: quiet unused-function warning
intrapred: protect functions w/CONFIG check x2
dct32x32_test: remove unused function
tests: quiet some warnings w/--disable-webm-io
Add high bit depth args to arg list
yv12config.c: remove dead CONFIG_ALPHA code
vp9_encoder.c: remove unused macro
vpx_mem.c: remove unused macro
vp9_svc_layercontext.c: relocate a macro definition
vp9_encoder.c: protect SNPRINT* macros w/CONFIG check
vp9_aq_360.c: remove some unused macros
vp9_diamond_search_sad_avx.c: rename (un)likely macros
vp9_resize.c: add missing include
vp9_aq_complexity.c: remove unused macros
vp9_detokenize.c: remove unused macros
Fix some interger overflow errors
Merge "Loop filter search resets on overlay frame."
vp10: remove unused (read|write)_uniform
vp9_denoiser: mark total_adj_strong_thresh inline
Fix a signed overflow in vp9 motion cost.
Merge "vp9-noise estimate: Put check to avoid possible out of bounds."
Merge "VP9: Refactor read_inter_block_mode_info()"