Searched refs:stats_in_end (Results 1 – 6 of 6) sorted by relevance
84 if ((offset >= 0 && p->stats_in + offset >= p->stats_in_end) || in read_frame_stats()93 if (p->stats_in >= p->stats_in_end) in input_stats()1277 if (!twopass->stats_in_end) in vp9_init_second_pass()1282 *stats = *twopass->stats_in_end; in vp9_init_second_pass()1317 while (s < twopass->stats_in_end) { in vp9_init_second_pass()1419 if (stats >= twopass->stats_in_end) in detect_transition_to_still()2141 calculate_section_intra_ratio(start_pos, twopass->stats_in_end, in define_gf_group()2310 while (twopass->stats_in < twopass->stats_in_end && in find_next_key_frame()2320 if (cpi->oxcf.auto_key && twopass->stats_in < twopass->stats_in_end) { in find_next_key_frame()2379 } else if (twopass->stats_in == twopass->stats_in_end || in find_next_key_frame()[all …]
102 const FIRSTPASS_STATS *stats_in_end; member
1781 lc->twopass.stats_in_end = lc->twopass.stats_in_start in vp9_create_compressor()1813 cpi->twopass.stats_in_end = &cpi->twopass.stats_in[packets - 1]; in vp9_create_compressor()
88 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) in lookup_next_frame_stats()105 if ( &fps_ptr[offset] >= cpi->twopass.stats_in_end ) in read_frame_stats()120 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) in input_stats()1341 if (!cpi->twopass.stats_in_end) in vp8_init_second_pass()1344 cpi->twopass.total_stats = *cpi->twopass.stats_in_end; in vp8_init_second_pass()2765 while (cpi->twopass.stats_in < cpi->twopass.stats_in_end) in find_next_key_frame()2877 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) in find_next_key_frame()
584 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member
2081 cpi->twopass.stats_in_end = (void*)((char *)cpi->twopass.stats_in in vp8_create_compressor()