Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h142 SVC_LAYER_DROP_MODE framedrop_mode; member
Dvp9_ratectrl.c441 if (!cpi->use_svc || cpi->svc.framedrop_mode != FULL_SUPERFRAME_DROP) { in check_buffer_above_thresh()
468 if (!cpi->use_svc || cpi->svc.framedrop_mode == LAYER_DROP) { in check_buffer_below_thresh()
487 if (cpi->svc.framedrop_mode == FULL_SUPERFRAME_DROP) { in check_buffer_below_thresh()
494 if (cpi->svc.framedrop_mode == FULL_SUPERFRAME_DROP) in check_buffer_below_thresh()
518 svc->framedrop_mode == FULL_SUPERFRAME_DROP)) { in drop_frame()
521 if ((rc->buffer_level < 0 && svc->framedrop_mode != FULL_SUPERFRAME_DROP) || in drop_frame()
523 svc->framedrop_mode == FULL_SUPERFRAME_DROP)) { in drop_frame()
611 if ((svc_prev_layer_dropped && svc->framedrop_mode != LAYER_DROP) || in vp9_rc_drop_frame()
621 if (svc->framedrop_mode == LAYER_DROP || in vp9_rc_drop_frame()
1924 if (cpi->use_svc && cpi->svc.framedrop_mode != LAYER_DROP && in vp9_rc_postencode_update_drop_frame()
Dvp9_svc_layercontext.c51 svc->framedrop_mode = CONSTRAINED_LAYER_DROP; in vp9_init_layer_context()
1061 svc->framedrop_mode != LAYER_DROP) { in vp9_svc_assert_constraints_pattern()
Dvp9_encoder.c4688 !(cpi->svc.framedrop_mode != LAYER_DROP &&
4696 if (cpi->svc.framedrop_mode == LAYER_DROP ||
/external/libvpx/libvpx/vpx/
Dvp8cx.h851 framedrop_mode; /**< Layer-based or constrained dropping. */ member
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1561 cpi->svc.framedrop_mode = data->framedrop_mode; in ctrl_set_svc_frame_drop_layer()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c862 svc_drop_frame.framedrop_mode = FULL_SUPERFRAME_DROP; in main()
/external/libvpx/libvpx/test/
Dsvc_datarate_test.cc175 svc_drop_frame.framedrop_mode = LAYER_DROP; in PreEncodeFrameHook()