HomeSort by relevance Sort by last modified time
    Searched refs:SvcContext (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vpx/
svc_context.h 12 * SvcContext - input parameters and state to encode a multi-layered
50 } SvcContext;
60 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options);
67 vpx_codec_err_t vpx_svc_set_quantizers(SvcContext *svc_ctx,
75 vpx_codec_err_t vpx_svc_set_scale_factors(SvcContext *svc_ctx,
81 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
87 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
94 void vpx_svc_release(SvcContext *svc_ctx);
99 const char *vpx_svc_dump_statistics(SvcContext *svc_ctx);
104 const char *vpx_svc_get_message(const SvcContext *svc_ctx)
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 201 static SvcInternal *get_svc_internal(SvcContext *svc_ctx) {
213 static const SvcInternal *get_const_svc_internal(const SvcContext *svc_ctx) {
218 static void svc_log_reset(SvcContext *svc_ctx) {
223 static int svc_log(SvcContext *svc_ctx, int level, const char *fmt, ...) {
250 static vpx_codec_err_t set_option_encoding_mode(SvcContext *svc_ctx,
267 static vpx_codec_err_t parse_quantizer_values(SvcContext *svc_ctx,
311 static void log_invalid_scale_factor(SvcContext *svc_ctx, const char *value) {
316 static vpx_codec_err_t parse_scale_factors(SvcContext *svc_ctx,
379 static vpx_codec_err_t parse_options(SvcContext *svc_ctx, const char *options) {
422 vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options)
    [all...]
  /external/libvpx/libvpx/
vp9_spatial_scalable_encoder.c 201 AppInput *app_input, SvcContext *svc_ctx,
207 // initialize SvcContext with parameters that will be passed to vpx_svc_init
304 SvcContext svc_ctx;
  /external/libvpx/libvpx/test/
svc_test.cc 72 SvcContext svc_;

Completed in 99 milliseconds