Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvp8cx.h840 LAYER_DROP, /**< Any spatial layer can drop. */ enumerator
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c474 if (!cpi->use_svc || cpi->svc.framedrop_mode == LAYER_DROP) { in check_buffer_below_thresh()
617 if ((svc_prev_layer_dropped && svc->framedrop_mode != LAYER_DROP && in vp9_rc_drop_frame()
629 if (svc->framedrop_mode == LAYER_DROP || in vp9_rc_drop_frame()
1993 if (cpi->use_svc && cpi->svc.framedrop_mode != LAYER_DROP && in vp9_rc_postencode_update_drop_frame()
Dvp9_svc_layercontext.c1125 svc->framedrop_mode != LAYER_DROP) { in vp9_svc_assert_constraints_pattern()
Dvp9_encoder.c5089 !(cpi->svc.framedrop_mode != LAYER_DROP &&
/external/libvpx/libvpx/test/
Dsvc_datarate_test.cc188 svc_drop_frame.framedrop_mode = LAYER_DROP; in PreEncodeFrameHook()