Home
last modified time | relevance | path

Searched refs:svc (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c21 cpi->svc.spatial_layer_id = 0; in vp9_init_layer_context()
22 cpi->svc.temporal_layer_id = 0; in vp9_init_layer_context()
24 if (cpi->svc.number_temporal_layers > 1) { in vp9_init_layer_context()
25 layer_end = cpi->svc.number_temporal_layers; in vp9_init_layer_context()
27 layer_end = cpi->svc.number_spatial_layers; in vp9_init_layer_context()
31 LAYER_CONTEXT *const lc = &cpi->svc.layer_context[layer]; in vp9_init_layer_context()
47 if (cpi->svc.number_temporal_layers > 1) { in vp9_init_layer_context()
72 if (cpi->svc.number_temporal_layers > 1) { in vp9_update_layer_context_change_config()
73 layer_end = cpi->svc.number_temporal_layers; in vp9_update_layer_context_change_config()
75 layer_end = cpi->svc.number_spatial_layers; in vp9_update_layer_context_change_config()
[all …]
Dvp9_firstpass.c263 if (cpi->svc.number_spatial_layers > 1 && in calculate_modified_err()
264 cpi->svc.number_temporal_layers == 1) { in calculate_modified_err()
265 twopass = &cpi->svc.layer_context[cpi->svc.spatial_layer_id].twopass; in calculate_modified_err()
354 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1) { in vp9_end_first_pass()
356 for (i = 0; i < cpi->svc.number_spatial_layers; ++i) { in vp9_end_first_pass()
357 output_stats(&cpi->svc.layer_context[i].twopass.total_stats, in vp9_end_first_pass()
510 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1) { in vp9_first_pass()
513 twopass = &cpi->svc.layer_context[cpi->svc.spatial_layer_id].twopass; in vp9_first_pass()
793 fps.spatial_layer_id = cpi->svc.spatial_layer_id; in vp9_first_pass()
851 if (cpi->use_svc && cpi->svc.number_temporal_layers == 1) { in vp9_first_pass()
[all …]
Dvp9_onyx_if.c205 for (i = 0; i < cpi->svc.number_spatial_layers; ++i) { in dealloc_compressor_data()
206 LAYER_CONTEXT *const lc = &cpi->svc.layer_context[i]; in dealloc_compressor_data()
802 cpi->svc.number_spatial_layers = oxcf->ss_number_layers; in init_config()
804 cpi->svc.number_temporal_layers = oxcf->ts_number_layers; in init_config()
806 if ((cpi->svc.number_temporal_layers > 1 && in init_config()
808 (cpi->svc.number_spatial_layers > 1 && in init_config()
966 if ((cpi->svc.number_temporal_layers > 1 && in vp9_change_config()
968 (cpi->svc.number_spatial_layers > 1 && cpi->pass == 2)) { in vp9_change_config()
1338 if (cpi->svc.number_spatial_layers > 1 in vp9_create_compressor()
1339 && cpi->svc.number_temporal_layers == 1) { in vp9_create_compressor()
[all …]
Dvp9_ratectrl.c202 int current_temporal_layer = cpi->svc.temporal_layer_id; in update_layer_buffer_level()
204 temporal_layer < cpi->svc.number_temporal_layers; ++temporal_layer) { in update_layer_buffer_level()
205 LAYER_CONTEXT *lc = &cpi->svc.layer_context[temporal_layer]; in update_layer_buffer_level()
1241 if (cpi->svc.number_temporal_layers > 1 && in calc_pframe_target_size_one_pass_cbr()
1246 int current_temporal_layer = cpi->svc.temporal_layer_id; in calc_pframe_target_size_one_pass_cbr()
1247 const LAYER_CONTEXT *lc = &cpi->svc.layer_context[current_temporal_layer]; in calc_pframe_target_size_one_pass_cbr()
Dvp9_aq_cyclicrefresh.c189 (cpi->svc.temporal_layer_id > 0)) { in vp9_cyclic_refresh_setup()
Dvp9_onyx_int.h499 SVC svc; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c1032 SVC *const svc = &cpi->svc; in vp9e_set_svc_layer_id() local
1033 svc->spatial_layer_id = data->spatial_layer_id; in vp9e_set_svc_layer_id()
1034 svc->temporal_layer_id = data->temporal_layer_id; in vp9e_set_svc_layer_id()
1036 if (svc->temporal_layer_id < 0 || in vp9e_set_svc_layer_id()
1037 svc->temporal_layer_id >= (int)ctx->cfg.ts_number_layers) { in vp9e_set_svc_layer_id()
1040 if (svc->spatial_layer_id < 0 || in vp9e_set_svc_layer_id()
1041 svc->spatial_layer_id >= (int)ctx->cfg.ss_number_layers) { in vp9e_set_svc_layer_id()
1055 cpi->svc.spatial_layer_id = params->spatial_layer; in vp9e_set_svc_parameters()
1056 cpi->svc.temporal_layer_id = params->temporal_layer; in vp9e_set_svc_parameters()
/hardware/libhardware/include/hardware/
Dbt_hf.h261 …bt_status_t (*cind_response)(int svc, int num_active, int num_held, bthf_call_state_t call_setup_s…