Searched defs:fps_ptr (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dfirstpass.c101 FIRSTPASS_STATS * fps_ptr = cpi->twopass.stats_in; local
106 if ( &fps_ptr[offset] >= cpi->twopass.stats_in_end )
111 if ( &fps_ptr[offset] < cpi->twopass.stats_in_start )
115 *frame_stats = fps_ptr[offset];
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c101 FIRSTPASS_STATS * fps_ptr = cpi->twopass.stats_in; local
106 if ( &fps_ptr[offset] >= cpi->twopass.stats_in_end )
111 if ( &fps_ptr[offset] < cpi->twopass.stats_in_start )
115 *frame_stats = fps_ptr[offset];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c99 const FIRSTPASS_STATS *fps_ptr = p->stats_in; local
103 if (&fps_ptr[offset] >= p->stats_in_end)
106 if (&fps_ptr[offset] < p->stats_in_start)
110 *frame_stats = fps_ptr[offset];

Completed in 65 milliseconds