Searched refs:framedrop_mode (Results 1 – 8 of 8) sorted by relevance
142 SVC_LAYER_DROP_MODE framedrop_mode; member
441 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()
51 svc->framedrop_mode = CONSTRAINED_LAYER_DROP; in vp9_init_layer_context()1061 svc->framedrop_mode != LAYER_DROP) { in vp9_svc_assert_constraints_pattern()
4688 !(cpi->svc.framedrop_mode != LAYER_DROP &&4696 if (cpi->svc.framedrop_mode == LAYER_DROP ||
851 framedrop_mode; /**< Layer-based or constrained dropping. */ member
1561 cpi->svc.framedrop_mode = data->framedrop_mode; in ctrl_set_svc_frame_drop_layer()
862 svc_drop_frame.framedrop_mode = FULL_SUPERFRAME_DROP; in main()
175 svc_drop_frame.framedrop_mode = LAYER_DROP; in PreEncodeFrameHook()