HomeSort by relevance Sort by last modified time
    Searched refs:arnr_strength (Results 1 - 5 of 5) sorted by null

  /external/libvpx/vp8/common/
onyx.h 186 int arnr_strength ; member in struct:__anon5086
  /external/libvpx/vp8/
vp8_cx_iface.c 38 unsigned int arnr_strength; /* alt_ref Noise Reduction Strength */ member in struct:vp8_extracfg
68 3, /* arnr_strength */
188 RANGE_CHECK_HI(vp8_cfg, arnr_strength, 6);
335 oxcf->arnr_strength = vp8_cfg.arnr_strength;
449 MAP(VP8E_SET_ARNR_STRENGTH , xcfg.arnr_strength);
    [all...]
  /external/libvpx/vp8/encoder/
temporal_filter.c 552 int strength = cpi->oxcf.arnr_strength;
onyx_if.c     [all...]
  /external/libvpx/
vpxenc.c 983 static const arg_def_t arnr_strength = ARG_DEF(NULL, "arnr-strength", 1, variable
991 &token_parts, &arnr_maxframes, &arnr_strength, &arnr_type, NULL
    [all...]

Completed in 632 milliseconds