HomeSort by relevance Sort by last modified time
    Searched full:vp8_cfg (Results 1 - 1 of 1) sorted by null

  /external/libvpx/vp8/
vp8_cx_iface.c 82 struct vp8_extracfg vp8_cfg; member in struct:vpx_codec_alg_priv
138 const struct vp8_extracfg *vp8_cfg)
176 RANGE_CHECK_BOOL(vp8_cfg, enable_auto_alt_ref);
178 RANGE_CHECK(vp8_cfg, encoding_mode, VP8_BEST_QUALITY_ENCODING, VP8_REAL_TIME_ENCODING);
179 RANGE_CHECK(vp8_cfg, cpu_used, -16, 16);
180 RANGE_CHECK_HI(vp8_cfg, noise_sensitivity, 6);
182 RANGE_CHECK(vp8_cfg, encoding_mode, VP8_REAL_TIME_ENCODING, VP8_REAL_TIME_ENCODING);
184 if (!((vp8_cfg->cpu_used >= -16 && vp8_cfg->cpu_used <= -4) || (vp8_cfg->cpu_used >= 4 && vp8_cfg->cpu_used <= 16))
    [all...]

Completed in 499 milliseconds