Searched refs:stats_in_start (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.h48 const FIRSTPASS_STATS *stats_in_start; member in struct:twopass_rc
H A Dvp9_onyx_if.c1357 lc->twopass.stats_in_start = lc->rc_twopass_stats_in.buf;
1358 lc->twopass.stats_in = lc->twopass.stats_in_start;
1359 lc->twopass.stats_in_end = lc->twopass.stats_in_start
1376 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf;
1377 cpi->twopass.stats_in = cpi->twopass.stats_in_start;
H A Dvp9_firstpass.c104 if (&fps_ptr[offset] < p->stats_in_start)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_int.h575 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member in struct:VP8_COMP::twopass_rc
H A Dfirstpass.c111 if ( &fps_ptr[offset] < cpi->twopass.stats_in_start )
H A Donyx_if.c1981 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf;
1982 cpi->twopass.stats_in = cpi->twopass.stats_in_start;

Completed in 4382 milliseconds