summaryrefslogtreecommitdiffstats
path: root/third_party/aom/usage_cx.dox
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/usage_cx.dox')
-rw-r--r--third_party/aom/usage_cx.dox13
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/aom/usage_cx.dox b/third_party/aom/usage_cx.dox
new file mode 100644
index 000000000..dcf267ce4
--- /dev/null
+++ b/third_party/aom/usage_cx.dox
@@ -0,0 +1,13 @@
+/*! \page usage_encode Encoding
+
+ The aom_codec_encode() function is at the core of the encode loop. It
+ processes raw images passed by the application, producing packets of
+ compressed data. The <code>deadline</code> parameter controls the amount
+ of time in microseconds the encoder should spend working on the frame. For
+ more information on the <code>deadline</code> parameter, see
+ \ref usage_deadline.
+
+
+ \ref samples
+
+*/