HomeSort by relevance Sort by last modified time
    Searched refs:max_consec_drop (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.h 141 int max_consec_drop; member in struct:SVC
vp9_svc_layercontext.c 77 svc->max_consec_drop = INT_MAX;
    [all...]
vp9_ratectrl.c 507 // If we have dropped max_consec_drop frames, then we don't
509 if (svc->drop_count[svc->spatial_layer_id] == svc->max_consec_drop) {
    [all...]
  /external/libvpx/libvpx/vpx/
vp8cx.h 852 int max_consec_drop; /**< Maximum consecutive drops, for any layer. */ member in struct:vpx_svc_frame_drop
    [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]
  /external/libvpx/libvpx/test/
svc_datarate_test.cc 178 svc_drop_frame.max_consec_drop = 30;
    [all...]

Completed in 435 milliseconds