Home
last modified time | relevance | path

Searched refs:first_spatial_layer_to_encode (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h59 int first_spatial_layer_to_encode; member
Dvp9_svc_layercontext.c32 svc->first_spatial_layer_to_encode = 0; in vp9_init_layer_context()
636 if (cpi->svc.spatial_layer_id == cpi->svc.first_spatial_layer_to_encode) in vp9_one_pass_cbr_svc_start_layer()
Dvp9_ratectrl.c396 cpi->svc.spatial_layer_id > cpi->svc.first_spatial_layer_to_encode)) { in vp9_rc_drop_frame()
1705 if (cpi->svc.spatial_layer_id == cpi->svc.first_spatial_layer_to_encode) { in vp9_rc_get_svc_params()
Dvp9_encoder.c5151 cpi->svc.spatial_layer_id > cpi->svc.first_spatial_layer_to_encode) {
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1475 svc->first_spatial_layer_to_encode = data->spatial_layer_id; in ctrl_set_svc_layer_id()
1483 if (svc->first_spatial_layer_to_encode < 0 || in ctrl_set_svc_layer_id()
1484 svc->first_spatial_layer_to_encode >= (int)ctx->cfg.ss_number_layers) { in ctrl_set_svc_layer_id()
1488 if (is_two_pass_svc(cpi) && svc->first_spatial_layer_to_encode > 0) in ctrl_set_svc_layer_id()