Searched refs:test_candidate_kf (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | pass2_strategy.c | 1127 static int test_candidate_kf(TWO_PASS *twopass, in test_candidate_kf() function 1282 if (test_candidate_kf(twopass, &last_frame, this_frame, twopass->stats_in, in find_next_key_frame()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 2442 static int test_candidate_kf(VP8_COMP *cpi, FIRSTPASS_STATS *last_frame, in test_candidate_kf() function 2597 test_candidate_kf(cpi, &last_frame, this_frame, &next_frame)) { in find_next_key_frame()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 2762 static int test_candidate_kf(TWO_PASS *twopass, in test_candidate_kf() function 2918 if (test_candidate_kf(twopass, &last_frame, this_frame, in find_next_key_frame()
|