Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c420 int flash_detected = 0; in calc_arf_boost() local
434 flash_detected = detect_flash(twopass, i + offset) || in calc_arf_boost()
438 if (!flash_detected) { in calc_arf_boost()
472 flash_detected = detect_flash(twopass, i + offset) || in calc_arf_boost()
476 if (!flash_detected) { in calc_arf_boost()
768 int flash_detected; in define_gf_group() local
834 flash_detected = detect_flash(twopass, 0); in define_gf_group()
848 if (!flash_detected) { in define_gf_group()
885 !flash_detected && in define_gf_group()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1422 int flash_detected = 0; in detect_flash() local
1435 flash_detected = 1; in detect_flash()
1449 return flash_detected; in detect_flash()
1537 int flash_detected = 0; in calc_arf_boost() local
1554 flash_detected = in calc_arf_boost()
1558 if (!flash_detected) { in calc_arf_boost()
1566 if ((!flash_detected) && in calc_arf_boost()
1598 flash_detected = in calc_arf_boost()
1602 if (!flash_detected) { in calc_arf_boost()
1611 if ((!flash_detected) && in calc_arf_boost()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1961 int flash_detected = 0; in calc_arf_boost() local
1975 flash_detected = detect_flash(twopass, i) || detect_flash(twopass, i + 1); in calc_arf_boost()
1978 if (!flash_detected) { in calc_arf_boost()
2010 flash_detected = detect_flash(twopass, i) || detect_flash(twopass, i + 1); in calc_arf_boost()
2013 if (!flash_detected) { in calc_arf_boost()
2444 int flash_detected; in define_gf_group() local
2557 flash_detected = detect_flash(twopass, 0); in define_gf_group()
2571 if (!flash_detected) { in define_gf_group()
2611 (!flash_detected) && in define_gf_group()