Files
tubestation/third_party/aom/usage_cx.dox
Dan Minor 2c3b3df867 Bug 1445683 - Update aom to v1.0.0; r=jya
Update aom to rev d14c5bb4f336ef1842046089849dee4a301fbbf0.

MozReview-Commit-ID: YoPHbFHRq2
2018-06-21 13:47:50 -04:00

10 lines
223 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.
\ref samples
*/