/external/libvpx/libvpx/vp9/common/ |
vp9_onyx.h | 156 int arnr_strength; member in struct:__anon23076
|
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 213 int arnr_strength; member in struct:__anon23008
|
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 33 unsigned int arnr_strength; /* alt_ref Noise Reduction Strength */ member in struct:vp9_extracfg 61 5, /* arnr_strength */ 194 RANGE_CHECK_HI(vp8_cfg, arnr_strength, 6); 324 oxcf->arnr_strength = vp8_cfg.arnr_strength; 440 MAP(VP8E_SET_ARNR_STRENGTH, xcfg.arnr_strength); [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_temporal_filter.c | 512 cpi->active_arnr_strength = cpi->oxcf.arnr_strength; 514 cpi->active_arnr_strength = cpi->oxcf.arnr_strength - (8 - q);
|
/external/libvpx/libvpx/vp8/ |
vp8_cx_iface.c | 33 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); 405 oxcf->arnr_strength = vp8_cfg.arnr_strength; 521 MAP(VP8E_SET_ARNR_STRENGTH , xcfg.arnr_strength); [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
temporal_filter.c | 443 int strength = cpi->oxcf.arnr_strength;
|
/external/libvpx/libvpx/ |
vpxenc.c | 1118 static const arg_def_t arnr_strength = ARG_DEF(NULL, "arnr-strength", 1, variable [all...] |