Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dfirstpass.h134 const FIRSTPASS_STATS *stats_in_start; member
Dpass2_strategy.c86 (offset < 0 && p->stats_in + offset < p->stats_in_start)) { in read_frame_stats()
1476 twopass->stats_in - 2 > twopass->stats_in_start && in is_skippable_frame()
Dencoder.c2690 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf; in av1_create_compressor()
2691 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in av1_create_compressor()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h152 const FIRSTPASS_STATS *stats_in_start; member
Dvp9_encoder.c2323 lc->twopass.stats_in_start = lc->rc_twopass_stats_in.buf; in vp9_create_compressor()
2324 lc->twopass.stats_in = lc->twopass.stats_in_start; in vp9_create_compressor()
2326 lc->twopass.stats_in_start + packets_in_layer - 1; in vp9_create_compressor()
2355 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf; in vp9_create_compressor()
2356 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in vp9_create_compressor()
Dvp9_firstpass.c73 (offset < 0 && p->stats_in + offset < p->stats_in_start)) { in read_frame_stats()
3114 twopass->stats_in - 2 > twopass->stats_in_start && in is_skippable_frame()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h569 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member
Donyx_if.c1977 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf; in vp8_create_compressor()
1978 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in vp8_create_compressor()
Dfirstpass.c100 if (&fps_ptr[offset] < cpi->twopass.stats_in_start) return EOF; in read_frame_stats()