Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c785 if (svc->spatial_layer_to_encode == svc->first_spatial_layer_to_encode) { in vp9_one_pass_svc_start_layer()
791 sl >= svc->first_spatial_layer_to_encode; sl--) { in vp9_one_pass_svc_start_layer()
799 for (sl2 = sl; sl2 >= svc->first_spatial_layer_to_encode; sl2--) in vp9_one_pass_svc_start_layer()
863 if (svc->spatial_layer_id == svc->first_spatial_layer_to_encode) { in vp9_one_pass_svc_start_layer()
904 svc->spatial_layer_id == svc->first_spatial_layer_to_encode && in vp9_one_pass_svc_start_layer()
1155 svc->spatial_layer_id > svc->first_spatial_layer_to_encode) { in vp9_svc_assert_constraints_pattern()
1164 svc->spatial_layer_id > svc->first_spatial_layer_to_encode) { in vp9_svc_assert_constraints_pattern()
Dvp9_svc_layercontext.h188 int first_spatial_layer_to_encode; member
Dvp9_ratectrl.c2275 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()
3050 if (cpi->svc.spatial_layer_id == cpi->svc.first_spatial_layer_to_encode && in vp9_scene_detection_onepass()
3318 for (sl = 0; sl < VPXMAX(1, svc->first_spatial_layer_to_encode); ++sl) { in vp9_encodedframe_overshoot()
Dvp9_encoder.c3990 if (svc->spatial_layer_id == svc->first_spatial_layer_to_encode) {
7751 cpi->svc.spatial_layer_id > cpi->svc.first_spatial_layer_to_encode) {
Dvp9_encodeframe.c1458 cpi->svc.spatial_layer_id == cpi->svc.first_spatial_layer_to_encode && in choose_partitioning()
/external/libvpx/vp9/
Dvp9_cx_iface.c1717 svc->first_spatial_layer_to_encode = data->spatial_layer_id; in ctrl_set_svc_layer_id()