Searched refs:stats_in (Results 1 – 6 of 6) sorted by relevance
80 p->stats_in = position; in reset_fpf_position()85 if ((offset >= 0 && p->stats_in + offset >= p->stats_in_end) || in read_frame_stats()86 (offset < 0 && p->stats_in + offset < p->stats_in_start)) { in read_frame_stats()90 return &p->stats_in[offset]; in read_frame_stats()94 if (p->stats_in >= p->stats_in_end) in input_stats()97 *fps = *p->stats_in; in input_stats()98 ++p->stats_in; in input_stats()1315 const FIRSTPASS_STATS *s = twopass->stats_in; in vp9_init_second_pass()1422 const FIRSTPASS_STATS *stats = &twopass->stats_in[j]; in detect_transition_to_still()1854 const FIRSTPASS_STATS *const start_pos = twopass->stats_in; in define_gf_group()[all …]
100 const FIRSTPASS_STATS *stats_in; member
1797 lc->twopass.stats_in = lc->twopass.stats_in_start; in vp9_create_compressor()1829 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in vp9_create_compressor()1830 cpi->twopass.stats_in_end = &cpi->twopass.stats_in[packets - 1]; in vp9_create_compressor()
83 cpi->twopass.stats_in = Position; in reset_fpf_position()88 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) in lookup_next_frame_stats()91 *next_frame = *cpi->twopass.stats_in; in lookup_next_frame_stats()100 FIRSTPASS_STATS * fps_ptr = cpi->twopass.stats_in; in read_frame_stats()120 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) in input_stats()123 *fps = *cpi->twopass.stats_in; in input_stats()124 cpi->twopass.stats_in = in input_stats()125 (void*)((char *)cpi->twopass.stats_in + sizeof(FIRSTPASS_STATS)); in input_stats()1374 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */ in vp8_init_second_pass()1393 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */ in vp8_init_second_pass()[all …]
584 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member
2056 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in vp8_create_compressor()2057 cpi->twopass.stats_in_end = (void*)((char *)cpi->twopass.stats_in in vp8_create_compressor()