]> granicus.if.org Git - libvpx/commit
Change meaning of cpi->sf.first_step and rename.
authorPaul Wilkins <paulwilkins@google.com>
Mon, 24 Jun 2013 14:19:16 +0000 (15:19 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Wed, 26 Jun 2013 16:04:06 +0000 (17:04 +0100)
commite606cac04660880c462debde7e952b9b09855e57
treecf794d6669a7f79361502b5b870582b6691be668
parent2291563ba84b312ebefe26134dc27236d5ef81fb
Change meaning of cpi->sf.first_step and rename.

Renamed cpi->sf.first_step to cpi->sf.reduce_first_step_size
and changed its meaning such that it is a delta applied to
reduce the default first step size (>> x) in the motion search
rather than an absolute value.

The default first step size is already changed according to the image
dimensions (smaller for smaller images). cpi->sf.reduce_first_step_size
now applies a further correction from the default.

Change-Id: Ia94e08bc24c67b604831f980909af7e982fcd16d
vp9/encoder/vp9_mbgraph.c
vp9/encoder/vp9_mcomp.c
vp9/encoder/vp9_mcomp.h
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_onyx_int.h
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_temporal_filter.c