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.h182 int first_spatial_layer_to_encode; member
Dvp9_svc_layercontext.c1073 svc->spatial_layer_id > svc->first_spatial_layer_to_encode) { in vp9_svc_assert_constraints_pattern()
1082 svc->spatial_layer_id > svc->first_spatial_layer_to_encode) { in vp9_svc_assert_constraints_pattern()
Dvp9_ratectrl.c2164 if (svc->first_spatial_layer_to_encode) in vp9_rc_get_svc_params()
2809 if (cpi->svc.spatial_layer_id == cpi->svc.first_spatial_layer_to_encode && in vp9_scene_detection_onepass()
3077 for (sl = 0; sl < svc->first_spatial_layer_to_encode; ++sl) { in vp9_encodedframe_overshoot()
Dvp9_encoder.c3811 if (svc->spatial_layer_id == svc->first_spatial_layer_to_encode) {
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1455 svc->first_spatial_layer_to_encode = data->spatial_layer_id; in ctrl_set_svc_layer_id()