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

/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c96 static int read_frame_stats( VP8_COMP *cpi, function
1511 if ( read_frame_stats(cpi, &next_frame, offset) != EOF )
1644 if ( read_frame_stats(cpi, &this_frame, (i+offset)) == EOF )
1695 if ( read_frame_stats(cpi, &this_frame, (i+offset)) == EOF )
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c84 static const FIRSTPASS_STATS *read_frame_stats(const TWO_PASS *p, int offset) { function
1441 const FIRSTPASS_STATS *const next_frame = read_frame_stats(twopass, offset);
1530 const FIRSTPASS_STATS *this_frame = read_frame_stats(twopass, i + offset);
1569 const FIRSTPASS_STATS *this_frame = read_frame_stats(twopass, i + offset);

Completed in 106 milliseconds