Searched refs:stats_in_end (Results 1 – 6 of 6) sorted by relevance
49 const FIRSTPASS_STATS *stats_in_end; member
86 if (p->stats_in >= p->stats_in_end) in lookup_next_frame_stats()101 if (&fps_ptr[offset] >= p->stats_in_end) in read_frame_stats()113 if (p->stats_in >= p->stats_in_end) in input_stats()957 if (!twopass->stats_in_end) in vp9_init_second_pass()960 twopass->total_stats = *twopass->stats_in_end; in vp9_init_second_pass()1938 while (twopass->stats_in < twopass->stats_in_end) { in find_next_key_frame()2004 } else if (twopass->stats_in == twopass->stats_in_end) { in find_next_key_frame()2011 if (twopass->stats_in >= twopass->stats_in_end) { in find_next_key_frame()
1359 lc->twopass.stats_in_end = lc->twopass.stats_in_start in vp9_create_compressor()1378 cpi->twopass.stats_in_end = &cpi->twopass.stats_in[packets - 1]; in vp9_create_compressor()
89 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) in lookup_next_frame_stats()106 if ( &fps_ptr[offset] >= cpi->twopass.stats_in_end ) in read_frame_stats()121 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) in input_stats()1342 if (!cpi->twopass.stats_in_end) in vp8_init_second_pass()1345 cpi->twopass.total_stats = *cpi->twopass.stats_in_end; in vp8_init_second_pass()2766 while (cpi->twopass.stats_in < cpi->twopass.stats_in_end) in find_next_key_frame()2878 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) in find_next_key_frame()
575 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member
1983 cpi->twopass.stats_in_end = (void*)((char *)cpi->twopass.stats_in in vp8_create_compressor()