OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lag_in_frames
(Results
1 - 9
of
9
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_onyx.h
109
int
lag_in_frames
; // how many frames lag before we start encoding
member in struct:__anon24005
/external/libvpx/libvpx/vp8/common/
onyx.h
145
/* lagged compression (if allow_lag == 0
lag_in_frames
is ignored) */
147
int
lag_in_frames
; /* how many frames lag before we start encoding */
member in struct:__anon23935
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c
994
cpi->oxcf.
lag_in_frames
);
[
all
...]
vp9_firstpass.c
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
271
oxcf->
lag_in_frames
= 0;
274
oxcf->
lag_in_frames
= cfg.g_lag_in_frames;
362
printf("
lag_in_frames
: %d\n", oxcf->
lag_in_frames
);
380
/* Prevent increasing
lag_in_frames
. This check is stricter than it needs
381
* to be -- the limit is not increasing past the first
lag_in_frames
386
ERROR("Cannot increase
lag_in_frames
");
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
onyx_if.c
[
all
...]
firstpass.c
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
315
oxcf->
lag_in_frames
= 0;
320
oxcf->
lag_in_frames
= cfg.g_lag_in_frames;
438
printf("
lag_in_frames
: %d\n", oxcf->
lag_in_frames
);
456
/* Prevent increasing
lag_in_frames
. This check is stricter than it needs
457
* to be -- the limit is not increasing past the first
lag_in_frames
462
ERROR("Cannot increase
lag_in_frames
");
[
all
...]
/external/libvpx/libvpx/
vpxenc.c
454
static const arg_def_t
lag_in_frames
= ARG_DEF(NULL, "lag-in-frames", 1,
variable
461
&
lag_in_frames
, NULL
[
all
...]
Completed in 56 milliseconds