shithub: libvpx

Download patch

ref: be3f0698b08c4cdc8641b407de246efa24568f45
parent: e2b696c390f0462c751699c4b27b7cf4feae5797
author: hui su <huisu@google.com>
date: Thu May 5 11:37:37 EDT 2016

Add VP9 encoder API for level specification.

Add control API VP9E_SET_TARGET_LEVEL that allows the encoder to
control the output bitstream level and/or keep level related
statistics.

Usage:
               255         do not care about level (default)
               0           keep level related stats only
               10          target for level 1
               11          target for level 1.1
               .
               .
               .
               62          target for level 6.2

Usage for vpxenc:

--target-level=0/255/10/11...

Change-Id: I31d1aeca19358b893e7577b4e63748c8e614034a