OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:two_pass_vbrmax_section
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/vp8/common/
onyx.h
168
int
two_pass_vbrmax_section
;
member in struct:__anon7701
/external/libvpx/vp8/encoder/
parms.cpp
53
DOTHIS(O,
two_pass_vbrmax_section
)\
firstpass.c
254
max_bits = (int)(cpi->av_per_frame_bandwidth * ((double)cpi->oxcf.
two_pass_vbrmax_section
/ 100.0));
271
// For VBR base this on the bits and frames left plus the
two_pass_vbrmax_section
rate passed in by the user
272
max_bits = (int)(((double)cpi->bits_left / (cpi->total_stats->count - (double)cpi->common.current_video_frame)) * ((double)cpi->oxcf.
two_pass_vbrmax_section
/ 100.0));
[
all
...]
/external/libvpx/vp8/
vp8_cx_iface.c
327
oxcf->
two_pass_vbrmax_section
= cfg.rc_2pass_vbr_maxsection_pct;
378
printf("
two_pass_vbrmax_section
: %d\n", oxcf->
two_pass_vbrmax_section
);
[
all
...]
Completed in 108 milliseconds