Home
last modified time | relevance | path

Searched defs:next_frame (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c86 static int lookup_next_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame) in lookup_next_frame_stats()
1417 static double get_prediction_decay_rate(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame) in get_prediction_decay_rate()
1505 FIRSTPASS_STATS next_frame; in detect_flash() local
1742 FIRSTPASS_STATS next_frame; in define_gf_group() local
2526 FIRSTPASS_STATS next_frame; in vp8_second_pass() local
2627 …_COMP *cpi, FIRSTPASS_STATS *last_frame, FIRSTPASS_STATS *this_frame, FIRSTPASS_STATS *next_frame) in test_candidate_kf()
2721 FIRSTPASS_STATS next_frame; in find_next_key_frame() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1392 const FIRSTPASS_STATS *next_frame) { in get_prediction_decay_rate()
1441 const FIRSTPASS_STATS *const next_frame = read_frame_stats(twopass, offset); in detect_flash() local
1853 FIRSTPASS_STATS next_frame; in define_gf_group() local
2185 const FIRSTPASS_STATS *next_frame) { in test_candidate_kf()
2276 FIRSTPASS_STATS next_frame; in find_next_key_frame() local
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_and_cursor_composer_unittest.cc83 void SetNextFrame(DesktopFrame* next_frame) { in SetNextFrame()
/external/webrtc/webrtc/modules/video_coding/
Djitter_buffer.cc1001 VCMFrameBuffer* next_frame = NextFrame(); in GetNackList() local