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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.h48 const FIRSTPASS_STATS *stats_in_start; member in struct:twopass_rc
H A Dvp9_onyx_if.c1292 lc->twopass.stats_in_start = lc->rc_twopass_stats_in.buf;
1293 lc->twopass.stats_in = lc->twopass.stats_in_start;
1294 lc->twopass.stats_in_end = lc->twopass.stats_in_start
1311 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf;
1312 cpi->twopass.stats_in = cpi->twopass.stats_in_start;
H A Dvp9_firstpass.c106 if (&fps_ptr[offset] < p->stats_in_start)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.h88 const FIRSTPASS_STATS *stats_in_start; member in struct:__anon13176
H A Dvp9_encoder.c944 lc->twopass.stats_in_start = lc->rc_twopass_stats_in.buf;
945 lc->twopass.stats_in = lc->twopass.stats_in_start;
946 lc->twopass.stats_in_end = lc->twopass.stats_in_start
976 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf;
977 cpi->twopass.stats_in = cpi->twopass.stats_in_start;
2019 twopass->stats_in - 2 > twopass->stats_in_start &&
H A Dvp9_firstpass.c84 (offset < 0 && p->stats_in + offset < p->stats_in_start)) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h574 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.c2030 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf;
2031 cpi->twopass.stats_in = cpi->twopass.stats_in_start;
/external/libvpx/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.c1980 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf;
1981 cpi->twopass.stats_in = cpi->twopass.stats_in_start;

Completed in 1691 milliseconds