Searched refs:stats_in (Results 1 – 6 of 6) sorted by relevance
70 p->stats_in = position; in reset_fpf_position()75 if ((offset >= 0 && p->stats_in + offset >= p->stats_in_end) || in read_frame_stats()76 (offset < 0 && p->stats_in + offset < p->stats_in_start)) { in read_frame_stats()80 return &p->stats_in[offset]; in read_frame_stats()84 if (p->stats_in >= p->stats_in_end) return EOF; in input_stats()86 *fps = *p->stats_in; in input_stats()87 ++p->stats_in; in input_stats()1720 const FIRSTPASS_STATS *s = twopass->stats_in; in vp9_init_second_pass()1744 s = twopass->stats_in; in vp9_init_second_pass()1893 const FIRSTPASS_STATS *stats = &twopass->stats_in[j]; in detect_transition_to_still()[all …]
135 const FIRSTPASS_STATS *stats_in; member
2179 lc->twopass.stats_in = lc->twopass.stats_in_start; in vp9_create_compressor()2211 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in vp9_create_compressor()2212 cpi->twopass.stats_in_end = &cpi->twopass.stats_in[packets - 1]; in vp9_create_compressor()
81 cpi->twopass.stats_in = Position; in reset_fpf_position()85 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) return EOF; in lookup_next_frame_stats()87 *next_frame = *cpi->twopass.stats_in; in lookup_next_frame_stats()94 FIRSTPASS_STATS *fps_ptr = cpi->twopass.stats_in; in read_frame_stats()108 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) return EOF; in input_stats()110 *fps = *cpi->twopass.stats_in; in input_stats()111 cpi->twopass.stats_in = in input_stats()112 (void *)((char *)cpi->twopass.stats_in + sizeof(FIRSTPASS_STATS)); in input_stats()1301 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */ in vp8_init_second_pass()1322 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */ in vp8_init_second_pass()[all …]
569 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member
1988 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in vp8_create_compressor()1990 (void *)((char *)cpi->twopass.stats_in + (packets - 1) * packet_sz); in vp8_create_compressor()