Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1507 int flash_detected = 0; in detect_flash() local
1522 flash_detected = 1; in detect_flash()
1536 return flash_detected; in detect_flash()
1639 int flash_detected = 0; in calc_arf_boost() local
1658 flash_detected = detect_flash(cpi, (i+offset)) || in calc_arf_boost()
1662 if ( !flash_detected ) in calc_arf_boost()
1673 if ( (!flash_detected) && in calc_arf_boost()
1709 flash_detected = detect_flash(cpi, (i+offset)) || in calc_arf_boost()
1713 if ( !flash_detected ) in calc_arf_boost()
1725 if ( (!flash_detected) && in calc_arf_boost()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1526 int flash_detected = 0; in calc_arf_boost() local
1542 flash_detected = detect_flash(twopass, i + offset) || in calc_arf_boost()
1546 if (!flash_detected) { in calc_arf_boost()
1581 flash_detected = detect_flash(twopass, i + offset) || in calc_arf_boost()
1585 if (!flash_detected) { in calc_arf_boost()
1883 int flash_detected; in define_gf_group() local
1972 flash_detected = detect_flash(twopass, 0); in define_gf_group()
1981 if (!flash_detected) { in define_gf_group()
2013 (!flash_detected) && in define_gf_group()