blob: dcf267ce4353c049d33c0e1c327f1d7403b18194 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*! \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
*/
|