gecko-dev/third_party/aom/usage_cx.dox
Ralph Giles 4ccc506a5c Bug 1314147 - Import aom library. r=froydnj,kinetik
This is the reference implementation for the Alliance for
Open Media's av1 video code.

The commit used was 4d668d7feb1f8abd809d1bca0418570a7f142a36.

MozReview-Commit-ID: 5PFTLbBDRrb

--HG--
extra : rebase_source : a51578e072e47ac03b422d10d9b279a3de5fc216
2017-04-12 14:22:04 -07:00

14 lines
449 B
Plaintext

/*! \page usage_encode Encoding
The aom_codec_encode() function is at the core of the encode loop. It
processes raw images passed by the application, producing packets of
compressed data. The <code>deadline</code> parameter controls the amount
of time in microseconds the encoder should spend working on the frame. For
more information on the <code>deadline</code> parameter, see
\ref usage_deadline.
\ref samples
*/