Searched refs:arnr_type (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/vp8/common/ |
D | onyx.h | 190 int arnr_type ; member
|
/external/libvpx/vp8/ |
D | vp8_cx_iface.c | 39 unsigned int arnr_type; /* alt_ref filter type */ member 194 RANGE_CHECK(vp8_cfg, arnr_type, 1, 3); in validate_config() 349 oxcf->arnr_type = vp8_cfg.arnr_type; in set_vp8e_config() 464 MAP(VP8E_SET_ARNR_TYPE , xcfg.arnr_type); in set_param()
|
/external/libvpx/vp8/encoder/ |
D | temporal_filter.c | 489 int blur_type = cpi->oxcf.arnr_type; in vp8_temporal_filter_prepare_c()
|
D | firstpass.c | 1638 switch (cpi->oxcf.arnr_type) in define_gf_group()
|
/external/libvpx/ |
D | vpxenc.c | 1022 static const arg_def_t arnr_type = ARG_DEF(NULL, "arnr-type", 1, variable 1037 &token_parts, &arnr_maxframes, &arnr_strength, &arnr_type,
|