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.h79 int spatial_layer_to_encode; member
Dvp9_svc_layercontext.c496 spatial_id = cpi->svc.spatial_layer_id = cpi->svc.spatial_layer_to_encode; in set_flags_and_fb_idx_for_temporal_mode3()
604 spatial_id = cpi->svc.spatial_layer_id = cpi->svc.spatial_layer_to_encode; in set_flags_and_fb_idx_for_temporal_mode2()
667 spatial_id = cpi->svc.spatial_layer_id = cpi->svc.spatial_layer_to_encode; in set_flags_and_fb_idx_for_temporal_mode_noLayering()
701 int sl = svc->spatial_layer_id = svc->spatial_layer_to_encode; in set_flags_and_fb_idx_bypass_via_set_ref_frame_config()
778 if (svc->spatial_layer_to_encode == svc->first_spatial_layer_to_encode) { in vp9_one_pass_cbr_svc_start_layer()
Dvp9_encoder.c7624 ++cpi->svc.spatial_layer_to_encode;
7625 if (cpi->svc.spatial_layer_to_encode >= cpi->svc.number_spatial_layers)
7626 cpi->svc.spatial_layer_to_encode = 0;
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1530 svc->spatial_layer_to_encode = data->spatial_layer_id; in ctrl_set_svc_layer_id()