Merge "Refactor lpf (size 4 and 8) NEON intrinsics optimization"
Merge "VP9: token decoder expansion"
Merge "vp9_idct: delete dead TODOs"
Merge "VP9: pass TileWorkerData instead of MACROBLOCKD and vpx_reader."
VP9: token decoder expansion
Merge "vpx_idct32x32_34_add_sse2: rm unneeded transposes"
Merge "variance_neon: sync variance*() w/c,sse2"
VP9: pass TileWorkerData instead of MACROBLOCKD and vpx_reader.
Merge "Detect invalid highbd iht input"
Merge "vp8: remove VP8_SET_DBG* control support"
vpx_idct32x32_34_add_sse2: rm unneeded transposes
variance_neon: sync variance*() w/c,sse2
Detect invalid highbd iht input
Keep vp8 sixtap read within bounds
predict_test: align dst buffer to 16
Merge changes from topic 'Wshorten'
Merge "variance_avx2: sync variance functions with c-code"
Merge "examples: quiet -Wshorten-64-to-32 warnings"
Merge "vp9_rtcd: remove non-existent highbd convolve fns"
Merge "Enable ssse3 bilinear tests"
Merge "Add vp8_bilinear_filter test"
vp8: remove VP8_SET_DBG* control support
Merge "Code class0 using vpx_read() / vpx_write()."
Merge "Remove -fno-strict-aliasing flag"
vp9_rtcd: remove non-existent highbd convolve fns
examples: quiet -Wshorten-64-to-32 warnings
vp8: convert some uses of unsigned long to size_t
vp8/encoder: quiet some -Wshorten-64-to-32 warnings
Refactor lpf (size 4 and 8) NEON intrinsics optimization
variance_avx2: sync variance functions with c-code
Code class0 using vpx_read() / vpx_write().
Zero the whole rd_counts struct rather than the each member
loopfilter_mb_neon: remove unused load_8x8()
Merge "Refactor lpf (size 16) NEON intrinsics optimization"
Merge "vpx_codec_control: return incapable for unmatched control"
Refactor lpf (size 16) NEON intrinsics optimization
vpx_subpixel_8t_intrin_avx2: tolerate unversioned clang
Merge changes from topic 'clang-format'
Merge "Revert "Restore vp8_sixtap_predict4x4_neon""
Revert "Restore vp8_sixtap_predict4x4_neon"
Merge "Restore vp8_bilinear_predict4x4_neon"
Merge "zero structures completely"
Merge "Restore vp8_sixtap_predict4x4_neon"
zero structures completely
vp8 postproc: expand CONFIG_POSTPROC guard
Restore vp8_bilinear_predict4x4_neon
Merge "vp9 frame parallel test: Initialize cfg differently"
Merge "Documentation for building unit tests for Android"
Documentation for building unit tests for Android
apply clang-format
.clang-format: update to 3.8.1
Restore vp8_sixtap_predict4x4_neon
vp9 frame parallel test: Initialize cfg differently
Merge "cosmetics,vp8: join some lines, fix table format"
vp8 decoder: cast decoding_thread_count to int
vp9 frame parallel test: Initialize cfg to 0
vp9cx_set_ref.c: remove unused 'cfg' parameter
webmenc: remove unused 'fps' parameter
vpx_codec_control: return incapable for unmatched control
cosmetics,vp8: join some lines, fix table format
vp8: Set the skin model to mode 1.
Merge "vp8: Remove TSAN warning around end of encode."
vp8: Remove TSAN warning around end of encode.
Merge "vpx_dsp: added vpx_highbd_idct32x32_1_add_sse2()"
vpx_mem.c: remove unnecessary inline
vpx_dsp: added vpx_highbd_idct32x32_1_add_sse2()
Fix missing write to opsnr in internal stats
Merge "invalid_file_test: quiet -Wunused-const-variable warnings"
Merge changes from topic 'Wundef'
Merge "Fix formatting in internal stats for vp8 and vp9"
Merge "Casts to remove some warnings."
invalid_file_test: quiet -Wunused-const-variable warnings
vp8_cx_iface: quiet -Wshorten-64-to-32 warning
get_cpu_count: quiet -Wshorten-64-to-32 warnings
Merge "Refactor uv tx size with lookup arrays"
Casts to remove some warnings.
Merge "Modified resize loop constraints."
Define VP8_TEMPORAL_ALT_REF to !CONFIG_REALTIME_ONLY
Remove CONFIG_DEBUG guards from assert()
Remove unused function vpx_de_mblock
Fix -Wundef warning for OUTPUT_FPF
Fix -Wundef warning for __SANITIZE_ADDRESS__
Merge "Rename test/lpf_8_test.cc to test/lpf_test.cc"
Rename test/lpf_8_test.cc to test/lpf_test.cc
Merge "Update vpx_lpf_vertical_16_dual_neon() intrinsics"
Update NEON transpose functions.
Refactor uv tx size with lookup arrays
Modified resize loop constraints.
libyuv: update to de944ed8c74909ea6fbd743a22efe1e55e851b83
Merge "Adjust coefficient optimization and tx_domain rd speed features."
Update vpx_lpf_vertical_16_dual_neon() intrinsics
Merge "Update vpx_lpf_horizontal_edge_16_neon() intrinsics"
Merge "vp8: Move loopfilter synchronization to end of encode_frame call."