HomeSort by relevance Sort by last modified time
    Searched defs:svc_ctx (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp9_spatial_scalable_encoder.c 122 AppInput *app_input, SvcContext *svc_ctx,
136 svc_ctx->log_level = SVC_LOG_DEBUG;
137 svc_ctx->spatial_layers = default_spatial_layers;
138 svc_ctx->encoding_mode = default_encoding_mode;
164 svc_ctx->encoding_mode = arg_parse_enum_or_int(&arg);
178 svc_ctx->spatial_layers = arg_parse_uint(&arg);
183 vpx_svc_set_scale_factors(svc_ctx, arg.val);
185 vpx_svc_set_quantizers(svc_ctx, arg.val, 0);
187 vpx_svc_set_quantizers(svc_ctx, arg.val, 1);
277 app_input->frames_to_skip, svc_ctx->encoding_mode
289 SvcContext svc_ctx; local
    [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 155 AppInput *app_input, SvcContext *svc_ctx,
170 svc_ctx->log_level = SVC_LOG_DEBUG;
171 svc_ctx->spatial_layers = default_spatial_layers;
172 svc_ctx->temporal_layers = default_temporal_layers;
173 svc_ctx->temporal_layering_mode = default_temporal_layering_mode;
175 svc_ctx->output_rc_stat = default_output_rc_stats;
177 svc_ctx->speed = default_speed;
178 svc_ctx->threads = default_threads;
217 svc_ctx->spatial_layers = arg_parse_uint(&arg);
219 svc_ctx->temporal_layers = arg_parse_uint(&arg)
606 SvcContext svc_ctx; local
    [all...]

Completed in 57 milliseconds