Home
last modified time | relevance | path

Searched refs:stats_in_end (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c75 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 …]
Dvp9_firstpass.h137 const FIRSTPASS_STATS *stats_in_end; member
Dvp9_encoder.c2180 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()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c85 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()
Donyx_int.h569 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member
Donyx_if.c1989 cpi->twopass.stats_in_end = in vp8_create_compressor()