OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:enable_auto_alt_ref
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/vp8/
vp8_cx_iface.c
32
unsigned int
enable_auto_alt_ref
; /** if encoder decides to uses alternate reference frame */
member in struct:vp8_extracfg
64
0, /*
enable_auto_alt_ref
*/
176
RANGE_CHECK_BOOL(vp8_cfg,
enable_auto_alt_ref
);
339
oxcf->play_alternate = vp8_cfg.
enable_auto_alt_ref
;
456
MAP(VP8E_SET_ENABLEAUTOALTREF, xcfg.
enable_auto_alt_ref
);
[
all
...]
Completed in 27 milliseconds