Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(894)

Side by Side Diff: source/libvpx/usage_cx.dox

Issue 1019863002: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/libvpx/usage.dox ('k') | source/libvpx/vp8/encoder/vp8_asm_enc_offsets.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /*! \page usage_encode Encode 1 /*! \page usage_encode Encoding
2 2
3 The vpx_codec_encode() function is at the core of the encode loop. It 3 The vpx_codec_encode() function is at the core of the encode loop. It
4 processes raw images passed by the application, producing packets of 4 processes raw images passed by the application, producing packets of
5 compressed data. The <code>deadline</code> parameter controls the amount 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 6 of time in microseconds the encoder should spend working on the frame. For
7 more information on the <code>deadline</code> parameter, see 7 more information on the <code>deadline</code> parameter, see
8 \ref usage_deadline. 8 \ref usage_deadline.
9 9
10 10
11 \ref samples 11 \ref samples
12 12
13 */ 13 */
OLDNEW
« no previous file with comments | « source/libvpx/usage.dox ('k') | source/libvpx/vp8/encoder/vp8_asm_enc_offsets.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698