Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c1100 int flash_detected = 0; in detect_flash() local
1112 flash_detected = 1; in detect_flash()
1115 return flash_detected; in detect_flash()
1192 int flash_detected = 0; in calc_arf_boost() local
1207 flash_detected = detect_flash(twopass, i + offset) || in calc_arf_boost()
1211 if (!flash_detected) { in calc_arf_boost()
1244 flash_detected = detect_flash(twopass, i + offset) || in calc_arf_boost()
1248 if (!flash_detected) { in calc_arf_boost()
1434 int flash_detected; in define_gf_group() local
1485 flash_detected = detect_flash(twopass, 0); in define_gf_group()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 …]