]> granicus.if.org Git - libvpx/commit
Simplify mode_estimation / tpl_model_store
authorAngie Chiang <angiebird@google.com>
Tue, 9 Oct 2018 20:40:47 +0000 (13:40 -0700)
committerAngie Chiang <angiebird@google.com>
Tue, 9 Oct 2018 20:40:47 +0000 (13:40 -0700)
commit1072267dc1d03df3415894dd2db86db605eaf05c
tree2ee15ad6e91f0aca2fc5dd1217b0c821293ba82c
parent8ca61034bc534c2c0d049db1ec46d23c99f40d05
Simplify mode_estimation / tpl_model_store

1) Let mode_estimation() save the results into tpl_frame directly
2) In tpl_model_store(), replace copies of tpl_stats parameters by
   memset()

Change-Id: Ia5978d91cb60cf896bd53d3f27701ef9ae3ba09a
vp9/encoder/vp9_encoder.c