]> granicus.if.org Git - libvpx/commit
Corrected usage of image strides
authorAdrian Grange <agrange@google.com>
Tue, 19 Jun 2012 18:19:40 +0000 (11:19 -0700)
committerAdrian Grange <agrange@google.com>
Tue, 19 Jun 2012 21:02:22 +0000 (14:02 -0700)
commit5eaa9bcfe361d0ecd2554291388d6c2113c6b1b1
treec06cff78b5d1d0c0e15e34d08d85247ca4eb47ed
parent0277c70a1718dfaf005094c1d0921a836bd83cb4
Corrected usage of image strides

The function vp8_post_proc_down_and_across_c takes the
stride of both the src and dst images as parameters, but
assumes that they are the same.

I modified the code to use the correct strides, as the
assembler versions of these functions do.

Change-Id: I222715b774cd071b21c15a4b0d2f4aef64a520de
vp8/common/postproc.c