Apply early termination in non-RD partition search
authorJingning Han <jingning@google.com>
Tue, 25 Mar 2014 18:05:50 +0000 (11:05 -0700)
committerJingning Han <jingning@google.com>
Tue, 25 Mar 2014 22:51:36 +0000 (15:51 -0700)
commit0d78687583e767c709e4deea1abeab081226b3b8
tree2e5a807871b3217db5ab72f4dbc5fa67377f7f9b
parentc4e807ae2f60eed08811bc80d0763c489c8005c9
Apply early termination in non-RD partition search

This commit allows the recursive non-RD partition search to early
terminate sub search tree when the cumulative rate-distortion is
already above the best available.

Change-Id: Ifdbcbb4bee229f47fde3033200829577c9f1fc1d
vp9/encoder/vp9_encodeframe.c