Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/test/
H A 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 …]
H A 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()
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.h178 int spatial_layer_sync[VPX_SS_MAX_LAYERS]; member
H A Dvp9_svc_layercontext.c78 svc->spatial_layer_sync[sl] = 0; in vp9_init_layer_context()
870 if (cpi->svc.spatial_layer_sync[sl]) svc->superframe_has_layer_sync = 1; in vp9_one_pass_svc_start_layer()
1231 svc->spatial_layer_sync[svc->spatial_layer_id]) { in vp9_svc_check_spatial_layer_sync()
H A Dvp9_denoiser.c802 lc->is_key_frame || svc->spatial_layer_sync[svc->spatial_layer_id]; in vp9_denoiser_update_ref_frame()
H A Dvp9_ratectrl.c2286 (svc->spatial_layer_sync[0] == 1 && svc->spatial_layer_id == 0) || in vp9_rc_get_svc_params()
H A Dvp9_encoder.c5897 cpi->svc.spatial_layer_sync[cpi->svc.spatial_layer_id] = 0;
/aosp_15_r20/external/libvpx/vpx/
H A Dvp8cx.h966 int spatial_layer_sync[VPX_SS_MAX_LAYERS]; /**< Sync layer flags */ member
/aosp_15_r20/external/libaom/av1/encoder/
H A Dav1_temporal_denoiser.c741 lc->is_key_frame || svc->spatial_layer_sync[svc->spatial_layer_id]; in av1_denoiser_update_ref_frame()
/aosp_15_r20/external/libvpx/vp9/
H A Dvp9_cx_iface.c1967 cpi->svc.spatial_layer_sync[sl] = data->spatial_layer_sync[sl]; in ctrl_set_svc_spatial_layer_sync()