]> granicus.if.org Git - libvpx/commit
Change the interface of vp9_full_pixel_diamond_new
authorAngie Chiang <angiebird@google.com>
Thu, 29 Nov 2018 22:54:17 +0000 (14:54 -0800)
committerAngie Chiang <angiebird@google.com>
Fri, 30 Nov 2018 01:06:30 +0000 (17:06 -0800)
commit5a0d53a031eff97f893c8d77e63b65008c22f37e
treef42bd5260d32dd693f5f7e8703f9f116a760b02c
parent932f8fa04dc15f4adf16df37402556e8c4dc72e7
Change the interface of vp9_full_pixel_diamond_new

Avoid passing in tpl_stats because this function will be called in
motion search, where tpl_stats should be fixed at the point.

Let further_steps becomes internal variable in the function.

Change-Id: Iebe380925eb1891c19e0b78163dab8e6bfafccdb
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_mcomp.c
vp9/encoder/vp9_mcomp.h