]> granicus.if.org Git - libvpx/commit
Fix x_offset_q4/y_offset_q4 calculation
authorYunqing Wang <yunqingwang@google.com>
Tue, 29 Oct 2013 17:40:13 +0000 (10:40 -0700)
committerYunqing Wang <yunqingwang@google.com>
Wed, 30 Oct 2013 00:46:55 +0000 (17:46 -0700)
commit9ed2d0a5779cedfd36bc588c526f377ac829b730
tree217408f2f9dac0cf649da447d18c437f807acb00
parentc634ec6a568f9f26ff5e56f29cf7f89c7efea008
Fix x_offset_q4/y_offset_q4 calculation

"<< SUBPEL_BITS" needs to be added in the calculation. Call
set_scaled_offsets() to calculate x_offset_q4 and y_offset_q4.

Change-Id: Ied130ea771510e918f51cd1dc3abe57f4c0962b5
vp9/common/vp9_reconinter.c
vp9/encoder/vp9_rdopt.c