Searched refs:fps_ptr (Results 1 – 2 of 2) sorted by relevance
97 const FIRSTPASS_STATS *fps_ptr = p->stats_in; in read_frame_stats() local101 if (&fps_ptr[offset] >= p->stats_in_end) in read_frame_stats()104 if (&fps_ptr[offset] < p->stats_in_start) in read_frame_stats()108 *frame_stats = fps_ptr[offset]; in read_frame_stats()
101 FIRSTPASS_STATS * fps_ptr = cpi->twopass.stats_in; in read_frame_stats() local106 if ( &fps_ptr[offset] >= cpi->twopass.stats_in_end ) in read_frame_stats()111 if ( &fps_ptr[offset] < cpi->twopass.stats_in_start ) in read_frame_stats()115 *frame_stats = fps_ptr[offset]; in read_frame_stats()