Searched refs:arnr_type (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | onyx.h | 214 int arnr_type; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_cx_iface.c | 34 unsigned int arnr_type; /* alt_ref filter type */ member 205 RANGE_CHECK(vp8_cfg, arnr_type, 1, 3); in validate_config() 408 oxcf->arnr_type = vp8_cfg.arnr_type; in set_vp8e_config() 523 MAP(VP8E_SET_ARNR_TYPE , xcfg.arnr_type); in set_param()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_cx_iface.c | 33 unsigned int arnr_type; member 199 RANGE_CHECK(extra_cfg, arnr_type, 1, 3); in validate_config() 351 oxcf->arnr_type = extra_cfg->arnr_type; in set_vp9e_config() 483 MAP(VP8E_SET_ARNR_TYPE, extra_cfg.arnr_type); in set_param()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 382 int blur_type = cpi->oxcf.arnr_type; in vp9_temporal_filter_prepare() 484 switch (cpi->oxcf.arnr_type) { in vp9_configure_arnr_filter()
|
D | vp9_onyx_int.h | 274 int arnr_type; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | temporal_filter.c | 444 int blur_type = cpi->oxcf.arnr_type; in vp8_temporal_filter_prepare_c()
|
D | firstpass.c | 2057 switch (cpi->oxcf.arnr_type) in define_gf_group()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxenc.c | 360 static const arg_def_t arnr_type = ARG_DEF(NULL, "arnr-type", 1, variable 379 &token_parts, &arnr_maxframes, &arnr_strength, &arnr_type, 411 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,
|