Home
last modified time | relevance | path

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

/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c896 layer_id.temporal_layer_id_per_spatial[i] = 0; in main()
900 layer_id.temporal_layer_id_per_spatial[i] = 1; in main()
908 layer_id.temporal_layer_id_per_spatial[0] = 0; in main()
909 layer_id.temporal_layer_id_per_spatial[1] = 0; in main()
913 layer_id.temporal_layer_id_per_spatial[1] = 1; in main()
Dvpx_temporal_svc_encoder.c859 layer_id.temporal_layer_id_per_spatial[0] = layer_id.temporal_layer_id; in main()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h180 int temporal_layer_id_per_spatial[VPX_SS_MAX_LAYERS]; member
Dvp9_svc_layercontext.c683 cpi->svc.temporal_layer_id = cpi->svc.temporal_layer_id_per_spatial[sl]; in set_flags_and_fb_idx_bypass_via_set_ref_frame_config()
/external/libvpx/libvpx/vpx/
Dvp8cx.h803 int temporal_layer_id_per_spatial[VPX_SS_MAX_LAYERS]; /**< Temp layer id. */ member
/external/libvpx/libvpx/test/
Dvp9_datarate_test.cc150 layer_id.temporal_layer_id_per_spatial[0] = in PreEncodeFrameHook()
Dsvc_datarate_test.cc238 layer_id.temporal_layer_id_per_spatial[i] = temporal_layer_id_; in PreEncodeFrameHook()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1460 svc->temporal_layer_id_per_spatial[sl] = in ctrl_set_svc_layer_id()
1461 data->temporal_layer_id_per_spatial[sl]; in ctrl_set_svc_layer_id()