Searched refs:detect_flash (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | firstpass.c | 1379 static int detect_flash(VP8_COMP *cpi, int offset) { in detect_flash() function 1513 detect_flash(cpi, (i + offset)) || detect_flash(cpi, (i + offset + 1)); in calc_arf_boost() 1557 detect_flash(cpi, (i + offset)) || detect_flash(cpi, (i + offset + 1)); in calc_arf_boost() 1656 flash_detected = detect_flash(cpi, 0); in define_gf_group()
|
/external/libaom/av1/encoder/ |
D | pass2_strategy.c | 467 static int detect_flash(const TWO_PASS *twopass, in detect_flash() function 691 flash_detected = detect_flash(twopass, twopass_frame, i + offset) || in av1_calc_arf_boost() 692 detect_flash(twopass, twopass_frame, i + offset + 1); in av1_calc_arf_boost() 727 flash_detected = detect_flash(twopass, twopass_frame, i + offset) || in av1_calc_arf_boost() 728 detect_flash(twopass, twopass_frame, i + offset + 1); in av1_calc_arf_boost() 1966 flash_detected = detect_flash(twopass, &cpi->twopass_frame, 0); in calculate_gf_length() 2305 flash_detected = detect_flash(twopass, &cpi->twopass_frame, 0); in accumulate_gop_stats()
|
/external/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1878 static int detect_flash(const TWO_PASS *twopass, int offset) { in detect_flash() function 3005 is_alt_ref_flash = detect_flash(twopass, rc->baseline_gf_interval); in define_gf_group()
|