Searched refs:read_frame_stats (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 95 static int read_frame_stats(const struct twopass_rc *p, in read_frame_stats() function 1104 if (read_frame_stats(twopass, &next_frame, offset) != EOF) { in detect_flash() 1196 if (read_frame_stats(twopass, &this_frame, (i + offset)) == EOF) in calc_arf_boost() 1233 if (read_frame_stats(twopass, &this_frame, (i + offset)) == EOF) in calc_arf_boost()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | firstpass.c | 97 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()
|