usage_cx.dox 476 B

123456789101112131415
  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. \if samples
  9. \ref samples
  10. \endif
  11. */