Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h182 int first_spatial_layer_to_encode; member
Dvp9_svc_layercontext.c778 if (svc->spatial_layer_to_encode == svc->first_spatial_layer_to_encode) { in vp9_one_pass_cbr_svc_start_layer()
784 sl >= svc->first_spatial_layer_to_encode; sl--) { in vp9_one_pass_cbr_svc_start_layer()
792 for (sl2 = sl; sl2 >= svc->first_spatial_layer_to_encode; sl2--) in vp9_one_pass_cbr_svc_start_layer()
1137 svc->spatial_layer_id > svc->first_spatial_layer_to_encode) { in vp9_svc_assert_constraints_pattern()
1146 svc->spatial_layer_id > svc->first_spatial_layer_to_encode) { in vp9_svc_assert_constraints_pattern()
Dvp9_ratectrl.c2239 if (svc->first_spatial_layer_to_encode) in vp9_rc_get_svc_params()
2938 if (cpi->svc.spatial_layer_id == cpi->svc.first_spatial_layer_to_encode && in vp9_scene_detection_onepass()
3206 for (sl = 0; sl < svc->first_spatial_layer_to_encode; ++sl) { in vp9_encodedframe_overshoot()
Dvp9_encoder.c3994 if (svc->spatial_layer_id == svc->first_spatial_layer_to_encode) {
7252 cpi->svc.spatial_layer_id > cpi->svc.first_spatial_layer_to_encode) {
Dvp9_encodeframe.c1489 cpi->svc.spatial_layer_id == cpi->svc.first_spatial_layer_to_encode && in choose_partitioning()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1531 svc->first_spatial_layer_to_encode = data->spatial_layer_id; in ctrl_set_svc_layer_id()