Home
last modified time | relevance | path

Searched refs:lookup_next_frame_stats (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c84 static int lookup_next_frame_stats(const struct twopass_rc *p, in lookup_next_frame_stats() function
1948 lookup_next_frame_stats(twopass, &next_frame) != EOF) { in find_next_key_frame()
2316 if (lookup_next_frame_stats(twopass, &next_frame) != EOF) { in vp9_rc_get_second_pass_params()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c87 static int lookup_next_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame) in lookup_next_frame_stats() function
2528 if ( lookup_next_frame_stats(cpi, &next_frame) != EOF ) in vp8_second_pass()
2785 && lookup_next_frame_stats(cpi, &next_frame) != EOF) in find_next_key_frame()