OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_stats
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
266
double av_err = ( cpi->twopass.
total_stats
.ssim_weighted_pred_err /
267
cpi->twopass.
total_stats
.count );
385
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));
397
zero_stats(&cpi->twopass.
total_stats
);
402
output_stats(cpi, cpi->output_pkt_list, &cpi->twopass.
total_stats
);
853
accumulate_stats(&cpi->twopass.
total_stats
, &fps);
[
all
...]
onyx_int.h
569
FIRSTPASS_STATS
total_stats
;
member in struct:VP8_COMP::twopass_rc
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
259
const FIRSTPASS_STATS *const stats = &cpi->twopass.
total_stats
;
338
(cpi->twopass.
total_stats
.count - cpi->common.current_video_frame)) *
346
zero_stats(&cpi->twopass.
total_stats
);
350
output_stats(cpi, cpi->output_pkt_list, &cpi->twopass.
total_stats
);
858
accumulate_stats(&cpi->twopass.
total_stats
, &fps);
[
all
...]
vp9_onyx_int.h
544
FIRSTPASS_STATS
total_stats
;
member in struct:VP9_COMP::twopass_rc
vp9_temporal_filter.c
473
frames_after_arf = (int)(cpi->twopass.
total_stats
.count - this_frame - 1);
Completed in 225 milliseconds