Searched refs:arnr_strength (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyx.h213 int arnr_strength; member in struct:__anon1062
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c526 cpi->active_arnr_strength = cpi->oxcf.arnr_strength;
528 cpi->active_arnr_strength = cpi->oxcf.arnr_strength - ((16 - q) / 2);
H A Dvp9_onyx_int.h273 int arnr_strength; member in struct:__anon1166
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c33 unsigned int arnr_strength; /* alt_ref Noise Reduction Strength */ member in struct:vp8_extracfg
68 3, /* arnr_strength */
204 RANGE_CHECK_HI(vp8_cfg, arnr_strength, 6);
407 oxcf->arnr_strength = vp8_cfg.arnr_strength;
522 MAP(VP8E_SET_ARNR_STRENGTH , xcfg.arnr_strength);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_cx_iface.c32 unsigned int arnr_strength; member in struct:vp9_extracfg
61 5, // arnr_strength
198 RANGE_CHECK_HI(extra_cfg, arnr_strength, 6);
350 oxcf->arnr_strength = extra_cfg->arnr_strength;
482 MAP(VP8E_SET_ARNR_STRENGTH, extra_cfg.arnr_strength);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dtemporal_filter.c442 int strength = cpi->oxcf.arnr_strength;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c358 static const arg_def_t arnr_strength = ARG_DEF(NULL, "arnr-strength", 1, variable
379 &token_parts, &arnr_maxframes, &arnr_strength, &arnr_type,
411 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,

Completed in 125 milliseconds