Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dexports_spatial_svc3 text vpx_svc_init
/external/libvpx/libvpx/examples/
Dsvc_context.h88 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
Dsvc_encodeframe.c376 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, in vpx_svc_init() function
Dvp9_spatial_svc_encoder.c796 if (vpx_svc_init(&svc_ctx, &codec, vpx_codec_vp9_cx(), &enc_cfg) != in main()