blob: 51b4e8e3e240ff21fd9e54f6dedf0abbd01b93b2 [file] [log] [blame]
James Zernea74c1d2015-03-13 18:52:11 -07001/*! \page usage_encode Encoding
John Koleszar0ea50ce2010-05-18 11:58:33 -04002
Yaowu Xuf883b422016-08-30 14:01:10 -07003 The aom_codec_encode() function is at the core of the encode loop. It
John Koleszar0ea50ce2010-05-18 11:58:33 -04004 processes raw images passed by the application, producing packets of
Sean DuBois47cc2552018-01-23 07:44:16 +00005 compressed data.
John Koleszar0ea50ce2010-05-18 11:58:33 -04006
7 \ref samples
8
John Koleszar0ea50ce2010-05-18 11:58:33 -04009*/