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

  /external/libvpx/vp8/common/
onyx.h 187 int arnr_type ; member in struct:__anon5086
  /external/libvpx/vp8/
vp8_cx_iface.c 39 unsigned int arnr_type; /* alt_ref filter type */ member in struct:vp8_extracfg
69 3, /* arnr_type*/
189 RANGE_CHECK(vp8_cfg, arnr_type, 1, 3);
336 oxcf->arnr_type = vp8_cfg.arnr_type;
450 MAP(VP8E_SET_ARNR_TYPE , xcfg.arnr_type);
    [all...]
  /external/libvpx/vp8/encoder/
temporal_filter.c 554 int blur_type = cpi->oxcf.arnr_type;
firstpass.c     [all...]
  /external/libvpx/
vpxenc.c 985 static const arg_def_t arnr_type = ARG_DEF(NULL, "arnr-type", 1, variable
991 &token_parts, &arnr_maxframes, &arnr_strength, &arnr_type, NULL
    [all...]

Completed in 229 milliseconds