vpx/vp8
Attila Nagy de82809444 Reduce partial frame copy in encoder's pick_filter_level_fast
The partial frame copy function used to copy an extra 8 lines above
and  below. The partial frame filtering can only modify 3 pixel rows
above the partial frame. Reduce copy to bare minimum needed, which is
4 lines, so that partial filtering on copied frame is possible.

Define the "magic" fraction number for partial filtering in
loopfilter.h .

Change-Id: I4791ffc541b6884b12759a0d0714a8faf16147ec
2011-10-26 15:25:07 +03:00
..
common Reduce partial frame copy in encoder's pick_filter_level_fast 2011-10-26 15:25:07 +03:00
decoder Moved the split motion vector decode 2011-10-24 13:52:15 -04:00
encoder Reduce partial frame copy in encoder's pick_filter_level_fast 2011-10-26 15:25:07 +03:00
exports_dec Add getter functions for the interface data symbols 2010-09-23 14:58:43 -04:00
exports_enc Add getter functions for the interface data symbols 2010-09-23 14:58:43 -04:00
vp8_common.mk Remove usage of predict buffer for decode 2011-10-18 12:06:50 -04:00
vp8_cx_iface.c Fix: check cx_data buffer prior to write 2011-10-20 15:55:00 -04:00
vp8_dx_iface.c cosmetics: consistently use [u]int64_t 2011-07-26 11:34:36 -07:00
vp8cx_arm.mk Move neon only arm functions under arm/neon. 2011-09-20 10:51:06 -07:00
vp8cx.mk Faster vp8_default_coef_probs 2011-08-16 16:21:21 -04:00
vp8dx_arm.mk include asm_com/dec_offsets for make dist 2011-08-02 13:42:03 -04:00
vp8dx.mk include asm_com/dec_offsets for make dist 2011-08-02 13:42:03 -04:00