Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.c798 if (svc->spatial_layer_to_encode == svc->first_spatial_layer_to_encode) { in vp9_one_pass_svc_start_layer()
804 sl >= svc->first_spatial_layer_to_encode; sl--) { in vp9_one_pass_svc_start_layer()
812 for (sl2 = sl; sl2 >= svc->first_spatial_layer_to_encode; sl2--) in vp9_one_pass_svc_start_layer()
876 if (svc->spatial_layer_id == svc->first_spatial_layer_to_encode) { in vp9_one_pass_svc_start_layer()
917 svc->spatial_layer_id == svc->first_spatial_layer_to_encode && in vp9_one_pass_svc_start_layer()
1168 svc->spatial_layer_id > svc->first_spatial_layer_to_encode) { in vp9_svc_assert_constraints_pattern()
1177 svc->spatial_layer_id > svc->first_spatial_layer_to_encode) { in vp9_svc_assert_constraints_pattern()
H A Dvp9_svc_layercontext.h191 int first_spatial_layer_to_encode; member
H A Dvp9_ratectrl.c2274 if (svc->first_spatial_layer_to_encode) in vp9_rc_get_svc_params()
2444 svc->spatial_layer_id == svc->first_spatial_layer_to_encode && in vp9_rc_get_svc_params()
3052 if (cpi->svc.spatial_layer_id == cpi->svc.first_spatial_layer_to_encode && in vp9_scene_detection_onepass()
3321 int num_spatial_layers = VPXMAX(1, svc->first_spatial_layer_to_encode); in vp9_encodedframe_overshoot()
H A Dvp9_encoder.c4139 if (svc->spatial_layer_id == svc->first_spatial_layer_to_encode) {
6508 cpi->svc.spatial_layer_id > cpi->svc.first_spatial_layer_to_encode) {
H A Dvp9_encodeframe.c1466 cpi->svc.spatial_layer_id == cpi->svc.first_spatial_layer_to_encode && in choose_partitioning()
/aosp_15_r20/external/libvpx/vp9/
H A Dvp9_cx_iface.c1837 svc->first_spatial_layer_to_encode = data->spatial_layer_id; in ctrl_set_svc_layer_id()