Home
last modified time | relevance | path

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

/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c1088 layer_id.temporal_layer_id_per_spatial[i] = 0; in main()
1092 layer_id.temporal_layer_id_per_spatial[i] = 1; in main()
1100 layer_id.temporal_layer_id_per_spatial[0] = 0; in main()
1101 layer_id.temporal_layer_id_per_spatial[1] = 0; in main()
1105 layer_id.temporal_layer_id_per_spatial[1] = 1; in main()
Dvpx_temporal_svc_encoder.c885 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.c702 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.h806 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.cc251 layer_id.temporal_layer_id_per_spatial[i] = temporal_layer_id_; in PreEncodeFrameHook()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1536 svc->temporal_layer_id_per_spatial[sl] = in ctrl_set_svc_layer_id()
1537 data->temporal_layer_id_per_spatial[sl]; in ctrl_set_svc_layer_id()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc955 layer_id.temporal_layer_id_per_spatial[sl_idx] = layer_id.temporal_layer_id; in Encode()