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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.c97 const FIRSTPASS_STATS *fps_ptr = p->stats_in; local
101 if (&fps_ptr[offset] >= p->stats_in_end)
104 if (&fps_ptr[offset] < p->stats_in_start)
108 *frame_stats = fps_ptr[offset];

Completed in 34 milliseconds