Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h101 const FIRSTPASS_STATS *stats_in_start; member
Dvp9_encoder.c1796 lc->twopass.stats_in_start = lc->rc_twopass_stats_in.buf; in vp9_create_compressor()
1797 lc->twopass.stats_in = lc->twopass.stats_in_start; in vp9_create_compressor()
1798 lc->twopass.stats_in_end = lc->twopass.stats_in_start in vp9_create_compressor()
1828 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf; in vp9_create_compressor()
1829 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in vp9_create_compressor()
Dvp9_firstpass.c86 (offset < 0 && p->stats_in + offset < p->stats_in_start)) { in read_frame_stats()
2574 twopass->stats_in - 2 > twopass->stats_in_start && in is_skippable_frame()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h584 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member
Donyx_if.c2055 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf; in vp8_create_compressor()
2056 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in vp8_create_compressor()
Dfirstpass.c110 if ( &fps_ptr[offset] < cpi->twopass.stats_in_start ) in read_frame_stats()