Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c1097 static int detect_flash(const struct twopass_rc *twopass, int offset) { in detect_flash() function
1207 flash_detected = detect_flash(twopass, i + offset) || in calc_arf_boost()
1208 detect_flash(twopass, i + offset + 1); in calc_arf_boost()
1244 flash_detected = detect_flash(twopass, i + offset) || in calc_arf_boost()
1245 detect_flash(twopass, i + offset + 1); in calc_arf_boost()
1485 flash_detected = detect_flash(twopass, 0); in define_gf_group()
2070 if (!detect_flash(twopass, 0)) { in find_next_key_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c1503 static int detect_flash( VP8_COMP *cpi, int offset ) in detect_flash() function
1658 flash_detected = detect_flash(cpi, (i+offset)) || in calc_arf_boost()
1659 detect_flash(cpi, (i+offset+1)); in calc_arf_boost()
1709 flash_detected = detect_flash(cpi, (i+offset)) || in calc_arf_boost()
1710 detect_flash(cpi, (i+offset+1)); in calc_arf_boost()
1822 flash_detected = detect_flash(cpi, 0); in define_gf_group()