OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arnr_max_frames
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/common/
onyx.h
211
int
arnr_max_frames
;
member in struct:__anon10961
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
32
unsigned int
arnr_max_frames
; /* alt_ref Noise Reduction Max Frame Count */
member in struct:vp8_extracfg
67
0, /*
arnr_max_frames
*/
203
RANGE_CHECK(vp8_cfg,
arnr_max_frames
, 0, 15);
407
oxcf->
arnr_max_frames
= vp8_cfg.
arnr_max_frames
;
523
MAP(VP8E_SET_ARNR_MAXFRAMES, xcfg.
arnr_max_frames
);
[
all
...]
Completed in 42 milliseconds