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

  /external/libvpx/libvpx/vp8/common/
onyx.h 215 int arnr_type; member in struct:__anon26124
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 39 unsigned int arnr_type; /* alt_ref filter type */ member in struct:vp8_extracfg
65 3, /* arnr_type*/
198 RANGE_CHECK(vp8_cfg, arnr_type, 1, 3);
385 oxcf->arnr_type = vp8_cfg.arnr_type;
540 extra_cfg.arnr_type = CAST(VP8E_SET_ARNR_TYPE, args);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 359 int blur_type = cpi->oxcf.arnr_type;
firstpass.c     [all...]
  /external/libvpx/libvpx/
vpxenc.c 354 static const arg_def_t arnr_type = ARG_DEF(NULL, "arnr-type", 1, "AltRef type"); variable
382 &arnr_type,
501 &arnr_type,
    [all...]

Completed in 275 milliseconds