Searched refs:arnr_type (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | onyx.h | 224 int arnr_type; member
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 35 unsigned int arnr_type; /* alt_ref filter type */ member 206 RANGE_CHECK(vp8_cfg, arnr_type, 1, 3); in validate_config() 407 oxcf->arnr_type = vp8_cfg.arnr_type; in set_vp8e_config() 573 extra_cfg.arnr_type = CAST(VP8E_SET_ARNR_TYPE, args); in set_arnr_type()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 34 unsigned int arnr_type; member 222 RANGE_CHECK(extra_cfg, arnr_type, 1, 3); in validate_config() 404 oxcf->arnr_type = extra_cfg->arnr_type; in set_encoder_config() 601 extra_cfg.arnr_type = CAST(VP8E_SET_ARNR_TYPE, args); in ctrl_set_arnr_type()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 223 int arnr_type; member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | temporal_filter.c | 445 int blur_type = cpi->oxcf.arnr_type; in vp8_temporal_filter_prepare_c()
|
D | firstpass.c | 2055 switch (cpi->oxcf.arnr_type) in define_gf_group()
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 332 static const arg_def_t arnr_type = ARG_DEF(NULL, "arnr-type", 1, variable 351 &token_parts, &arnr_maxframes, &arnr_strength, &arnr_type, 392 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,
|