Searched refs:stats_in_start (Results 1 – 9 of 9) sorted by relevance
134 const FIRSTPASS_STATS *stats_in_start; member
86 (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()
2690 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()
152 const FIRSTPASS_STATS *stats_in_start; member
2323 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()
73 (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()
569 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member
1977 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()
100 if (&fps_ptr[offset] < cpi->twopass.stats_in_start) return EOF; in read_frame_stats()