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

  /external/libvpx/vpx/
vpx_encoder.h 321 unsigned int g_lag_in_frames; member in struct:vpx_codec_enc_cfg
  /external/libvpx/vp8/
vp8_cx_iface.c 149 RANGE_CHECK_HI(cfg, g_lag_in_frames, 25);
151 RANGE_CHECK_HI(cfg, g_lag_in_frames, 0);
287 oxcf->allow_lag = (cfg.g_lag_in_frames) > 0;
288 oxcf->lag_in_frames = cfg.g_lag_in_frames;
402 if ((cfg->g_lag_in_frames > ctx->cfg.g_lag_in_frames))
    [all...]
  /external/libvpx/
vpxenc.c     [all...]

Completed in 20 milliseconds