Searched refs:read_frame_stats (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 92 static int read_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *frame_stats, in read_frame_stats() function 1427 if (read_frame_stats(cpi, &next_frame, offset) != EOF) { in detect_flash() 1542 if (read_frame_stats(cpi, &this_frame, (i + offset)) == EOF) break; in calc_arf_boost() 1586 if (read_frame_stats(cpi, &this_frame, (i + offset)) == EOF) break; in calc_arf_boost()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 74 static const FIRSTPASS_STATS *read_frame_stats(const TWO_PASS *p, int offset) { in read_frame_stats() function 1859 const FIRSTPASS_STATS *const next_frame = read_frame_stats(twopass, offset); in detect_flash() 1977 const FIRSTPASS_STATS *this_frame = read_frame_stats(twopass, i + offset); in calc_arf_boost() 2017 const FIRSTPASS_STATS *this_frame = read_frame_stats(twopass, i + offset); in calc_arf_boost()
|