HomeSort by relevance Sort by last modified time
    Searched full:stats_in_start (Results 1 - 12 of 12) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.h 48 const FIRSTPASS_STATS *stats_in_start; member in struct:twopass_rc
vp9_onyx_if.c     [all...]
vp9_firstpass.c 104 if (&fps_ptr[offset] < p->stats_in_start)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 88 const FIRSTPASS_STATS *stats_in_start; member in struct:__anon13894
vp9_encoder.c 892 lc->twopass.stats_in_start = lc->rc_twopass_stats_in.buf;
893 lc->twopass.stats_in = lc->twopass.stats_in_start;
894 lc->twopass.stats_in_end = lc->twopass.stats_in_start
924 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf;
925 cpi->twopass.stats_in = cpi->twopass.stats_in_start;
    [all...]
vp9_firstpass.c 92 (offset < 0 && p->stats_in + offset < p->stats_in_start)) {
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
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...]
firstpass.c 111 if ( &fps_ptr[offset] < cpi->twopass.stats_in_start )
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
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...]
firstpass.c 111 if ( &fps_ptr[offset] < cpi->twopass.stats_in_start )
    [all...]

Completed in 260 milliseconds