Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c97 const FIRSTPASS_STATS *fps_ptr = p->stats_in; in read_frame_stats() local
101 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c101 FIRSTPASS_STATS * fps_ptr = cpi->twopass.stats_in; in read_frame_stats() local
106 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()