Home
last modified time | relevance | path

Searched refs:vpx_codec_enc_init (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/examples/
Dencoder_tmpl.txt48 if(vpx_codec_enc_init(&codec, interface, &cfg, 0))
/external/libvpx/vpx/
Dvpx_encoder.h588 #define vpx_codec_enc_init(ctx, iface, cfg, flags) \ macro
/external/libvpx/
Dusage.dox84 \if encoder - #vpx_codec_enc_init (calls vpx_codec_enc_init_ver()) \endif
Dvpxenc.c1567 vpx_codec_enc_init(&encoder, codec->iface, &cfg, in main()