File: usage_cx.dox

package info (click to toggle)
aom 1.0.0.errata1-3%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 19,460 kB
  • sloc: ansic: 209,308; cpp: 91,831; asm: 11,682; python: 3,376; perl: 1,816; sh: 1,335; makefile: 38; javascript: 32
file content (9 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (48)
1
2
3
4
5
6
7
8
9
/*! \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.

    \ref samples

*/