Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c70 p->stats_in = position; in reset_fpf_position()
75 if ((offset >= 0 && p->stats_in + offset >= p->stats_in_end) || in read_frame_stats()
76 (offset < 0 && p->stats_in + offset < p->stats_in_start)) { in read_frame_stats()
80 return &p->stats_in[offset]; in read_frame_stats()
84 if (p->stats_in >= p->stats_in_end) return EOF; in input_stats()
86 *fps = *p->stats_in; in input_stats()
87 ++p->stats_in; in input_stats()
1720 const FIRSTPASS_STATS *s = twopass->stats_in; in vp9_init_second_pass()
1744 s = twopass->stats_in; in vp9_init_second_pass()
1893 const FIRSTPASS_STATS *stats = &twopass->stats_in[j]; in detect_transition_to_still()
[all …]
Dvp9_firstpass.h135 const FIRSTPASS_STATS *stats_in; member
Dvp9_encoder.c2179 lc->twopass.stats_in = lc->twopass.stats_in_start; in vp9_create_compressor()
2211 cpi->twopass.stats_in = cpi->twopass.stats_in_start; 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.c81 cpi->twopass.stats_in = Position; in reset_fpf_position()
85 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) return EOF; in lookup_next_frame_stats()
87 *next_frame = *cpi->twopass.stats_in; in lookup_next_frame_stats()
94 FIRSTPASS_STATS *fps_ptr = cpi->twopass.stats_in; in read_frame_stats()
108 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) return EOF; in input_stats()
110 *fps = *cpi->twopass.stats_in; in input_stats()
111 cpi->twopass.stats_in = in input_stats()
112 (void *)((char *)cpi->twopass.stats_in + sizeof(FIRSTPASS_STATS)); in input_stats()
1301 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */ in vp8_init_second_pass()
1322 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */ in vp8_init_second_pass()
[all …]
Donyx_int.h569 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member
Donyx_if.c1988 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in vp8_create_compressor()
1990 (void *)((char *)cpi->twopass.stats_in + (packets - 1) * packet_sz); in vp8_create_compressor()