Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c412 int spatial_id, temporal_id; in set_flags_and_fb_idx_for_temporal_mode3() local
413 spatial_id = cpi->svc.spatial_layer_id = cpi->svc.spatial_layer_to_encode; in set_flags_and_fb_idx_for_temporal_mode3()
429 if (!spatial_id) { in set_flags_and_fb_idx_for_temporal_mode3()
442 if (!spatial_id) { in set_flags_and_fb_idx_for_temporal_mode3()
450 if (spatial_id == cpi->svc.number_spatial_layers - 1) { // top layer in set_flags_and_fb_idx_for_temporal_mode3()
452 if (!spatial_id) in set_flags_and_fb_idx_for_temporal_mode3()
456 } else if (!spatial_id) { in set_flags_and_fb_idx_for_temporal_mode3()
460 } else if (spatial_id < cpi->svc.number_spatial_layers - 1) { in set_flags_and_fb_idx_for_temporal_mode3()
467 if (spatial_id == cpi->svc.number_spatial_layers - 1) { // top layer in set_flags_and_fb_idx_for_temporal_mode3()
469 if (!spatial_id) in set_flags_and_fb_idx_for_temporal_mode3()
[all …]