Home
last modified time | relevance | path

Searched refs:FULL_SUPERFRAME_DROP (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvp8cx.h841 FULL_SUPERFRAME_DROP, /**< Only full superframe can drop. */ enumerator
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c447 if (!cpi->use_svc || cpi->svc.framedrop_mode != FULL_SUPERFRAME_DROP) { in check_buffer_above_thresh()
493 if (cpi->svc.framedrop_mode == FULL_SUPERFRAME_DROP) { in check_buffer_below_thresh()
500 if (cpi->svc.framedrop_mode == FULL_SUPERFRAME_DROP) in check_buffer_below_thresh()
524 svc->framedrop_mode == FULL_SUPERFRAME_DROP)) { in vp9_test_drop()
527 if ((rc->buffer_level < 0 && svc->framedrop_mode != FULL_SUPERFRAME_DROP) || in vp9_test_drop()
529 svc->framedrop_mode == FULL_SUPERFRAME_DROP)) { in vp9_test_drop()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c1053 svc_drop_frame.framedrop_mode = FULL_SUPERFRAME_DROP; in main()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc803 full_superframe_drop_ ? FULL_SUPERFRAME_DROP : CONSTRAINED_LAYER_DROP; in InitAndSetControlSettings()