summaryrefslogtreecommitdiff
path: root/usage_cx.dox
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2010-05-18 11:58:33 -0400
committerJohn Koleszar <jkoleszar@google.com>2010-05-18 11:58:33 -0400
commit0ea50ce9cb4b65eee6afa1d041fe8beb5abda667 (patch)
tree1f3b9019f28bc56fd3156f96e5a9653a983ee61b /usage_cx.dox
downloadlibvpx-0ea50ce9cb4b65eee6afa1d041fe8beb5abda667.tar.gz
Initial WebM releasev0.9.0
Diffstat (limited to 'usage_cx.dox')
-rw-r--r--usage_cx.dox14
1 files changed, 14 insertions, 0 deletions
diff --git a/usage_cx.dox b/usage_cx.dox
new file mode 100644
index 000000000..980a03461
--- /dev/null
+++ b/usage_cx.dox
@@ -0,0 +1,14 @@
+/*! \page usage_encode Encode
+
+ The vpx_codec_encode() function is at the core of the decode 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
+
+
+*/