Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1831 static int detect_flash_from_frame_stats(const FIRSTPASS_STATS *frame_stats) { in detect_flash_from_frame_stats() function
1848 return detect_flash_from_frame_stats(next_frame); in detect_flash()
1983 flash_detected = detect_flash_from_frame_stats(this_frame) || in compute_arf_boost()
1984 detect_flash_from_frame_stats(next_frame); in compute_arf_boost()
2023 flash_detected = detect_flash_from_frame_stats(this_frame) || in compute_arf_boost()
2024 detect_flash_from_frame_stats(next_frame); in compute_arf_boost()
2497 flash_detected = detect_flash_from_frame_stats(next_next_frame); in get_gop_coding_frame_num()
2992 detect_flash_from_frame_stats(next_frame); in test_candidate_kf()
2993 if (!detect_flash_from_frame_stats(this_frame) && in test_candidate_kf()
2994 !detect_flash_from_frame_stats(next_frame) && in test_candidate_kf()