Searched refs:detect_flash (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1440 static int detect_flash(const TWO_PASS *twopass, int offset) { in detect_flash() function 1542 flash_detected = detect_flash(twopass, i + offset) || in calc_arf_boost() 1543 detect_flash(twopass, i + offset + 1); in calc_arf_boost() 1581 flash_detected = detect_flash(twopass, i + offset) || in calc_arf_boost() 1582 detect_flash(twopass, i + offset + 1); in calc_arf_boost() 1972 flash_detected = detect_flash(twopass, 0); in define_gf_group() 2453 if (!detect_flash(twopass, 0)) { in find_next_key_frame()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 1503 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()
|