OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_stats
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
265
double av_err = ( cpi->twopass.
total_stats
.ssim_weighted_pred_err /
266
cpi->twopass.
total_stats
.count );
384
max_bits = (int)(((double)cpi->twopass.bits_left / (cpi->twopass.
total_stats
.count - (double)cpi->common.current_video_frame)) * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
396
zero_stats(&cpi->twopass.
total_stats
);
401
output_stats(cpi, cpi->output_pkt_list, &cpi->twopass.
total_stats
);
852
accumulate_stats(&cpi->twopass.
total_stats
, &fps);
[
all
...]
onyx_int.h
583
FIRSTPASS_STATS
total_stats
;
member in struct:VP8_COMP::twopass_rc
Completed in 153 milliseconds