Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dsvc_test.cc197 vpx_codec_err_t res = vpx_svc_set_quantizers(NULL, "40,30", 0); in TEST_F()
200 res = vpx_svc_set_quantizers(&svc_, NULL, 0); in TEST_F()
204 res = vpx_svc_set_quantizers(&svc_, "40", 0); in TEST_F()
209 res = vpx_svc_set_quantizers(&svc_, "40,30", 0); in TEST_F()
217 vpx_codec_err_t res = vpx_svc_set_quantizers(NULL, "40,31", 1); in TEST_F()
220 res = vpx_svc_set_quantizers(&svc_, NULL, 1); in TEST_F()
223 res = vpx_svc_set_quantizers(&svc_, "40,30", 1); in TEST_F()
254 vpx_svc_set_quantizers(&svc_, "40,30", 0); in TEST_F()
281 vpx_svc_set_quantizers(&svc_, "40,30", 0); in TEST_F()
334 vpx_svc_set_quantizers(&svc_, "40,30", 0); in TEST_F()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dexports_enc21 text vpx_svc_set_quantizers
Dsvc_context.h66 vpx_codec_err_t vpx_svc_set_quantizers(SvcContext *svc_ctx,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp9_spatial_scalable_encoder.c185 vpx_svc_set_quantizers(svc_ctx, arg.val, 0); in parse_command_line()
187 vpx_svc_set_quantizers(svc_ctx, arg.val, 1); in parse_command_line()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c467 vpx_codec_err_t vpx_svc_set_quantizers(SvcContext *svc_ctx, in vpx_svc_set_quantizers() function