Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c100 FIRSTPASS_STATS * fps_ptr = cpi->twopass.stats_in; in read_frame_stats() local
105 if ( &fps_ptr[offset] >= cpi->twopass.stats_in_end ) in read_frame_stats()
110 if ( &fps_ptr[offset] < cpi->twopass.stats_in_start ) in read_frame_stats()
114 *frame_stats = fps_ptr[offset]; in read_frame_stats()