Lines Matching refs:FIRSTPASS_STATS

77 static void find_next_key_frame(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame);
82 static void reset_fpf_position(VP8_COMP *cpi, FIRSTPASS_STATS *Position)
87 static int lookup_next_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame)
98 FIRSTPASS_STATS *frame_stats,
101 FIRSTPASS_STATS * fps_ptr = cpi->twopass.stats_in;
119 static int input_stats(VP8_COMP *cpi, FIRSTPASS_STATS *fps)
126 (void*)((char *)cpi->twopass.stats_in + sizeof(FIRSTPASS_STATS));
132 FIRSTPASS_STATS *stats)
137 pkt.data.twopass_stats.sz = sizeof(FIRSTPASS_STATS);
173 static void zero_stats(FIRSTPASS_STATS *section)
195 static void accumulate_stats(FIRSTPASS_STATS *section, FIRSTPASS_STATS *frame)
217 static void subtract_stats(FIRSTPASS_STATS *section, FIRSTPASS_STATS *frame)
239 static void avg_stats(FIRSTPASS_STATS *section)
264 static double calculate_modified_err(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame)
799 FIRSTPASS_STATS fps;
851 sizeof(FIRSTPASS_STATS));
918 FIRSTPASS_STATS * fpstats)
979 FIRSTPASS_STATS * fpstats,
1098 FIRSTPASS_STATS * fpstats,
1334 FIRSTPASS_STATS this_frame;
1335 FIRSTPASS_STATS *start_pos;
1417 static double get_prediction_decay_rate(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame)
1473 FIRSTPASS_STATS * position = cpi->twopass.stats_in;
1474 FIRSTPASS_STATS tmp_next_frame;
1504 FIRSTPASS_STATS next_frame;
1541 FIRSTPASS_STATS * this_frame,
1587 FIRSTPASS_STATS * this_frame,
1627 FIRSTPASS_STATS this_frame;
1738 static void define_gf_group(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame)
1740 FIRSTPASS_STATS next_frame;
1741 FIRSTPASS_STATS *start_pos;
2328 FIRSTPASS_STATS sectionstats;
2357 static void assign_std_frame_bits(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame)
2418 FIRSTPASS_STATS this_frame = {0};
2419 FIRSTPASS_STATS this_frame_copy;
2524 FIRSTPASS_STATS next_frame;
2625 static int test_candidate_kf(VP8_COMP *cpi, FIRSTPASS_STATS *last_frame, FIRSTPASS_STATS *this_frame, FIRSTPASS_STATS *next_frame)
2647 FIRSTPASS_STATS *start_pos;
2649 FIRSTPASS_STATS local_next_frame;
2714 static void find_next_key_frame(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame)
2717 FIRSTPASS_STATS last_frame;
2718 FIRSTPASS_STATS first_frame;
2719 FIRSTPASS_STATS next_frame;
2720 FIRSTPASS_STATS *start_position;
2839 FIRSTPASS_STATS *current_pos = cpi->twopass.stats_in;
2840 FIRSTPASS_STATS tmp_frame;
3005 FIRSTPASS_STATS sectionstats;