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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 137 const FIRSTPASS_STATS *stats_in_end; member in struct:__anon26234
vp9_firstpass.c 75 if ((offset >= 0 && p->stats_in + offset >= p->stats_in_end) ||
84 if (p->stats_in >= p->stats_in_end) return EOF;
    [all...]
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 85 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) return EOF;
98 if (&fps_ptr[offset] >= cpi->twopass.stats_in_end) return EOF;
108 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) return EOF;
    [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 1325 milliseconds