Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h174 uint8_t superframe_has_layer_sync; member
Dvp9_svc_layercontext.c54 svc->superframe_has_layer_sync = 0; in vp9_init_layer_context()
792 svc->superframe_has_layer_sync = 0; in vp9_one_pass_cbr_svc_start_layer()
794 if (cpi->svc.spatial_layer_sync[sl]) svc->superframe_has_layer_sync = 1; in vp9_one_pass_cbr_svc_start_layer()
999 !svc->superframe_has_layer_sync) || in vp9_svc_constrain_inter_layer_pred()
1130 if (svc->superframe_has_layer_sync) in vp9_svc_check_spatial_layer_sync()
Dvp9_encoder.c3837 !svc->superframe_has_layer_sync &&