Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvp8cx.h838 FULL_SUPERFRAME_DROP, /**< Only full superframe can drop. */ enumerator
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c441 if (!cpi->use_svc || cpi->svc.framedrop_mode != FULL_SUPERFRAME_DROP) { in check_buffer_above_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()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c862 svc_drop_frame.framedrop_mode = FULL_SUPERFRAME_DROP; in main()