Searched refs:stats_in_end (Results 1 – 6 of 6) sorted by relevance
75 if ((offset >= 0 && p->stats_in + offset >= p->stats_in_end) || in read_frame_stats()84 if (p->stats_in >= p->stats_in_end) return EOF; in input_stats()1707 if (!twopass->stats_in_end) return; in vp9_init_second_pass()1711 *stats = *twopass->stats_in_end; in vp9_init_second_pass()1729 while (s < twopass->stats_in_end) { in vp9_init_second_pass()1745 while (s < twopass->stats_in_end) { in vp9_init_second_pass()1894 if (stats >= twopass->stats_in_end) break; in detect_transition_to_still()2183 while ((i < frame_count) && (s < twopass->stats_in_end)) { in calculate_group_score()2689 start_pos, twopass->stats_in_end, rc->baseline_gf_interval); in define_gf_group()2877 while (twopass->stats_in < twopass->stats_in_end && in find_next_key_frame()[all …]
137 const FIRSTPASS_STATS *stats_in_end; member
2180 lc->twopass.stats_in_end = in vp9_create_compressor()2212 cpi->twopass.stats_in_end = &cpi->twopass.stats_in[packets - 1]; in vp9_create_compressor()
85 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) return EOF; in lookup_next_frame_stats()98 if (&fps_ptr[offset] >= cpi->twopass.stats_in_end) return EOF; in read_frame_stats()108 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) return EOF; in input_stats()1265 if (!cpi->twopass.stats_in_end) return; in vp8_init_second_pass()1267 cpi->twopass.total_stats = *cpi->twopass.stats_in_end; in vp8_init_second_pass()2576 while (cpi->twopass.stats_in < cpi->twopass.stats_in_end) { in find_next_key_frame()2681 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) { in find_next_key_frame()
569 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member
1989 cpi->twopass.stats_in_end = in vp8_create_compressor()