vpx/vp9
Tero Rintaluoma e326cecf18 Fix intermediate height in convolve_c
- Intermediate height was not correct i.e. when block size is 4 and
  y_step_q4 is 6. In this case intermediate height was
  (4*6) >> 4 = 1 and vertical interpolation needs two source pixels
  plus 7 extra pixels for taps.
- Also if the current output block is 16x16 and we are using 4x upscaling
  we need only 12 rows after horizontal filtering instead of 16.

  Patch Set 2: Intermediate_height updated after CL 66723
               "Fix bug in convolution functions (filter selection)"

Change-Id: I5a1a1bc2ac9d5edb3a6e0818de618bf318fdd589
2013-08-30 10:31:21 +03:00
..
common Fix intermediate height in convolve_c 2013-08-30 10:31:21 +03:00
decoder Merge "Removing redundant calls to clamp_mv2." 2013-08-26 10:48:37 -07:00
encoder Merge "Fix the reading of too many input pixels" 2013-08-26 14:01:50 -07:00
exports_dec support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
exports_enc support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
vp9_common.mk Add neon optimize vp9_short_idct4x4_1_add. 2013-08-26 15:55:16 -07:00
vp9_cx_iface.c Make "good" quality 2-pass vpxenc encoding default 2013-08-21 12:41:26 -07:00
vp9_dx_iface.c vp9_peek_si: add bitstream v1 support 2013-08-21 17:04:10 -07:00
vp9_iface_common.h yv12config: remove YUV_TYPE 2013-07-12 15:25:48 -07:00
vp9cx.mk variance x86inc guards 2013-08-06 14:17:13 -07:00
vp9dx.mk vp9/decoder: add thread worker 2013-08-05 13:21:13 -07:00