aom/av1
David Barker 5765fad52c Handle non-multiple-of-4 widths in SSE4.1 self-guided filter
Adjust the vectorized filter so that it can handle tile widths
which are not a multiple of 4, so we do not have to fall back
to the C version of the filter.

Negligible speed impact for tiles with widths which are multiples
of 4, and greatly improves speed on tiles with non-multiple-of-4
widths.

Change-Id: Iae9d14f812c52c6f66910d27da1d8e98930df7ba
2017-03-08 11:52:06 +00:00
..
common Handle non-multiple-of-4 widths in SSE4.1 self-guided filter 2017-03-08 11:52:06 +00:00
decoder Fix accounting when PVQ is enabled. 2017-03-08 00:23:34 +00:00
encoder Fix compile warnings for ext-tx + ec-adapt 2017-03-08 11:03:32 +00:00
av1.cmake Support CONFIG_PVQ in the cmake build. 2017-03-03 17:40:42 +00:00
av1_common.mk Vectorize self-guided filter 2017-03-06 20:23:16 +00:00
av1_cx.mk make: fix missing headers in dist 2017-03-01 01:43:44 +00:00
av1_cx_iface.c Implement a new rate control system 2017-02-17 00:18:53 +00:00
av1_dx.mk Add a simple frame data inspection API. 2017-03-03 00:27:36 +00:00
av1_dx_iface.c Add a simple frame data inspection API. 2017-03-03 00:27:36 +00:00
av1_iface_common.h Rename AOM_ENC/DEC_BORDER_IN_PIXELS 2016-09-30 15:17:16 -07:00
exports_dec Port renaming changes from AOMedia 2016-08-31 18:19:03 -07:00
exports_enc Port renaming changes from AOMedia 2016-08-31 18:19:03 -07:00