commit | 4e2732c3c3bdeca417008c361a2387399719b3a2 | [log] [tgz] |
---|---|---|
author | Jingning Han <jingning@google.com> | Wed Oct 23 11:09:27 2013 -0700 |
committer | Gerrit Code Review <gerrit@gerrit.golo.chromium.org> | Wed Oct 23 11:19:45 2013 -0700 |
tree | 37acf061a0d691e95075fc55248394bcfab8d727 | |
parent | f3b31380fa555e5b20da1be7ca3ac27593cb4911 [diff] |
Separate encode_block for pass 1 and 2 The encode_block for pass 1 takes simpler functionalities and can save a few branches. The main reason is to make encode_block only used after running rate-distortion optimization search in pass 2, hence allowing dual buffer stack approach later. Change-Id: I9e549ffb758e554fe185e48a07d6e0e01e475bcf