Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c338 static int detect_flash(const TWO_PASS *twopass, const int offset) { in detect_flash() function
612 flash_detected = detect_flash(twopass, i + offset) || in av1_calc_arf_boost()
613 detect_flash(twopass, i + offset + 1); in av1_calc_arf_boost()
646 flash_detected = detect_flash(twopass, i + offset) || in av1_calc_arf_boost()
647 detect_flash(twopass, i + offset + 1); in av1_calc_arf_boost()
1320 flash_detected = detect_flash(twopass, 0); in calculate_gf_length()
1639 flash_detected = detect_flash(twopass, 0); in define_gf_group()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1412 static int detect_flash(VP8_COMP *cpi, int offset) { in detect_flash() function
1546 detect_flash(cpi, (i + offset)) || detect_flash(cpi, (i + offset + 1)); in calc_arf_boost()
1590 detect_flash(cpi, (i + offset)) || detect_flash(cpi, (i + offset + 1)); in calc_arf_boost()
1693 flash_detected = detect_flash(cpi, 0); in define_gf_group()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1846 static int detect_flash(const TWO_PASS *twopass, int offset) { in detect_flash() function
2788 is_alt_ref_flash = detect_flash(twopass, rc->baseline_gf_interval); in define_gf_group()