Home
last modified time | relevance | path

Searched refs:spatial_layer_to_encode (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h80 int spatial_layer_to_encode; member
Dvp9_svc_layercontext.c483 spatial_id = cpi->svc.spatial_layer_id = cpi->svc.spatial_layer_to_encode; in set_flags_and_fb_idx_for_temporal_mode3()
589 spatial_id = cpi->svc.spatial_layer_id = cpi->svc.spatial_layer_to_encode; in set_flags_and_fb_idx_for_temporal_mode2()
650 spatial_id = cpi->svc.spatial_layer_id = cpi->svc.spatial_layer_to_encode; in set_flags_and_fb_idx_for_temporal_mode_noLayering()
682 int sl = svc->spatial_layer_id = svc->spatial_layer_to_encode; in set_flags_and_fb_idx_bypass_via_set_ref_frame_config()
Dvp9_encoder.c6964 ++cpi->svc.spatial_layer_to_encode;
6965 if (cpi->svc.spatial_layer_to_encode >= cpi->svc.number_spatial_layers)
6966 cpi->svc.spatial_layer_to_encode = 0;
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1454 svc->spatial_layer_to_encode = data->spatial_layer_id; in ctrl_set_svc_layer_id()