Home
last modified time | relevance | path

Searched refs:vpx_svc_set_options (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/test/
Dsvc_test.cc344 vpx_codec_err_t res = vpx_svc_set_options(&svc_, NULL); in TEST_F()
347 res = vpx_svc_set_options(&svc_, "not-an-option=1"); in TEST_F()
354 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "spatial-layers=3"); in TEST_F()
362 vpx_svc_set_options(&svc_, "spatial-layers=2 scale-factors=1/3,2/3"); in TEST_F()
371 vpx_svc_set_options(&svc_, "scale-factors=not-scale-factors"); in TEST_F()
376 res = vpx_svc_set_options(&svc_, "scale-factors=1/3, 3*3"); in TEST_F()
381 res = vpx_svc_set_options(&svc_, "scale-factors=1/3"); in TEST_F()
386 res = vpx_svc_set_options(&svc_, "scale-factors=1/3,2/3"); in TEST_F()
393 vpx_codec_err_t res = vpx_svc_set_options(&svc_, "max-quantizers=nothing"); in TEST_F()
398 res = vpx_svc_set_options(&svc_, "min-quantizers=nothing"); in TEST_F()
[all …]
/external/libvpx/libvpx/vpx/
Dexports_spatial_svc6 text vpx_svc_set_options
Dsvc_context.h86 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options);
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c287 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options) { in vpx_svc_set_options() function
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c313 vpx_svc_set_options(svc_ctx, string_options + 1); in parse_command_line()