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

  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 30 svc->spatial_layer_id = 0;
236 return &cpi->svc.layer_context[cpi->svc.spatial_layer_id *
242 : &cpi->svc.layer_context[cpi->svc.spatial_layer_id];
251 const int st_idx = svc->spatial_layer_id * svc->number_temporal_layers +
361 svc->spatial_layer_id = i;
364 twopass->total_stats.spatial_layer_id = i;
365 twopass->total_left_stats.spatial_layer_id = i;
367 svc->spatial_layer_id = 0;
372 &cpi->svc.layer_context[cpi->svc.spatial_layer_id *
376 if (cpi->svc.spatial_layer_id == cpi->svc.number_spatial_layers - 1
    [all...]
vp9_bitstream.h 44 (is_two_pass_svc(cpi) && cpi->svc.spatial_layer_id == 0 &&
vp9_svc_layercontext.h 53 int spatial_layer_id; member in struct:__anon24826
vp9_firstpass.h 101 int64_t spatial_layer_id; member in struct:__anon24784
vp9_ratectrl.c 257 LAYER_IDS_TO_IDX(svc->spatial_layer_id, i, svc->number_temporal_layers);
396 cpi->svc.spatial_layer_id > cpi->svc.first_spatial_layer_to_encode)) {
694 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;
736 fps->spatial_layer_id = cpi->svc.spatial_layer_id;
845 is_two_pass_svc(cpi) ? &cpi->svc.layer_context[cpi->svc.spatial_layer_id]
    [all...]
vp9_encoder.h 864 cpi->svc.spatial_layer_id == cpi->svc.number_spatial_layers - 1));
873 cpi->oxcf.ss_enable_auto_arf[cpi->svc.spatial_layer_id]));
vp9_encoder.c     [all...]
vp9_speed_features.c 558 cpi->svc.spatial_layer_id == cpi->svc.number_spatial_layers - 1)) {
571 cpi->svc.spatial_layer_id == cpi->svc.number_spatial_layers - 1)) {
vp9_aq_cyclicrefresh.c 466 if (cpi->svc.spatial_layer_id > 0) {
vp9_pickmode.c     [all...]
vp9_bitstream.c     [all...]
vp9_encodeframe.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 716 int spatial_layer_id; /**< Spatial layer id number. */ member in struct:vpx_svc_layer_id
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 289 const int layer_id = (int)stats[i].spatial_layer_id;
305 layer_id = (int)stats->spatial_layer_id;
    [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 726 layer_id.spatial_layer_id = 0;
    [all...]
vpx_temporal_svc_encoder.c 761 layer_id.spatial_layer_id = 0;
    [all...]
  /external/libvpx/libvpx/test/
datarate_test.cc 570 layer_id.spatial_layer_id = 0;
    [all...]

Completed in 588 milliseconds