]> granicus.if.org Git - libvpx/commit
Using single struct to represent scale factors.
authorDmitry Kovalev <dkovalev@google.com>
Fri, 20 Dec 2013 00:06:33 +0000 (16:06 -0800)
committerDmitry Kovalev <dkovalev@google.com>
Fri, 20 Dec 2013 00:06:33 +0000 (16:06 -0800)
commita3fbcc88bb9978096f8eafbd71e6950fa215c493
tree125c70d69909e3a9407202de8173ca813868d706
parent40e173ac42581159b8a96f8a000445e1fba475af
Using single struct to represent scale factors.

Moving back to scale_factors struct. We don't need anymore x_offset_q4 and
y_offset_q4 because both values are calculated locally inside vp9_scale_mv
function.

Change-Id: I78a2122ba253c428a14558bda0e78ece738d2b5b
12 files changed:
vp9/common/vp9_blockd.h
vp9/common/vp9_onyxc_int.h
vp9/common/vp9_reconinter.c
vp9/common/vp9_reconinter.h
vp9/common/vp9_scale.c
vp9/common/vp9_scale.h
vp9/decoder/vp9_decodeframe.c
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_temporal_filter.c