Home
last modified time | relevance | path

Searched refs:drop_spatial_layer (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h137 int drop_spatial_layer[VPX_MAX_LAYERS]; member
Dvp9_svc_layercontext.c66 svc->drop_spatial_layer[sl] = 0; in vp9_init_layer_context()
856 vp9_zero(svc->drop_spatial_layer); in vp9_one_pass_cbr_svc_start_layer()
926 svc->drop_spatial_layer[svc->spatial_layer_id - 1]) { in vp9_one_pass_cbr_svc_start_layer()
1058 svc->drop_spatial_layer[sl - 1]) { in vp9_svc_constrain_inter_layer_pred()
Dvp9_ratectrl.c584 svc->drop_spatial_layer[svc->spatial_layer_id] = 1; in post_encode_drop_cbr()
615 svc->drop_spatial_layer[svc->spatial_layer_id - 1]) in vp9_rc_drop_frame()
626 svc->drop_spatial_layer[svc->spatial_layer_id] = 1; in vp9_rc_drop_frame()
633 svc->drop_spatial_layer[0] == 0) { in vp9_rc_drop_frame()
647 if (svc->drop_spatial_layer[i] == 0) { in vp9_rc_drop_frame()
Dvp9_encoder.c5094 cpi->svc.drop_spatial_layer[0])) {
5100 cpi->svc.drop_spatial_layer[cpi->svc.spatial_layer_id] = 1;
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1281 1 - cpi->svc.drop_spatial_layer[cpi->svc.spatial_layer_id]; in encoder_encode()
1314 1 - cpi->svc.drop_spatial_layer[cpi->svc.spatial_layer_id]; in encoder_encode()