/external/libvpx/libvpx/vp9/common/ |
vp9_onyx.h | 161 int arnr_strength; member in struct:__anon21289
|
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 213 int arnr_strength; member in struct:__anon21219
|
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 33 unsigned int arnr_strength; member in struct:vp9_extracfg 61 5, /* arnr_strength */ 194 RANGE_CHECK_HI(vp8_cfg, arnr_strength, 6); 325 oxcf->arnr_strength = vp8_cfg.arnr_strength; 441 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 | 545 static const arg_def_t arnr_strength = ARG_DEF(NULL, "arnr-strength", 1, variable 569 &token_parts, &arnr_maxframes, &arnr_strength, &arnr_type, 586 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type, [all...] |