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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 49 const FIRSTPASS_STATS *stats_in_end; member in struct:twopass_rc
vp9_firstpass.c 88 if (p->stats_in >= p->stats_in_end)
103 if (&fps_ptr[offset] >= p->stats_in_end)
115 if (p->stats_in >= p->stats_in_end)
    [all...]
vp9_onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.h 49 const FIRSTPASS_STATS *stats_in_end; member in struct:twopass_rc
vp9_firstpass.c 86 if (p->stats_in >= p->stats_in_end)
101 if (&fps_ptr[offset] >= p->stats_in_end)
113 if (p->stats_in >= p->stats_in_end)
    [all...]
vp9_onyx_if.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_firstpass.h 89 const FIRSTPASS_STATS *stats_in_end; member in struct:__anon17801
vp9_firstpass.c 83 if ((offset >= 0 && p->stats_in + offset >= p->stats_in_end) ||
92 if (p->stats_in >= p->stats_in_end)
    [all...]
vp9_encoder.c 946 lc->twopass.stats_in_end = lc->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/
onyx_int.h 574 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member in struct:VP8_COMP::twopass_rc
firstpass.c 89 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end)
106 if ( &fps_ptr[offset] >= cpi->twopass.stats_in_end )
121 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end)
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 89 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end)
106 if ( &fps_ptr[offset] >= cpi->twopass.stats_in_end )
121 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end)
    [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 89 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end)
106 if ( &fps_ptr[offset] >= cpi->twopass.stats_in_end )
121 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end)
    [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 749 milliseconds