tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

usage_cx.dox (223B)


      1 /*! \page usage_encode Encoding
      2 
      3     The aom_codec_encode() function is at the core of the encode loop. It
      4     processes raw images passed by the application, producing packets of
      5     compressed data.
      6 
      7     \ref samples
      8 
      9 */