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

  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 176 for (i = 0; i < svc_ctx->spatial_layers; ++i) {
186 if (res == VPX_CODEC_OK && i != svc_ctx->spatial_layers) {
189 "but only %d specified\n", type, svc_ctx->spatial_layers, i);
227 svc_ctx->spatial_layers = atoi(option_value);
264 for (i = 0; i < svc_ctx->spatial_layers; ++i) {
273 (svc_ctx->spatial_layers > 3 ||
274 svc_ctx->spatial_layers * svc_ctx->temporal_layers > 4))
277 for (i = 0; i < svc_ctx->spatial_layers; ++i)
279 if (alt_ref_enabled > REF_FRAMES - svc_ctx->spatial_layers) {
283 REF_FRAMES - svc_ctx->spatial_layers, alt_ref_enabled)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
svc_test.cc 94 svc_.spatial_layers = 6; // too many layers
98 svc_.spatial_layers = 0; // use default layers
102 EXPECT_EQ(VPX_SS_DEFAULT_LAYERS, svc_.spatial_layers);
106 svc_.spatial_layers = 2;
133 EXPECT_EQ(3, svc_.spatial_layers);
150 EXPECT_EQ(2, svc_.spatial_layers);
155 svc_.spatial_layers = 2;
170 svc_.spatial_layers = 2;
183 svc_.spatial_layers = 2;
203 svc_.spatial_layers = 2
    [all...]
  /external/libvpx/libvpx/vpx/
svc_context.h 34 int spatial_layers; // number of spatial layers member in struct:__anon16657
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
svc_context.h 41 int spatial_layers; // number of layers member in struct:__anon30283
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 305 for (i = 0; i < svc_ctx->spatial_layers; ++i) {
320 si->quantizer_keyframe[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers]
323 si->quantizer[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] = q;
326 if (res == VPX_CODEC_OK && found != svc_ctx->spatial_layers) {
329 svc_ctx->spatial_layers, found);
359 for (i = 0; i < svc_ctx->spatial_layers; ++i) {
382 si->scaling_factor_num[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] =
384 si->scaling_factor_den[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] =
387 if (res == VPX_CODEC_OK && found != svc_ctx->spatial_layers) {
390 svc_ctx->spatial_layers, found)
    [all...]
  /external/libvpx/libvpx/test/
svc_test.cc 112 svc_.spatial_layers = layers;
175 svc_.spatial_layers = layers;
336 svc_.spatial_layers = 6; // too many layers
340 svc_.spatial_layers = 0; // use default layers
342 EXPECT_EQ(VPX_SS_DEFAULT_LAYERS, svc_.spatial_layers);
346 svc_.spatial_layers = 2;
364 EXPECT_EQ(3, svc_.spatial_layers);
372 EXPECT_EQ(2, svc_.spatial_layers);
376 svc_.spatial_layers = 2;
399 svc_.spatial_layers = 2
    [all...]
datarate_test.cc 851 int spatial_layers,
858 for (sl = 0; sl < spatial_layers; ++sl) {
865 for (sl = 0; sl < spatial_layers; ++sl) {
    [all...]
  /external/webrtc/webrtc/
config.h 111 std::vector<SpatialLayer> spatial_layers; member in struct:webrtc::VideoEncoderConfig
  /external/webrtc/webrtc/video/
video_quality_test.h 68 std::vector<SpatialLayer> spatial_layers; member in struct:webrtc::VideoQualityTest::Params::__anon26892
video_quality_test.cc 664 RTC_CHECK(params_.ss.spatial_layers.empty() ||
665 params_.ss.spatial_layers.size() ==
763 RTC_CHECK(params->ss.spatial_layers.empty());
774 params->ss.spatial_layers.push_back(layer);
818 video_encoder_config_.spatial_layers = params_.ss.spatial_layers;
    [all...]
video_send_stream.cc 383 RTC_DCHECK(config.spatial_layers.empty() ||
384 config.spatial_layers.size() ==
388 for (size_t i = 0; i < config.spatial_layers.size(); ++i)
389 video_codec.spatialLayers[i] = config.spatial_layers[i];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp9_spatial_scalable_encoder.c 137 svc_ctx->spatial_layers = default_spatial_layers;
178 svc_ctx->spatial_layers = arg_parse_uint(&arg);
278 svc_ctx->spatial_layers, enc_cfg->g_w, enc_cfg->g_h,
319 if (vpx_svc_get_layer_resolution(&svc_ctx, svc_ctx.spatial_layers - 1,
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 171 svc_ctx->spatial_layers = default_spatial_layers;
217 svc_ctx->spatial_layers = arg_parse_uint(&arg);
363 svc_ctx->spatial_layers, enc_cfg->g_w, enc_cfg->g_h,
727 svc_ctx.spatial_layers,
    [all...]

Completed in 558 milliseconds