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

  /external/libvpx/vp8/common/
onyx.h 190 int arnr_type ; member in struct:__anon8456
  /external/libvpx/vp8/
vp8_cx_iface.c 39 unsigned int arnr_type; /* alt_ref filter type */ member in struct:vp8_extracfg
71 3, /* arnr_type*/
194 RANGE_CHECK(vp8_cfg, arnr_type, 1, 3);
349 oxcf->arnr_type = vp8_cfg.arnr_type;
464 MAP(VP8E_SET_ARNR_TYPE , xcfg.arnr_type);
    [all...]
  /external/libvpx/
vpxenc.c 1022 static const arg_def_t arnr_type = ARG_DEF(NULL, "arnr-type", 1, variable
1037 &token_parts, &arnr_maxframes, &arnr_strength, &arnr_type,
    [all...]

Completed in 54 milliseconds