Codebase list aom / 0d5beb28-ca6a-4576-9698-f89f8a62801e/main usage_cx.dox
0d5beb28-ca6a-4576-9698-f89f8a62801e/main

Tree @0d5beb28-ca6a-4576-9698-f89f8a62801e/main (Download .tar.gz)

usage_cx.dox @0d5beb28-ca6a-4576-9698-f89f8a62801e/mainraw · history · blame

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

*/