Lines Matching refs:next_frame
1847 const FIRSTPASS_STATS *const next_frame = read_frame_stats(twopass, offset); in detect_flash() local
1848 return detect_flash_from_frame_stats(next_frame); in detect_flash()
1972 const FIRSTPASS_STATS *next_frame = in compute_arf_boost() local
1984 detect_flash_from_frame_stats(next_frame); in compute_arf_boost()
2012 const FIRSTPASS_STATS *next_frame = in compute_arf_boost() local
2024 detect_flash_from_frame_stats(next_frame); in compute_arf_boost()
2483 const FIRSTPASS_STATS *next_frame; in get_gop_coding_frame_num() local
2487 next_frame = fps_get_frame_stats(first_pass_info, in get_gop_coding_frame_num()
2489 if (next_frame == NULL) { in get_gop_coding_frame_num()
2501 next_frame, &this_frame_mv_in_out, &mv_in_out_accumulator, in get_gop_coding_frame_num()
2508 get_zero_motion_factor(frame_info, next_frame)); in get_gop_coding_frame_num()
2514 loop_decay_rate = get_prediction_decay_rate(frame_info, next_frame); in get_gop_coding_frame_num()
2533 sr_accumulator += next_frame->coded_error; in get_gop_coding_frame_num()
2536 (next_frame->sr_coded_error - next_frame->coded_error); in get_gop_coding_frame_num()
2564 (sr_accumulator > gop_intra_factor * next_frame->intra_error))) { in get_gop_coding_frame_num()
2912 const FIRSTPASS_STATS *next_frame) { in slide_transition() argument
2915 (this_frame->coded_error > (next_frame->coded_error * ERROR_SPIKE)); in slide_transition()
2925 const FIRSTPASS_STATS *next_frame) { in intra_step_transition() argument
2931 double next_pcnt_intra = 1.0 - next_frame->pcnt_inter; in intra_step_transition()
2940 next_frame->intra_error / DOUBLE_DIVIDE_CHECK(next_frame->coded_error); in intra_step_transition()
2984 const FIRSTPASS_STATS *next_frame = in test_candidate_kf() local
2992 detect_flash_from_frame_stats(next_frame); in test_candidate_kf()
2994 !detect_flash_from_frame_stats(next_frame) && in test_candidate_kf()
2997 (slide_transition(this_frame, last_frame, next_frame)) || in test_candidate_kf()
2998 (intra_step_transition(this_frame, last_frame, next_frame)) || in test_candidate_kf()
2999 (((this_frame->coded_error > (next_frame->coded_error * 1.2)) && in test_candidate_kf()
3093 const FIRSTPASS_STATS *next_frame = fps_get_frame_stats( in vp9_get_frames_to_next_key() local
3101 loop_decay_rate = get_prediction_decay_rate(frame_info, next_frame); in vp9_get_frames_to_next_key()
3142 FIRSTPASS_STATS next_frame; in find_next_key_frame() local
3160 vp9_zero(next_frame); in find_next_key_frame()
3236 if (EOF == input_stats(twopass, &next_frame)) break; in find_next_key_frame()
3238 zero_motion_sum += next_frame.pcnt_inter - next_frame.pcnt_motion; in find_next_key_frame()
3240 1 - (double)next_frame.coded_error / next_frame.intra_error; in find_next_key_frame()
3256 if (EOF == input_stats(twopass, &next_frame)) break; in find_next_key_frame()
3270 get_zero_motion_factor(&cpi->frame_info, &next_frame)); in find_next_key_frame()
3273 next_frame.pcnt_inter - next_frame.pcnt_motion; in find_next_key_frame()
3284 frame_boost = calc_kf_frame_boost(cpi, &next_frame, &sr_accumulator, 0, in find_next_key_frame()
3291 fabs(next_frame.mv_in_out_count * next_frame.pcnt_motion); in find_next_key_frame()