commit | e570b0406db127ea53047a8e76d22174e5ac0638 | [log] [tgz] |
---|---|---|
author | Attila Nagy <attilanagy@google.com> | Tue Nov 29 13:48:02 2011 +0200 |
committer | Attila Nagy <attilanagy@google.com> | Wed Dec 07 09:59:50 2011 +0200 |
tree | eaa16728a5c8d79cc1ce555d909e0a31f3412a3e | |
parent | bdd60a7be779400e597cae001448a44d21c98f2b [diff] |
Reduce mem copies in encoder loopfilter level picking Do the test filtering in the existing backup frame buffer instead of the original. Copy the original data into extra buffer before doing the filtering. This way there is no need to restore the original unfiltered frame at the end of level picking process. This came up in some discussions with Johann. Thanks! Change-Id: I495f4301d983854673276c34ec0ddf9a9d622122