OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:twopass
(Results
1 - 11
of
11
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
83
cpi->
twopass
.stats_in = Position;
88
if (cpi->
twopass
.stats_in >= cpi->
twopass
.stats_in_end)
91
*next_frame = *cpi->
twopass
.stats_in;
100
FIRSTPASS_STATS * fps_ptr = cpi->
twopass
.stats_in;
105
if ( &fps_ptr[offset] >= cpi->
twopass
.stats_in_end )
110
if ( &fps_ptr[offset] < cpi->
twopass
.stats_in_start )
120
if (cpi->
twopass
.stats_in >= cpi->
twopass
.stats_in_end)
123
*fps = *cpi->
twopass
.stats_in
[
all
...]
picklpf.c
129
if (cpi->
twopass
.section_intra_rating > 8)
330
if (cpi->
twopass
.section_intra_rating < 20)
331
Bias = Bias * cpi->
twopass
.section_intra_rating / 20;
onyx_if.c
[
all
...]
onyx_int.h
614
}
twopass
;
member in struct:VP8_COMP
ratectrl.c
643
cpi->per_frame_bandwidth = cpi->
twopass
.gf_bits;
[
all
...]
rdopt.c
256
if (cpi->
twopass
.next_iiratio > 31)
260
(cpi->RDMULT * rd_iifactor[cpi->
twopass
.next_iiratio]) >> 4;
[
all
...]
/external/libvpx/libvpx/examples/
twopass_encoder.txt
11
Twopass
Variables
13
Twopass
mode needs to track the current pass number and the buffer of
/external/openssl/apps/
pkcs12.c
113
int
twopass
= 0;
local
153
else if (!strcmp (*args, "-
twopass
"))
twopass
= 1;
318
BIO_printf (bio_err, "-
twopass
separate MAC, encryption passwords\n");
407
if (
twopass
) {
576
if (!
twopass
) BUF_strlcpy(macpass, pass, sizeof macpass);
648
if (!
twopass
) BUF_strlcpy(macpass, pass, sizeof macpass);
658
if(!
twopass
) cpass = NULL;
/external/libvpx/libvpx/test/
encode_test_driver.cc
25
// Handle
twopass
stats
encode_test_driver.h
55
// Implements an in-memory store for libvpx
twopass
statistics
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h
230
uint
twoPass
; /* flag for 2 pass encoding ( for future )*/
Completed in 356 milliseconds