1/*! \page usage_encode Encoding
2
3    The aom_codec_encode() function is at the core of the encode loop. It
4    processes raw images passed by the application, producing packets of
5    compressed data.
6
7    \ref samples
8
9*/
10