Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c76 if (p->stats_in >= p->stats_in_end) return EOF; in input_stats()
85 if ((offset >= 0 && p->stats_in + offset >= p->stats_in_end) || in read_frame_stats()
317 if (stats >= twopass->stats_in_end) break; in detect_transition_to_still()
976 ((twopass->stats_in - i + rc->frames_to_key) < twopass->stats_in_end)) { in define_gf_group()
1084 start_pos, twopass->stats_in_end, rc->baseline_gf_interval); in define_gf_group()
1268 while (twopass->stats_in < twopass->stats_in_end && in find_next_key_frame()
1278 if (cpi->oxcf.auto_key && twopass->stats_in < twopass->stats_in_end) { in find_next_key_frame()
1335 } else if (twopass->stats_in == twopass->stats_in_end || in find_next_key_frame()
1343 if (twopass->stats_in >= twopass->stats_in_end) { in find_next_key_frame()
1422 start_position, twopass->stats_in_end, rc->frames_to_key); in find_next_key_frame()
[all …]
Dfirstpass.h135 const FIRSTPASS_STATS *stats_in_end; member
Dencoder.c2692 cpi->twopass.stats_in_end = &cpi->twopass.stats_in[packets - 1]; in av1_create_compressor()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c72 if ((offset >= 0 && p->stats_in + offset >= p->stats_in_end) || in read_frame_stats()
81 if (p->stats_in >= p->stats_in_end) return EOF; in input_stats()
1643 if (!twopass->stats_in_end) return; in vp9_init_second_pass()
1647 *stats = *twopass->stats_in_end; in vp9_init_second_pass()
1665 while (s < twopass->stats_in_end) { in vp9_init_second_pass()
1681 while (s < twopass->stats_in_end) { in vp9_init_second_pass()
1821 if (stats >= twopass->stats_in_end) break; in detect_transition_to_still()
2116 while ((i < frame_count) && (s < twopass->stats_in_end)) { in calculate_group_score()
2711 start_pos, twopass->stats_in_end, rc->baseline_gf_interval); in define_gf_group()
2903 while (twopass->stats_in < twopass->stats_in_end && in find_next_key_frame()
[all …]
Dvp9_firstpass.h153 const FIRSTPASS_STATS *stats_in_end; member
Dvp9_encoder.c2325 lc->twopass.stats_in_end = in vp9_create_compressor()
2357 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()
1264 if (!cpi->twopass.stats_in_end) return; in vp8_init_second_pass()
1266 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.c1979 cpi->twopass.stats_in_end = in vp8_create_compressor()