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

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 403 // If buffer is below drop_mark, for now just drop every other frame
404 // (starting with the next frame) until it increases back over drop_mark.
405 int drop_mark = local
407 if ((rc->buffer_level > drop_mark) && (rc->decimation_factor > 0)) {
409 } else if (rc->buffer_level <= drop_mark && rc->decimation_factor == 0) {
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 3276 int drop_mark = (int)(cpi->oxcf.drop_frames_water_mark * local
    [all...]

Completed in 584 milliseconds