Fix ubsan warning: vp8/encoder/denoising.c
Fix ubsan warning: vp8/encoder/onyx_ifc
Fix ubsan warning: vp9_cx_iface.c
Merge "Add vp9 encoder API VP9E_GET_LEVEL to provide bitstream level"
Merge "vp9: Add bias to last frame in choose_partitioning."
Merge "VP9: block_yrd(): Use RD_COST * instead"
Merge "Match prev_ to number_of_layers"
Merge "Use data size directly instead of recomputing."
Merge "vp9: Code clean up for short circuit feature in low temp variance."
vp9: Add bias to last frame in choose_partitioning.
Add vp9 encoder API VP9E_GET_LEVEL to provide bitstream level
Merge "VP9: minor block_yrd() refactoring"
VP9: block_yrd(): Use RD_COST * instead
Use data size directly instead of recomputing.
Match prev_ to number_of_layers
Active map and ROI map use unsigned rows/cols
Make new_qc signed
neon hadamard 16x16
Merge "hadamard 16x16 test"
vp9: Code clean up for short circuit feature in low temp variance.
Merge "vp9: Encoding cycle reduction for speed 8."
Merge "Small re-arrangement."
vp9: Encoding cycle reduction for speed 8.
VP9: minor block_yrd() refactoring
Merge "vp9: Put lower limit on frames_to_key adjustment to gf interval."
Merge "Add a couple of missing WRAPLOW checks"
Merge "vp9_diamond_search_sad_avx cosmetics"
vp9: Put lower limit on frames_to_key adjustment to gf interval.
vp9_diamond_search_sad_avx cosmetics
Merge changes I58081309,I502fd707
Add a couple of missing WRAPLOW checks
Merge "vp9: Use nonrd_pick_partition on scene-cut, for speed 5 vbr mode."
vp9_subexp.h: normalize function prototype
fdct8x8_test: fix unsigned overflow
fdct4x4_test: fix unsigned overflow
vp9: Use nonrd_pick_partition on scene-cut, for speed 5 vbr mode.
Merge "Refactor probability savings search."
vp9: Reduce overshoot factor for setting longer gf interval.
Merge "Revert "remove vp9_diamond_search_sad_avx.c""
Merge "Avoid a potential assertion fail in optimize_b()"
Merge "ivfdec: tolerate invalid framerates (2)"
Merge "vp9: Replace the avg_size_inter metric, for 1 pass vbr."
Merge changes I999ef597,Ic6dc9f53
Revert "remove vp9_diamond_search_sad_avx.c"
Avoid a potential assertion fail in optimize_b()
vp9: Replace the avg_size_inter metric, for 1 pass vbr.
vp9: Small ajustment to settings gf_interval, 1 pass vbr.
Merge "Move range checks into WRAPLOW"
Merge changes If31d36c8,I10b947e7
Merge "Fix Visual Studio build failure in filter_selectively_vert_row2() calls"
ivfdec: tolerate invalid framerates (2)
Merge "Slightly more damped VBR adjustment."
Merge "Change to get_twopass_worst_quality()"
Merge "Removed unused data structure."
Merge "Adjustment to VBR rate correction."
Merge "Adjustment calculation of active worst quality."
Merge "Remove gf_zeromotion_pct."
Merge "Slow pshufb removal in 3 intra prediction functions."
Merge "vp9: Fix valgrind failure for short circuit on low temporal vaiance block."
Slightly more damped VBR adjustment.
Change to get_twopass_worst_quality()
Removed unused data structure.
Adjustment to VBR rate correction.
Adjustment calculation of active worst quality.
Move range checks into WRAPLOW
Fix Visual Studio build failure in filter_selectively_vert_row2() calls
Merge "ivfdec: tolerate invalid framerates"
vpx_dsp,add_noise: remove mmx implementation
vpx_dsp: remove mmx variance implementations
vp9: Fix valgrind failure for short circuit on low temporal vaiance block.
Slow pshufb removal in 3 intra prediction functions.
Disable short circuit feature for low temporal variance.
Merge "Update filter_selectively_vert_row2()"
Merge "firstpass.c: fix an UBSAN/IOC error"
firstpass.c: fix an UBSAN/IOC error
Fix VP8 encoder UBSAN/IOC errors
vp9: Skip some modes when variance is low for big blocks, for 1 pass real-time.
Merge "vp9: Skip computation of best_sad for newmv, unless needed."
Update filter_selectively_vert_row2()
ivfdec: tolerate invalid framerates
vp9: Skip computation of best_sad for newmv, unless needed.
Merge "vpx_ports/mem_ops.h: cast the lhs of bitwise shifts of 24."
Merge "acm_random,Rand9Signed: correct cast"
Merge "Upgrade fwht4x4_mmx() to fwht4x4_sse2() for vp9 and vp10."
Merge "Upgrade vpx_lpf_{vertical,horizontal}_4 mmx to sse2"
acm_random,Rand9Signed: correct cast
Upgrade fwht4x4_mmx() to fwht4x4_sse2() for vp9 and vp10.
vpx_ports/mem_ops.h: cast the lhs of bitwise shifts of 24.
Merge "Convert to unsigned int before left shift"
Upgrade vpx_lpf_{vertical,horizontal}_4 mmx to sse2
Merge "Code clean of sub_pixel_variance4xh -- 2"
Convert to unsigned int before left shift
vp9: Add datarate test for 1 pass VBR mode.
Merge "Fix comments in build_intra_predictors_high()"
Refactor probability savings search.