vp8_cx_iface.c | 81 struct vp8_extracfg vp8_cfg; member in struct:vpx_codec_alg_priv 137 const struct vp8_extracfg *vp8_cfg, 191 RANGE_CHECK_BOOL(vp8_cfg, enable_auto_alt_ref); 192 RANGE_CHECK(vp8_cfg, cpu_used, -16, 16); 195 RANGE_CHECK(vp8_cfg, noise_sensitivity, 0, 0); 197 RANGE_CHECK_HI(vp8_cfg, noise_sensitivity, 6); 200 RANGE_CHECK(vp8_cfg, token_partitions, VP8_ONE_TOKENPARTITION, 202 RANGE_CHECK_HI(vp8_cfg, Sharpness, 7); 203 RANGE_CHECK(vp8_cfg, arnr_max_frames, 0, 15); 204 RANGE_CHECK_HI(vp8_cfg, arnr_strength, 6) [all...] |