James Zern | ea74c1d | 2015-03-13 18:52:11 -0700 | [diff] [blame] | 1 | /*! \page usage_encode Encoding |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 2 | |
Yunqing Wang | aa7335e | 2011-10-25 15:14:16 -0400 | [diff] [blame] | 3 | The vpx_codec_encode() function is at the core of the encode loop. It |
John Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 4 | 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 Koleszar | 0ea50ce | 2010-05-18 11:58:33 -0400 | [diff] [blame] | 13 | */ |