Searched refs:stats_in_end (Results 1 – 6 of 6) sorted by relevance
85 if ((offset >= 0 && p->stats_in + offset >= p->stats_in_end) || in read_frame_stats()94 if (p->stats_in >= p->stats_in_end) in input_stats()1281 if (!twopass->stats_in_end) in vp9_init_second_pass()1286 *stats = *twopass->stats_in_end; in vp9_init_second_pass()1321 while (s < twopass->stats_in_end) { in vp9_init_second_pass()1423 if (stats >= twopass->stats_in_end) in detect_transition_to_still()2146 calculate_section_intra_ratio(start_pos, twopass->stats_in_end, in define_gf_group()2315 while (twopass->stats_in < twopass->stats_in_end && in find_next_key_frame()2325 if (cpi->oxcf.auto_key && twopass->stats_in < twopass->stats_in_end) { in find_next_key_frame()2384 } else if (twopass->stats_in == twopass->stats_in_end || in find_next_key_frame()[all …]
102 const FIRSTPASS_STATS *stats_in_end; member
1798 lc->twopass.stats_in_end = lc->twopass.stats_in_start in vp9_create_compressor()1830 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
2057 cpi->twopass.stats_in_end = (void*)((char *)cpi->twopass.stats_in in vp8_create_compressor()