2
0

usage_cx.dox 449 B

12345678910111213
  1. /*! \page usage_encode Encoding
  2. The vpx_codec_encode() function is at the core of the encode loop. It
  3. processes raw images passed by the application, producing packets of
  4. compressed data. The <code>deadline</code> parameter controls the amount
  5. of time in microseconds the encoder should spend working on the frame. For
  6. more information on the <code>deadline</code> parameter, see
  7. \ref usage_deadline.
  8. \ref samples
  9. */