aom/av1
Angie Chiang 0cfaeeafa0 Refactor av1_update_neighbors
Beside above and left positions, additional above-left,
above-right, and bottom-left positions are added as
neighbor candidates.

In av1_update_neighbors, two available positions will be picked as
context neighbors.

The picking priority is
above -> left -> above-left -> above->right -> bottom->left

Change-Id: I82eaf0b23d0189caaea008ecc86776492886a05b
2017-01-14 02:04:30 +00:00
..
common Refactor av1_update_neighbors 2017-01-14 02:04:30 +00:00
decoder Refactor end-node process in var-tx 2017-01-13 20:30:28 +00:00
encoder Fix 32x32 hybrid transform AVX2 to match C 2017-01-13 22:51:47 +00:00
av1_common.mk Add SSE2 vectorized warp filter for lowbd 2017-01-12 17:14:35 +00:00
av1_cx.mk High bit depth 32x32 inverse DCT_DCT transform, AVX2 2017-01-12 17:01:08 +00:00
av1_cx_iface.c Add an experiment to disable lpf on tile boundaries 2017-01-04 04:59:42 +00:00
av1_dx.mk New experiment: Perceptual Vector Quantization from Daala 2016-11-06 22:18:01 -08:00
av1_dx_iface.c Fix: Make CONFIG_REFERENCE_BUFFER and CONFIG_EXT_REFS work together 2016-12-23 08:11:55 +00:00
av1_iface_common.h
exports_dec
exports_enc