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.h138 int drop_spatial_layer[VPX_MAX_LAYERS]; member
Dvp9_svc_layercontext.c65 svc->drop_spatial_layer[sl] = 0; in vp9_init_layer_context()
800 vp9_zero(svc->drop_spatial_layer); in vp9_one_pass_cbr_svc_start_layer()
870 svc->drop_spatial_layer[svc->spatial_layer_id - 1]) { in vp9_one_pass_cbr_svc_start_layer()
1001 svc->drop_spatial_layer[svc->spatial_layer_id - 1]) { in vp9_svc_constrain_inter_layer_pred()
Dvp9_ratectrl.c578 svc->drop_spatial_layer[svc->spatial_layer_id] = 1; in post_encode_drop_cbr()
609 svc->drop_spatial_layer[svc->spatial_layer_id - 1]) in vp9_rc_drop_frame()
618 svc->drop_spatial_layer[svc->spatial_layer_id] = 1; in vp9_rc_drop_frame()
622 svc->drop_spatial_layer[0] == 0) { in vp9_rc_drop_frame()
636 if (svc->drop_spatial_layer[i] == 0) { in vp9_rc_drop_frame()
Dvp9_encoder.c4689 cpi->svc.drop_spatial_layer[0])) {
4695 cpi->svc.drop_spatial_layer[cpi->svc.spatial_layer_id] = 1;
4697 cpi->svc.drop_spatial_layer[0] == 0) {
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1211 1 - cpi->svc.drop_spatial_layer[cpi->svc.spatial_layer_id]; in encoder_encode()
1241 1 - cpi->svc.drop_spatial_layer[cpi->svc.spatial_layer_id]; in encoder_encode()