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

  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.h 139 int framedrop_thresh[VPX_MAX_LAYERS]; member in struct:SVC
vp9_ratectrl.c 457 const int drop_mark_layer = (int)(cpi->svc.framedrop_thresh[i] *
485 const int drop_mark_layer = (int)(cpi->svc.framedrop_thresh[i] *
513 drop_frames_water_mark = svc->framedrop_thresh[svc->spatial_layer_id];
    [all...]
vp9_svc_layercontext.c 72 svc->framedrop_thresh[sl] = oxcf->drop_frames_water_mark;
    [all...]
  /external/libvpx/libvpx/vpx/
vp8cx.h 849 int framedrop_thresh[VPX_SS_MAX_LAYERS]; /**< Frame drop thresholds */ 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 177 svc_drop_frame.framedrop_thresh[i] = 30;
    [all...]

Completed in 6131 milliseconds