HomeSort by relevance Sort by last modified time
    Searched full:enable_auto_alt_ref (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 27 unsigned int enable_auto_alt_ref; /** if encoder decides to uses alternate reference frame */ member in struct:vp8_extracfg
58 0, /* enable_auto_alt_ref */
191 RANGE_CHECK_BOOL(vp8_cfg, enable_auto_alt_ref);
399 oxcf->play_alternate = vp8_cfg.enable_auto_alt_ref;
517 MAP(VP8E_SET_ENABLEAUTOALTREF, xcfg.enable_auto_alt_ref);
    [all...]

Completed in 59 milliseconds