Searched refs:stats_in (Results 1 – 6 of 6) sorted by relevance
76 p->stats_in = position; in reset_fpf_position()81 if (p->stats_in >= p->stats_in_end) in lookup_next_frame_stats()84 *next_frame = *p->stats_in; in lookup_next_frame_stats()91 if ((offset >= 0 && p->stats_in + offset >= p->stats_in_end) || in read_frame_stats()92 (offset < 0 && p->stats_in + offset < p->stats_in_start)) { in read_frame_stats()96 return &p->stats_in[offset]; in read_frame_stats()100 if (p->stats_in >= p->stats_in_end) in input_stats()103 *fps = *p->stats_in; in input_stats()104 ++p->stats_in; in input_stats()1050 const FIRSTPASS_STATS *s = twopass->stats_in; in vp9_init_second_pass()[all …]
87 const FIRSTPASS_STATS *stats_in; member
893 lc->twopass.stats_in = lc->twopass.stats_in_start; in vp9_create_compressor()925 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in vp9_create_compressor()926 cpi->twopass.stats_in_end = &cpi->twopass.stats_in[packets - 1]; in vp9_create_compressor()1995 twopass->stats_in - 2 > twopass->stats_in_start && in configure_skippable_frame()1996 twopass->stats_in < twopass->stats_in_end && in configure_skippable_frame()1997 (twopass->stats_in - 1)->pcnt_inter - (twopass->stats_in - 1)->pcnt_motion in configure_skippable_frame()1999 (twopass->stats_in - 2)->pcnt_inter - (twopass->stats_in - 2)->pcnt_motion in configure_skippable_frame()2001 twopass->stats_in->pcnt_inter - twopass->stats_in->pcnt_motion == 1); in configure_skippable_frame()
84 cpi->twopass.stats_in = Position; in reset_fpf_position()89 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) in lookup_next_frame_stats()92 *next_frame = *cpi->twopass.stats_in; in lookup_next_frame_stats()101 FIRSTPASS_STATS * fps_ptr = cpi->twopass.stats_in; in read_frame_stats()121 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end) in input_stats()124 *fps = *cpi->twopass.stats_in; in input_stats()125 cpi->twopass.stats_in = in input_stats()126 (void*)((char *)cpi->twopass.stats_in + sizeof(FIRSTPASS_STATS)); in input_stats()1375 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */ in vp8_init_second_pass()1394 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */ in vp8_init_second_pass()[all …]
574 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start; member
2029 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in vp8_create_compressor()2030 cpi->twopass.stats_in_end = (void*)((char *)cpi->twopass.stats_in in vp8_create_compressor()