Home
last modified time | relevance | path

Searched refs:fps_ptr (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c94 FIRSTPASS_STATS *fps_ptr = cpi->twopass.stats_in; in read_frame_stats() local
98 if (&fps_ptr[offset] >= cpi->twopass.stats_in_end) return EOF; in read_frame_stats()
100 if (&fps_ptr[offset] < cpi->twopass.stats_in_start) return EOF; in read_frame_stats()
103 *frame_stats = fps_ptr[offset]; in read_frame_stats()