Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c332 static int detect_flash(const TWO_PASS *twopass, int offset) { in detect_flash() function
434 flash_detected = detect_flash(twopass, i + offset) || in calc_arf_boost()
435 detect_flash(twopass, i + offset + 1); in calc_arf_boost()
472 flash_detected = detect_flash(twopass, i + offset) || in calc_arf_boost()
473 detect_flash(twopass, i + offset + 1); in calc_arf_boost()
834 flash_detected = detect_flash(twopass, 0); in define_gf_group()
1401 if (!detect_flash(twopass, 0)) { in find_next_key_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1836 static int detect_flash(const TWO_PASS *twopass, int offset) { in detect_flash() function
1975 flash_detected = detect_flash(twopass, i) || detect_flash(twopass, i + 1); in calc_arf_boost()
2010 flash_detected = detect_flash(twopass, i) || detect_flash(twopass, i + 1); in calc_arf_boost()
2557 flash_detected = detect_flash(twopass, 0); in define_gf_group()
2772 if (!detect_flash(twopass, -1) && !detect_flash(twopass, 0) && in test_candidate_kf()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1419 static int detect_flash(VP8_COMP *cpi, int offset) { in detect_flash() function
1555 detect_flash(cpi, (i + offset)) || detect_flash(cpi, (i + offset + 1)); in calc_arf_boost()
1599 detect_flash(cpi, (i + offset)) || detect_flash(cpi, (i + offset + 1)); in calc_arf_boost()
1702 flash_detected = detect_flash(cpi, 0); in define_gf_group()