9 lines
223 B
Text
9 lines
223 B
Text
/*! \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.
|
|
|
|
\ref samples
|
|
|
|
*/
|