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

  /external/libvpx/libvpx/test/
svc_test.cc 93 svc_.spatial_layers = 6; // too many layers
97 svc_.spatial_layers = 0; // use default layers
101 EXPECT_EQ(VPX_SS_DEFAULT_LAYERS, svc_.spatial_layers);
105 svc_.spatial_layers = 2;
132 EXPECT_EQ(3, svc_.spatial_layers);
149 EXPECT_EQ(2, svc_.spatial_layers);
154 svc_.spatial_layers = 2;
169 svc_.spatial_layers = 2;
189 svc_.spatial_layers = 2;
210 svc_.spatial_layers = 2
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 285 for (i = 0; i < svc_ctx->spatial_layers; ++i) {
299 si->quantizer[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] = q;
301 if (res == VPX_CODEC_OK && found != svc_ctx->spatial_layers) {
304 svc_ctx->spatial_layers, found);
334 for (i = 0; i < svc_ctx->spatial_layers; ++i) {
357 si->scaling_factor_num[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] =
359 si->scaling_factor_den[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] =
362 if (res == VPX_CODEC_OK && found != svc_ctx->spatial_layers) {
365 svc_ctx->spatial_layers, found);
404 svc_ctx->spatial_layers = atoi(option_value)
    [all...]
  /external/libvpx/libvpx/vpx/
svc_context.h 41 int spatial_layers; // number of layers member in struct:__anon21332
  /external/libvpx/libvpx/
vp9_spatial_scalable_encoder.c 209 svc_ctx->spatial_layers = default_spatial_layers;
254 svc_ctx->spatial_layers = arg_parse_uint(&arg);
293 svc_ctx->spatial_layers, enc_cfg->g_w, enc_cfg->g_h,

Completed in 40 milliseconds