HomeSort by relevance Sort by last modified time
    Searched refs:stats_in (Results 1 - 18 of 18) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 47 const FIRSTPASS_STATS *stats_in; member in struct:twopass_rc
vp9_firstpass.c 83 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;
    [all...]
vp9_onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.h 47 const FIRSTPASS_STATS *stats_in; member in struct:twopass_rc
vp9_firstpass.c 81 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;
    [all...]
vp9_onyx_if.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_firstpass.h 87 const FIRSTPASS_STATS *stats_in; member in struct:__anon17801
vp9_firstpass.c 78 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;
    [all...]
vp9_encoder.c 945 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];
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
firstpass.c 84 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));
    [all...]
onyx_int.h 574 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member in struct:VP8_COMP::twopass_rc
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 84 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));
    [all...]
onyx_int.h 575 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member in struct:VP8_COMP::twopass_rc
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 84 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));
    [all...]
onyx_int.h 575 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member in struct:VP8_COMP::twopass_rc
onyx_if.c     [all...]

Completed in 463 milliseconds