OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:starting_buffer_level
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp8/common/
onyx.h
159
int64_t
starting_buffer_level
;
member in struct:__anon10963
/external/libvpx/libvpx/vp8/encoder/
onyx_if.c
221
lc->
starting_buffer_level
= cpi->oxcf.
starting_buffer_level
;
261
cpi->oxcf.
starting_buffer_level
= lc->
starting_buffer_level
;
[
all
...]
onyx_int.h
239
int64_t
starting_buffer_level
;
member in struct:__anon10994
ratectrl.c
377
target = cpi->oxcf.
starting_buffer_level
/ 2;
[
all
...]
firstpass.c
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
359
oxcf->
starting_buffer_level
= cfg.rc_buf_initial_sz;
426
printf("
starting_buffer_level
: %d\n", oxcf->
starting_buffer_level
);
[
all
...]
Completed in 641 milliseconds