Searched refs:detect_transition_to_still (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | firstpass.c | 1341 static int detect_transition_to_still(VP8_COMP *cpi, int frame_interval, in detect_transition_to_still() function 1677 if (detect_transition_to_still(cpi, i, 5, loop_decay_rate, in define_gf_group() 2576 if (detect_transition_to_still(cpi, i, in find_next_key_frame()
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | pass2_strategy.c | 435 static int detect_transition_to_still(const FIRSTPASS_INFO *firstpass_info, in detect_transition_to_still() function 1017 if (detect_transition_to_still(&twopass->firstpass_info, index, in detect_gf_cut() 2995 scenecut_detected = detect_transition_to_still( in define_kf_interval()
|