Bug 1882465 - Update .hg-annotate-ignore-revs and .git-blame-ignore-revs to reflect...
[gecko.git] / third_party / aom / usage_cx.dox
blob51b4e8e3e240ff21fd9e54f6dedf0abbd01b93b2
1 /*! \page usage_encode Encoding
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.
7     \ref samples
9 */