Searched refs:vpx_codec_enc_init (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/examples/ |
D | twopass_encoder.c | 137 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), cfg, 0)) in pass0() 177 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), cfg, 0)) in pass1()
|
D | vp9_lossless_encoder.c | 119 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
D | vp8cx_set_ref.c | 164 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
D | simple_encoder.c | 231 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
D | set_maps.c | 223 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
D | vpx_temporal_svc_encoder.c | 676 if (vpx_codec_enc_init( in main() 680 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_encoder.h | 800 #define vpx_codec_enc_init(ctx, iface, cfg, flags) \ macro
|
/external/libvpx/libvpx/test/ |
D | encode_test_driver.cc | 33 res = vpx_codec_enc_init(&encoder_, CodecInterface(), &cfg_, in InitEncoder()
|
/external/libvpx/libvpx/ |
D | usage.dox | 84 \li #vpx_codec_enc_init (calls vpx_codec_enc_init_ver())
|
D | vpxenc.c | 1551 vpx_codec_enc_init(&stream->encoder, global->codec->codec_interface(), in initialize_encoder()
|
/external/libvpx/libvpx/vpx/src/ |
D | svc_encodeframe.c | 494 res = vpx_codec_enc_init(codec_ctx, iface, enc_cfg, VPX_CODEC_USE_PSNR); in vpx_svc_init()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.cc | 416 if (vpx_codec_enc_init(encoder_, vpx_codec_vp9_cx(), config_, 0)) { in InitAndSetControlSettings()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.cc | 652 if (vpx_codec_enc_init(&encoders_[0], vpx_codec_vp8_cx(), in InitAndSetControlSettings()
|