OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:output_framerate
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
ratectrl.c
391
kf_boost = MAX(initial_boost, (int)(2 * cpi->
output_framerate
- 16));
402
if (cpi->frames_since_key < cpi->
output_framerate
/ 2)
404
* cpi->frames_since_key / (cpi->
output_framerate
/ 2));
[
all
...]
onyx_int.h
406
double
output_framerate
;
member in struct:VP8_COMP
onyx_if.c
308
lc->framerate = cpi->
output_framerate
/ cpi->oxcf.rate_decimator[layer];
406
prev_layer_framerate = cpi->
output_framerate
/
[
all
...]
firstpass.c
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c
386
av_key_frame_frequency = (int)cpi->
output_framerate
* 2;
vp9_onyx_int.h
432
double
output_framerate
;
member in struct:VP9_COMP
vp9_onyx_if.c
[
all
...]
vp9_firstpass.c
[
all
...]
Completed in 820 milliseconds