Searched refs:stats_in (Results 1 – 9 of 9) sorted by relevance
72 p->stats_in = position; in reset_fpf_position()76 if (p->stats_in >= p->stats_in_end) return EOF; in input_stats()78 *fps = *p->stats_in; in input_stats()79 ++p->stats_in; in input_stats()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()316 const FIRSTPASS_STATS *stats = &twopass->stats_in[j]; in detect_transition_to_still()740 const FIRSTPASS_STATS *const start_pos = twopass->stats_in; in define_gf_group()976 ((twopass->stats_in - i + rc->frames_to_key) < twopass->stats_in_end)) { in define_gf_group()[all …]
133 const FIRSTPASS_STATS *stats_in; member
2691 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in av1_create_compressor()2692 cpi->twopass.stats_in_end = &cpi->twopass.stats_in[packets - 1]; in av1_create_compressor()
67 p->stats_in = position; in reset_fpf_position()72 if ((offset >= 0 && p->stats_in + offset >= p->stats_in_end) || in read_frame_stats()73 (offset < 0 && p->stats_in + offset < p->stats_in_start)) { in read_frame_stats()77 return &p->stats_in[offset]; in read_frame_stats()81 if (p->stats_in >= p->stats_in_end) return EOF; in input_stats()83 *fps = *p->stats_in; in input_stats()84 ++p->stats_in; in input_stats()1656 const FIRSTPASS_STATS *s = twopass->stats_in; in vp9_init_second_pass()1680 s = twopass->stats_in; in vp9_init_second_pass()1820 const FIRSTPASS_STATS *stats = &twopass->stats_in[j]; in detect_transition_to_still()[all …]
151 const FIRSTPASS_STATS *stats_in; member
2324 lc->twopass.stats_in = lc->twopass.stats_in_start; in vp9_create_compressor()2356 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in vp9_create_compressor()2357 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()1299 start_pos = cpi->twopass.stats_in; /* Note starting "file" position */ in vp8_init_second_pass()1320 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
1978 cpi->twopass.stats_in = cpi->twopass.stats_in_start; in vp8_create_compressor()1980 (void *)((char *)cpi->twopass.stats_in + (packets - 1) * packet_sz); in vp8_create_compressor()