blob: dcf267ce4353c049d33c0e1c327f1d7403b18194 [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
5 compressed data. The <code>deadline</code> parameter controls the amount
6 of time in microseconds the encoder should spend working on the frame. For
7 more information on the <code>deadline</code> parameter, see
8 \ref usage_deadline.
9
10
11 \ref samples
12
John Koleszar0ea50ce2010-05-18 11:58:33 -040013*/