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
104
int
lag_in_frames
; // how many frames lag before we start encoding
member in struct:__anon23076
/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:__anon23008
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c
944
cpi->oxcf.
lag_in_frames
);
[
all
...]
vp9_firstpass.c
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
270
oxcf->
lag_in_frames
= 0;
273
oxcf->
lag_in_frames
= cfg.g_lag_in_frames;
361
printf("
lag_in_frames
: %d\n", oxcf->
lag_in_frames
);
379
/* Prevent increasing
lag_in_frames
. This check is stricter than it needs
380
* to be -- the limit is not increasing past the first
lag_in_frames
385
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
1027
static const arg_def_t
lag_in_frames
= ARG_DEF(NULL, "lag-in-frames", 1,
variable
1034
&
lag_in_frames
, NULL
[
all
...]
Completed in 43 milliseconds