Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dsvc_end_to_end_test.cc249 svc_layer_sync_.spatial_layer_sync[0] = 1; in TEST_P()
275 svc_layer_sync_.spatial_layer_sync[0] = 0; in TEST_P()
276 svc_layer_sync_.spatial_layer_sync[1] = 1; in TEST_P()
302 svc_layer_sync_.spatial_layer_sync[0] = 0; in TEST_P()
303 svc_layer_sync_.spatial_layer_sync[1] = 0; in TEST_P()
304 svc_layer_sync_.spatial_layer_sync[2] = 1; in TEST_P()
329 svc_layer_sync_.spatial_layer_sync[0] = 0; in TEST_P()
330 svc_layer_sync_.spatial_layer_sync[1] = 1; in TEST_P()
331 svc_layer_sync_.spatial_layer_sync[2] = 1; in TEST_P()
358 svc_layer_sync_.spatial_layer_sync[0] = 0; in TEST_P()
[all …]
Dsvc_datarate_test.cc327 svc_layer_sync.spatial_layer_sync[i] = 0; in PreEncodeFrameHook()
332 svc_layer_sync.spatial_layer_sync[0] = 1; in PreEncodeFrameHook()
337 svc_layer_sync.spatial_layer_sync[0] = 1; in PreEncodeFrameHook()
344 svc_layer_sync.spatial_layer_sync[1] = 1; in PreEncodeFrameHook()
347 svc_layer_sync.spatial_layer_sync[2] = 1; in PreEncodeFrameHook()
350 svc_layer_sync.spatial_layer_sync[0] = 1; in PreEncodeFrameHook()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h171 int spatial_layer_sync[VPX_SS_MAX_LAYERS]; member
Dvp9_svc_layercontext.c75 svc->spatial_layer_sync[sl] = 0; in vp9_init_layer_context()
794 if (cpi->svc.spatial_layer_sync[sl]) svc->superframe_has_layer_sync = 1; in vp9_one_pass_cbr_svc_start_layer()
1136 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.c2176 (svc->spatial_layer_sync[0] == 1 && svc->spatial_layer_id == 0)) { in vp9_rc_get_svc_params()
Dvp9_encoder.c4943 cpi->svc.spatial_layer_sync[cpi->svc.spatial_layer_id] = 0;
/external/libvpx/libvpx/vpx/
Dvp8cx.h861 int spatial_layer_sync[VPX_SS_MAX_LAYERS]; /**< Sync layer flags */ member
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1584 cpi->svc.spatial_layer_sync[sl] = data->spatial_layer_sync[sl]; in ctrl_set_svc_spatial_layer_sync()