Searched refs:stats_in (Results 1 - 12 of 12) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.h47 const FIRSTPASS_STATS *stats_in; member in struct:twopass_rc
H A Dvp9_firstpass.c83 p->stats_in = position;
88 if (p->stats_in >= p->stats_in_end)
91 *next_frame = *p->stats_in;
99 const FIRSTPASS_STATS *fps_ptr = p->stats_in;
115 if (p->stats_in >= p->stats_in_end)
118 *fps = *p->stats_in;
119 ++p->stats_in;
1004 start_pos = twopass->stats_in;
1024 start_pos = twopass->stats_in;
1073 const FIRSTPASS_STATS *position = twopass->stats_in;
[all...]
H A Dvp9_onyx_if.c1293 lc->twopass.stats_in = lc->twopass.stats_in_start;
1312 cpi->twopass.stats_in = cpi->twopass.stats_in_start;
1313 cpi->twopass.stats_in_end = &cpi->twopass.stats_in[packets - 1];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.h87 const FIRSTPASS_STATS *stats_in; member in struct:__anon13176
H A Dvp9_firstpass.c78 p->stats_in = position;
83 if ((offset >= 0 && p->stats_in + offset >= p->stats_in_end) ||
84 (offset < 0 && p->stats_in + offset < p->stats_in_start)) {
88 return &p->stats_in[offset];
92 if (p->stats_in >= p->stats_in_end)
95 *fps = *p->stats_in;
96 ++p->stats_in;
1052 const FIRSTPASS_STATS *s = twopass->stats_in;
1137 const FIRSTPASS_STATS *stats = &twopass->stats_in[j];
1557 const FIRSTPASS_STATS *const start_pos = twopass->stats_in;
[all...]
H A Dvp9_encoder.c945 lc->twopass.stats_in = lc->twopass.stats_in_start;
977 cpi->twopass.stats_in = cpi->twopass.stats_in_start;
978 cpi->twopass.stats_in_end = &cpi->twopass.stats_in[packets - 1];
2019 twopass->stats_in - 2 > twopass->stats_in_start &&
2020 twopass->stats_in < twopass->stats_in_end &&
2021 (twopass->stats_in - 1)->pcnt_inter - (twopass->stats_in - 1)->pcnt_motion
2023 (twopass->stats_in - 2)->pcnt_inter - (twopass->stats_in - 2)->pcnt_motion
2025 twopass->stats_in
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dfirstpass.c84 cpi->twopass.stats_in = Position;
89 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end)
92 *next_frame = *cpi->twopass.stats_in;
101 FIRSTPASS_STATS * fps_ptr = cpi->twopass.stats_in;
121 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end)
124 *fps = *cpi->twopass.stats_in;
125 cpi->twopass.stats_in =
126 (void*)((char *)cpi->twopass.stats_in + sizeof(FIRSTPASS_STATS));
1375 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */
1394 start_pos = cpi->twopass.stats_in; /* Not
[all...]
H A Donyx_int.h574 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member in struct:VP8_COMP::twopass_rc
H A Donyx_if.c2031 cpi->twopass.stats_in = cpi->twopass.stats_in_start;
2032 cpi->twopass.stats_in_end = (void*)((char *)cpi->twopass.stats_in
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c84 cpi->twopass.stats_in = Position;
89 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end)
92 *next_frame = *cpi->twopass.stats_in;
101 FIRSTPASS_STATS * fps_ptr = cpi->twopass.stats_in;
121 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end)
124 *fps = *cpi->twopass.stats_in;
125 cpi->twopass.stats_in =
126 (void*)((char *)cpi->twopass.stats_in + sizeof(FIRSTPASS_STATS));
1375 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */
1394 start_pos = cpi->twopass.stats_in; /* Not
[all...]
H A Donyx_int.h575 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member in struct:VP8_COMP::twopass_rc
H A Donyx_if.c1981 cpi->twopass.stats_in = cpi->twopass.stats_in_start;
1982 cpi->twopass.stats_in_end = (void*)((char *)cpi->twopass.stats_in

Completed in 1844 milliseconds