diff options
author | trav90 <travawine@palemoon.org> | 2018-10-19 21:52:15 -0500 |
---|---|---|
committer | trav90 <travawine@palemoon.org> | 2018-10-19 21:52:20 -0500 |
commit | bbcc64772580c8a979288791afa02d30bc476d2e (patch) | |
tree | 437ce94c3fdd7497508e5b55de06c6d011678597 /third_party/aom/usage_dx.dox | |
parent | 14805f6ddbfb173c327768fff9f81f40ce5e81b0 (diff) | |
download | UXP-bbcc64772580c8a979288791afa02d30bc476d2e.tar UXP-bbcc64772580c8a979288791afa02d30bc476d2e.tar.gz UXP-bbcc64772580c8a979288791afa02d30bc476d2e.tar.lz UXP-bbcc64772580c8a979288791afa02d30bc476d2e.tar.xz UXP-bbcc64772580c8a979288791afa02d30bc476d2e.zip |
Update aom to v1.0.0
Update aom to commit id d14c5bb4f336ef1842046089849dee4a301fbbf0.
Diffstat (limited to 'third_party/aom/usage_dx.dox')
-rw-r--r-- | third_party/aom/usage_dx.dox | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/third_party/aom/usage_dx.dox b/third_party/aom/usage_dx.dox index 6b76bf7b0..eef78376f 100644 --- a/third_party/aom/usage_dx.dox +++ b/third_party/aom/usage_dx.dox @@ -5,11 +5,7 @@ decoded images. The decoder expects packets to comprise exactly one image frame of data. Packets \ref MUST be passed in decode order. If the application wishes to associate some data with the frame, the - <code>user_priv</code> member may be set. The <code>deadline</code> - parameter controls the amount of time in microseconds the decoder should - spend working on the frame. This is typically used to support adaptive - \ref usage_postproc based on the amount of free CPU time. For more - information on the <code>deadline</code> parameter, see \ref usage_deadline. + <code>user_priv</code> member may be set. \ref samples @@ -55,8 +51,7 @@ postprocessing filters, and the available filters may differ from platform to platform. Embedded devices often do not have enough CPU to implement postprocessing in software. The filter selection is generally handled - automatically by the codec, depending on the amount of time remaining before - hitting the user-specified \ref usage_deadline after decoding the frame. + automatically by the codec. */ |