Searched refs:read_frame_stats (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 96 static int read_frame_stats( VP8_COMP *cpi, in read_frame_stats() function 1511 if ( read_frame_stats(cpi, &next_frame, offset) != EOF ) in detect_flash() 1644 if ( read_frame_stats(cpi, &this_frame, (i+offset)) == EOF ) in calc_arf_boost() 1695 if ( read_frame_stats(cpi, &this_frame, (i+offset)) == EOF ) in calc_arf_boost()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 84 static const FIRSTPASS_STATS *read_frame_stats(const TWO_PASS *p, int offset) { in read_frame_stats() function 1441 const FIRSTPASS_STATS *const next_frame = read_frame_stats(twopass, offset); in detect_flash() 1530 const FIRSTPASS_STATS *this_frame = read_frame_stats(twopass, i + offset); in calc_arf_boost() 1569 const FIRSTPASS_STATS *this_frame = read_frame_stats(twopass, i + offset); in calc_arf_boost()
|