xref: /aosp_15_r20/external/libaom/usage_cx.dox (revision 77c1e3ccc04c968bd2bc212e87364f250e820521)
1*77c1e3ccSAndroid Build Coastguard Worker/*! \page usage_encode Encoding
2*77c1e3ccSAndroid Build Coastguard Worker
3*77c1e3ccSAndroid Build Coastguard Worker    The aom_codec_encode() function is at the core of the encode loop. It
4*77c1e3ccSAndroid Build Coastguard Worker    processes raw images passed by the application, producing packets of
5*77c1e3ccSAndroid Build Coastguard Worker    compressed data.
6*77c1e3ccSAndroid Build Coastguard Worker
7*77c1e3ccSAndroid Build Coastguard Worker    \ref samples
8*77c1e3ccSAndroid Build Coastguard Worker
9*77c1e3ccSAndroid Build Coastguard Worker*/
10