Home
last modified time | relevance | path

Searched refs:vp8_cfg (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/vp8/
Dvp8_cx_iface.c82 struct vp8_extracfg vp8_cfg; member
138 const struct vp8_extracfg *vp8_cfg) in validate_config() argument
176 RANGE_CHECK_BOOL(vp8_cfg, enable_auto_alt_ref); in validate_config()
178 RANGE_CHECK(vp8_cfg, encoding_mode, VP8_BEST_QUALITY_ENCODING, VP8_REAL_TIME_ENCODING); in validate_config()
179 RANGE_CHECK(vp8_cfg, cpu_used, -16, 16); in validate_config()
180 RANGE_CHECK_HI(vp8_cfg, noise_sensitivity, 6); in validate_config()
182 RANGE_CHECK(vp8_cfg, encoding_mode, VP8_REAL_TIME_ENCODING, VP8_REAL_TIME_ENCODING); in validate_config()
184 …if (!((vp8_cfg->cpu_used >= -16 && vp8_cfg->cpu_used <= -4) || (vp8_cfg->cpu_used >= 4 && vp8_cfg-… in validate_config()
187 RANGE_CHECK(vp8_cfg, noise_sensitivity, 0, 0); in validate_config()
190 RANGE_CHECK(vp8_cfg, token_partitions, VP8_ONE_TOKENPARTITION, VP8_EIGHT_TOKENPARTITION); in validate_config()
[all …]