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...] |