Home
last modified time | relevance | path

Searched refs:read_frame_stats (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c84 static const FIRSTPASS_STATS *read_frame_stats(const TWO_PASS *p, int offset) { in read_frame_stats() function
333 const FIRSTPASS_STATS *const next_frame = read_frame_stats(twopass, offset); in detect_flash()
424 const FIRSTPASS_STATS *this_frame = read_frame_stats(twopass, i + offset); in calc_arf_boost()
462 const FIRSTPASS_STATS *this_frame = read_frame_stats(twopass, i + offset); in calc_arf_boost()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c92 static int read_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *frame_stats, in read_frame_stats() function
1426 if (read_frame_stats(cpi, &next_frame, offset) != EOF) { in detect_flash()
1541 if (read_frame_stats(cpi, &this_frame, (i + offset)) == EOF) break; in calc_arf_boost()
1585 if (read_frame_stats(cpi, &this_frame, (i + offset)) == EOF) break; in calc_arf_boost()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c71 static const FIRSTPASS_STATS *read_frame_stats(const TWO_PASS *p, int offset) { in read_frame_stats() function
1837 const FIRSTPASS_STATS *const next_frame = read_frame_stats(twopass, offset); in detect_flash()
1965 const FIRSTPASS_STATS *this_frame = read_frame_stats(twopass, i); in calc_arf_boost()
2000 const FIRSTPASS_STATS *this_frame = read_frame_stats(twopass, i); in calc_arf_boost()