Codebase list aom / master usage_cx.dox
master

Tree @master (Download .tar.gz)

usage_cx.dox @masterraw · 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

*/