vpx/vp9
James Zern acc481eaae vp9_reconintra: simplify d45_predictor
only the immediate above right pixel is needed; this removes a
conditional from the inner loop
the final average calculated currently relies on above[] being extended,
it could be reduced to use above[block_size - 2] + 3 * above_right

Change-Id: Ica4f2b8d25eec3ca1d6fa52ef0d4adc228eeea3f
2015-05-30 13:30:59 -07:00
..
common vp9_reconintra: simplify d45_predictor 2015-05-30 13:30:59 -07:00
decoder Merge "Check size restrictions before running test vector" 2015-05-28 22:01:53 +00:00
encoder For non-rd pickmode: remove VAR_PARTITION condition. 2015-05-28 17:29:47 -07:00
exports_dec support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
exports_enc Removing vpx_codec_vp9x_cx and internal experimental flag. 2013-12-27 14:01:12 -08:00
vp9_common.mk vp9_reconintra_neon: add DC 8x8 predictors 2015-05-29 15:39:08 -07:00
vp9_cx_iface.c VP9E_GET_ACTIVE_MAP API function. 2015-03-24 11:19:47 -07:00
vp9_dx_iface.c Fix illegal memory access when stream starts w/ invisible frame. 2015-05-14 15:49:10 -07:00
vp9_iface_common.h Relocate memory operations for common code 2015-05-13 11:41:15 -07:00
vp9cx.mk Move variance functions to vpx_dsp 2015-05-26 12:01:52 -07:00
vp9dx.mk Try again to merge branch 'frame-parallel' into master branch. 2015-01-30 21:00:13 -08:00