OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:two_pass_vbrbias
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_onyx.h
128
int
two_pass_vbrbias
; // two pass datarate control tweaks
member in struct:__anon23076
/external/libvpx/libvpx/vp8/common/
onyx.h
184
int
two_pass_vbrbias
;
member in struct:__anon23008
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
302
oxcf->
two_pass_vbrbias
= cfg.rc_2pass_vbr_bias_pct;
357
printf("
two_pass_vbrbias
: %d\n", oxcf->
two_pass_vbrbias
);
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
56
#define POW1 (double)cpi->oxcf.
two_pass_vbrbias
/100.0
57
#define POW2 (double)cpi->oxcf.
two_pass_vbrbias
/100.0
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
52
#define POW1 (double)cpi->oxcf.
two_pass_vbrbias
/100.0
53
#define POW2 (double)cpi->oxcf.
two_pass_vbrbias
/100.0
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
359
oxcf->
two_pass_vbrbias
= cfg.rc_2pass_vbr_bias_pct;
434
printf("
two_pass_vbrbias
: %d\n", oxcf->
two_pass_vbrbias
);
[
all
...]
Completed in 59 milliseconds