Home
last modified time | relevance | path

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

/external/libvpx/test/
Dsvc_end_to_end_test.cc376 svc_layer_sync_.spatial_layer_sync[0] = 1; in TEST_P()
403 svc_layer_sync_.spatial_layer_sync[0] = 0; in TEST_P()
404 svc_layer_sync_.spatial_layer_sync[1] = 1; in TEST_P()
431 svc_layer_sync_.spatial_layer_sync[0] = 0; in TEST_P()
432 svc_layer_sync_.spatial_layer_sync[1] = 0; in TEST_P()
433 svc_layer_sync_.spatial_layer_sync[2] = 1; in TEST_P()
459 svc_layer_sync_.spatial_layer_sync[0] = 0; in TEST_P()
460 svc_layer_sync_.spatial_layer_sync[1] = 1; in TEST_P()
461 svc_layer_sync_.spatial_layer_sync[2] = 1; in TEST_P()
489 svc_layer_sync_.spatial_layer_sync[0] = 0; in TEST_P()
[all …]
Dsvc_datarate_test.cc402 svc_layer_sync.spatial_layer_sync[i] = 0; in PreEncodeFrameHook()
407 svc_layer_sync.spatial_layer_sync[0] = 1; in PreEncodeFrameHook()
412 svc_layer_sync.spatial_layer_sync[0] = 1; in PreEncodeFrameHook()
419 svc_layer_sync.spatial_layer_sync[1] = 1; in PreEncodeFrameHook()
422 svc_layer_sync.spatial_layer_sync[2] = 1; in PreEncodeFrameHook()
425 svc_layer_sync.spatial_layer_sync[0] = 1; in PreEncodeFrameHook()
/external/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h175 int spatial_layer_sync[VPX_SS_MAX_LAYERS]; member
Dvp9_svc_layercontext.c78 svc->spatial_layer_sync[sl] = 0; in vp9_init_layer_context()
857 if (cpi->svc.spatial_layer_sync[sl]) svc->superframe_has_layer_sync = 1; in vp9_one_pass_svc_start_layer()
1218 svc->spatial_layer_sync[svc->spatial_layer_id]) { in vp9_svc_check_spatial_layer_sync()
Dvp9_denoiser.c802 lc->is_key_frame || svc->spatial_layer_sync[svc->spatial_layer_id]; in vp9_denoiser_update_ref_frame()
Dvp9_ratectrl.c2287 (svc->spatial_layer_sync[0] == 1 && svc->spatial_layer_id == 0)) { in vp9_rc_get_svc_params()
Dvp9_encoder.c5790 cpi->svc.spatial_layer_sync[cpi->svc.spatial_layer_id] = 0;
/external/libvpx/vpx/
Dvp8cx.h957 int spatial_layer_sync[VPX_SS_MAX_LAYERS]; /**< Sync layer flags */ member
/external/libaom/av1/encoder/
Dav1_temporal_denoiser.c741 lc->is_key_frame || svc->spatial_layer_sync[svc->spatial_layer_id]; in av1_denoiser_update_ref_frame()
/external/libvpx/vp9/
Dvp9_cx_iface.c1847 cpi->svc.spatial_layer_sync[sl] = data->spatial_layer_sync[sl]; in ctrl_set_svc_spatial_layer_sync()