Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.c68 svc->drop_spatial_layer[sl] = 0; in vp9_init_layer_context()
877 vp9_zero(svc->drop_spatial_layer); in vp9_one_pass_svc_start_layer()
958 svc->drop_spatial_layer[svc->spatial_layer_id - 1]) { in vp9_one_pass_svc_start_layer()
1090 svc->drop_spatial_layer[sl - 1]) { in vp9_svc_constrain_inter_layer_pred()
1366 cpi->svc.drop_spatial_layer[0])) { in vp9_svc_check_skip_enhancement_layer()
1372 cpi->svc.drop_spatial_layer[cpi->svc.spatial_layer_id] = 1; in vp9_svc_check_skip_enhancement_layer()
H A Dvp9_svc_layercontext.h144 int drop_spatial_layer[VPX_MAX_LAYERS]; member
H A Dvp9_ratectrl.c603 svc->drop_spatial_layer[svc->spatial_layer_id] = 1; in post_encode_drop_cbr()
634 svc->drop_spatial_layer[svc->spatial_layer_id - 1]) in vp9_rc_drop_frame()
645 svc->drop_spatial_layer[svc->spatial_layer_id] = 1; in vp9_rc_drop_frame()
652 svc->drop_spatial_layer[0] == 0) { in vp9_rc_drop_frame()
666 if (svc->drop_spatial_layer[i] == 0) { in vp9_rc_drop_frame()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dsvc_layercontext.h167 bool drop_spatial_layer[AOM_MAX_SS_LAYERS]; member
H A Dsvc_layercontext.c82 svc->drop_spatial_layer[sl] = false; in av1_init_layer_context()
348 svc->drop_spatial_layer[sl] = false; in av1_save_layer_context()
H A Dratectrl.c544 svc->drop_spatial_layer[svc->spatial_layer_id - 1] && in av1_rc_drop_frame()
2500 cpi->svc.drop_spatial_layer[cpi->svc.spatial_layer_id] = true; in av1_rc_postencode_update_drop_frame()
/aosp_15_r20/external/libvpx/vp9/
H A Dratectrl_rtc.cc253 if (cpi_->svc.spatial_layer_id == 0) vp9_zero(cpi_->svc.drop_spatial_layer); in ComputeQP()
H A Dvp9_cx_iface.c1565 1 - cpi->svc.drop_spatial_layer[cpi->svc.spatial_layer_id]; in encoder_encode()
1598 1 - cpi->svc.drop_spatial_layer[cpi->svc.spatial_layer_id]; in encoder_encode()