Home
last modified time | relevance | path

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

/external/libvpx/libvpx/examples/
Dvp8cx_set_ref.c160 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
Dsimple_encoder.c234 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
Dtwopass_encoder.c196 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
Dset_maps.c217 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
Dvpx_temporal_svc_encoder.c577 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h727 #define vpx_codec_enc_init(ctx, iface, cfg, flags) \ macro
/external/libvpx/libvpx/test/
Dencode_test_driver.cc48 res = vpx_codec_enc_init(&encoder_, CodecInterface(), &cfg_, in EncodeFrameInternal()
/external/libvpx/libvpx/
Dusage.dox83 \if encoder - #vpx_codec_enc_init (calls vpx_codec_enc_init_ver()) \endif
Dvpxenc.c1283 vpx_codec_enc_init(&stream->encoder, global->codec->codec_interface(), in initialize_encoder()
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c540 res = vpx_codec_enc_init(codec_ctx, iface, enc_cfg, VPX_CODEC_USE_PSNR); in vpx_svc_init()