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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 135 const FIRSTPASS_STATS *stats_in; member in struct:__anon26234
vp9_firstpass.c 70 p->stats_in = position;
75 if ((offset >= 0 && p->stats_in + offset >= p->stats_in_end) ||
76 (offset < 0 && p->stats_in + offset < p->stats_in_start)) {
80 return &p->stats_in[offset];
84 if (p->stats_in >= p->stats_in_end) return EOF;
86 *fps = *p->stats_in;
87 ++p->stats_in;
    [all...]
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 81 cpi->twopass.stats_in = Position;
85 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) return EOF;
87 *next_frame = *cpi->twopass.stats_in;
94 FIRSTPASS_STATS *fps_ptr = cpi->twopass.stats_in;
108 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) return EOF;
110 *fps = *cpi->twopass.stats_in;
111 cpi->twopass.stats_in =
112 (void *)((char *)cpi->twopass.stats_in + sizeof(FIRSTPASS_STATS));
    [all...]
onyx_int.h 569 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member in struct:VP8_COMP::twopass_rc
onyx_if.c     [all...]

Completed in 381 milliseconds