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

  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.h 44 (is_two_pass_svc(cpi) && cpi->svc.spatial_layer_id == 0 &&
vp9_svc_layercontext.c 30 svc->spatial_layer_id = 0;
238 return &cpi->svc.layer_context[cpi->svc.spatial_layer_id *
244 : &cpi->svc.layer_context[cpi->svc.spatial_layer_id];
253 const int st_idx = svc->spatial_layer_id * svc->number_temporal_layers +
364 svc->spatial_layer_id = i;
367 twopass->total_stats.spatial_layer_id = i;
368 twopass->total_left_stats.spatial_layer_id = i;
370 svc->spatial_layer_id = 0;
376 &cpi->svc.layer_context[cpi->svc.spatial_layer_id *
380 if (cpi->svc.spatial_layer_id == cpi->svc.number_spatial_layers - 1
    [all...]
vp9_svc_layercontext.h 53 int spatial_layer_id; member in struct:SVC
vp9_firstpass.h 101 int64_t spatial_layer_id; member in struct:__anon26230
vp9_ratectrl.c 257 LAYER_IDS_TO_IDX(svc->spatial_layer_id, i, svc->number_temporal_layers);
398 cpi->svc.spatial_layer_id > cpi->svc.first_spatial_layer_to_encode)) {
690 if (cpi->use_svc && cpi->svc.spatial_layer_id > 0) {
    [all...]
vp9_firstpass.c 161 section->spatial_layer_id = 0;
168 section->spatial_layer_id = frame->spatial_layer_id;
745 fps->spatial_layer_id = cpi->svc.spatial_layer_id;
854 is_two_pass_svc(cpi) ? &cpi->svc.layer_context[cpi->svc.spatial_layer_id]
    [all...]
vp9_denoiser.c 337 cpi->svc.number_spatial_layers - cpi->svc.spatial_layer_id == 2
342 cpi->svc.number_spatial_layers - cpi->svc.spatial_layer_id - 1;
400 cpi->gld_fb_idx, cpi->use_svc, cpi->svc.spatial_layer_id);
579 LAYER_CONTEXT *lc = &svc->layer_context[svc->spatial_layer_id *
vp9_speed_features.c 556 cpi->svc.spatial_layer_id == cpi->svc.number_spatial_layers - 1)) {
581 (cpi->svc.spatial_layer_id == 0 ||
586 if (cpi->svc.temporal_layer_id > 0 || cpi->svc.spatial_layer_id > 1) {
599 cpi->svc.spatial_layer_id == cpi->svc.number_spatial_layers - 1)) {
    [all...]
vp9_encoder.h 873 cpi->svc.spatial_layer_id >= cpi->svc.first_layer_denoise));
883 cpi->oxcf.ss_enable_auto_arf[cpi->svc.spatial_layer_id]));
vp9_noise_estimate.c 29 cpi->svc.spatial_layer_id == cpi->svc.number_spatial_layers - 1));
vp9_encoder.c     [all...]
vp9_pickmode.c     [all...]
vp9_aq_cyclicrefresh.c 467 if (cpi->svc.spatial_layer_id > 0) {
vp9_encodeframe.c     [all...]
vp9_bitstream.c     [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 534 layer_id.spatial_layer_id = settings.start_layer;
577 assert(layer_id.spatial_layer_id == 0);
580 vp9_info->spatial_idx = layer_id.spatial_layer_id;
582 if (layer_id.spatial_layer_id != 0) {
592 layer_id.spatial_layer_id == spatial_layer_->GetStartLayer();
594 is_first_frame = layer_id.spatial_layer_id == 0;
614 if (layer_id.temporal_layer_id == 0 && layer_id.spatial_layer_id == 0) {
627 vp9_info->num_ref_pics = num_ref_pics_[layer_id.spatial_layer_id];
628 for (int i = 0; i < num_ref_pics_[layer_id.spatial_layer_id]; ++i) {
629 vp9_info->p_diff[i] = p_diff_[layer_id.spatial_layer_id][i]
    [all...]
  /external/libvpx/libvpx/vpx/
vp8cx.h 719 int spatial_layer_id; /**< Spatial layer id number. */ member in struct:vpx_svc_layer_id
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 302 const int layer_id = (int)stats[i].spatial_layer_id;
318 layer_id = (int)stats->spatial_layer_id;
    [all...]
  /external/libvpx/libvpx/test/
datarate_test.cc 629 layer_id.spatial_layer_id = 0;
    [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 731 layer_id.spatial_layer_id = 0;
    [all...]
vpx_temporal_svc_encoder.c 822 layer_id.spatial_layer_id = 0;
    [all...]

Completed in 274 milliseconds