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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.h47 const FIRSTPASS_STATS *stats_in; member in struct:twopass_rc
H A Dvp9_firstpass.c81 p->stats_in = position;
86 if (p->stats_in >= p->stats_in_end)
89 *next_frame = *p->stats_in;
97 const FIRSTPASS_STATS *fps_ptr = p->stats_in;
113 if (p->stats_in >= p->stats_in_end)
116 *fps = *p->stats_in;
117 ++p->stats_in;
1003 start_pos = twopass->stats_in;
1023 start_pos = twopass->stats_in;
1072 const FIRSTPASS_STATS *position = cpi->twopass.stats_in;
[all...]
H A Dvp9_onyx_if.c1358 lc->twopass.stats_in = lc->twopass.stats_in_start;
1377 cpi->twopass.stats_in = cpi->twopass.stats_in_start;
1378 cpi->twopass.stats_in_end = &cpi->twopass.stats_in[packets - 1];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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.c1982 cpi->twopass.stats_in = cpi->twopass.stats_in_start;
1983 cpi->twopass.stats_in_end = (void*)((char *)cpi->twopass.stats_in

Completed in 119 milliseconds