Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvp8cx.h837 LAYER_DROP, /**< Any spatial layer can drop. */ enumerator
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c468 if (!cpi->use_svc || cpi->svc.framedrop_mode == LAYER_DROP) { in check_buffer_below_thresh()
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.c1061 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/test/
Dsvc_datarate_test.cc175 svc_drop_frame.framedrop_mode = LAYER_DROP; in PreEncodeFrameHook()