Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1423 int flash_detected = 0; in detect_flash() local
1436 flash_detected = 1; in detect_flash()
1450 return flash_detected; in detect_flash()
1538 int flash_detected = 0; in calc_arf_boost() local
1555 flash_detected = in calc_arf_boost()
1559 if (!flash_detected) { in calc_arf_boost()
1567 if ((!flash_detected) && in calc_arf_boost()
1599 flash_detected = in calc_arf_boost()
1603 if (!flash_detected) { in calc_arf_boost()
1612 if ((!flash_detected) && in calc_arf_boost()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1973 int flash_detected = 0; in calc_arf_boost() local
1987 flash_detected = detect_flash(twopass, i + offset) || in calc_arf_boost()
1991 if (!flash_detected) { in calc_arf_boost()
2027 flash_detected = detect_flash(twopass, i + offset) || in calc_arf_boost()
2031 if (!flash_detected) { in calc_arf_boost()
2357 int flash_detected; in define_gf_group() local
2454 flash_detected = detect_flash(twopass, 0); in define_gf_group()
2462 if (!flash_detected) { in define_gf_group()
2496 (!flash_detected) && in define_gf_group()