Searched refs:stats_in_end (Results 1 – 6 of 6) sorted by relevance
89 const FIRSTPASS_STATS *stats_in_end; member
81 if (p->stats_in >= p->stats_in_end) in lookup_next_frame_stats()91 if ((offset >= 0 && p->stats_in + offset >= p->stats_in_end) || in read_frame_stats()100 if (p->stats_in >= p->stats_in_end) in input_stats()1005 if (!twopass->stats_in_end) in vp9_init_second_pass()1010 *stats = *twopass->stats_in_end; in vp9_init_second_pass()1056 while (s < twopass->stats_in_end) { in vp9_init_second_pass()1748 calculate_section_intra_ratio(start_pos, twopass->stats_in_end, in define_gf_group()1874 while (twopass->stats_in < twopass->stats_in_end && in find_next_key_frame()1943 } else if (twopass->stats_in == twopass->stats_in_end || in find_next_key_frame()1951 if (twopass->stats_in >= twopass->stats_in_end) { in find_next_key_frame()[all …]
894 lc->twopass.stats_in_end = lc->twopass.stats_in_start in vp9_create_compressor()926 cpi->twopass.stats_in_end = &cpi->twopass.stats_in[packets - 1]; in vp9_create_compressor()1996 twopass->stats_in < twopass->stats_in_end && in configure_skippable_frame()
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()2763 while (cpi->twopass.stats_in < cpi->twopass.stats_in_end) in find_next_key_frame()2875 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) in find_next_key_frame()
574 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member
2030 cpi->twopass.stats_in_end = (void*)((char *)cpi->twopass.stats_in in vp8_create_compressor()