Home
last modified time | relevance | path

Searched refs:pcnt_second_ref (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dfirstpass.h58 double pcnt_second_ref; member
Dfirstpass.c76 stats->pcnt_second_ref, stats->pcnt_neutral, stats->intra_skip_pct, in output_stats()
95 section->pcnt_second_ref = 0.0; in av1_twopass_zero_stats()
122 section->pcnt_second_ref += frame->pcnt_second_ref; in accumulate_stats()
773 fps.pcnt_second_ref = (double)stats->second_ref_count / num_mbs; in update_firstpass_stats()
Dpass2_strategy.c127 section->pcnt_second_ref -= frame->pcnt_second_ref; in subtract_stats()
347 next_frame->pcnt_second_ref > next_frame->pcnt_inter && in detect_flash()
348 next_frame->pcnt_second_ref >= 0.5; in detect_flash()
396 gf_stats->avg_pcnt_second_ref += stats->pcnt_second_ref; in accumulate_next_frame_stats()
1952 (this_frame->pcnt_second_ref < second_ref_usage_thresh) && in test_candidate_kf()
1953 (next_frame->pcnt_second_ref < second_ref_usage_thresh) && in test_candidate_kf()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c137 stats->pcnt_motion, stats->pcnt_second_ref, stats->pcnt_neutral, in output_stats()
153 section->pcnt_second_ref = 0.0; in zero_stats()
174 section->pcnt_second_ref += frame->pcnt_second_ref; in accumulate_stats()
195 section->pcnt_second_ref -= frame->pcnt_second_ref; in subtract_stats()
216 section->pcnt_second_ref /= section->count; in avg_stats()
771 fps.pcnt_second_ref = 1.0 * (double)second_ref_count / cm->MBs; in vp8_first_pass()
1426 if ((next_frame.pcnt_second_ref > next_frame.pcnt_inter) && in detect_flash()
1427 (next_frame.pcnt_second_ref >= 0.5)) { in detect_flash()
1800 ((next_frame.pcnt_inter > 0.75) || (next_frame.pcnt_second_ref > 0.5)) && in define_gf_group()
2442 if ((this_frame->pcnt_second_ref < 0.10) && in test_candidate_kf()
[all …]
Donyx_int.h102 double pcnt_second_ref; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h90 double pcnt_second_ref; member
Dvp9_firstpass.c103 stats->pcnt_motion, stats->pcnt_second_ref, stats->pcnt_neutral, in output_stats()
134 section->pcnt_second_ref = 0.0; in zero_stats()
165 section->pcnt_second_ref += frame->pcnt_second_ref; in accumulate_stats()
194 section->pcnt_second_ref -= frame->pcnt_second_ref; in subtract_stats()
743 fps->pcnt_second_ref = (double)(fp_acc_data->second_ref_count) / num_mbs; in first_pass_stat_calc()
1842 ((frame_stats->pcnt_second_ref > frame_stats->pcnt_inter) && in detect_flash_from_frame_stats()
1843 (frame_stats->pcnt_second_ref >= 0.5)); in detect_flash_from_frame_stats()
2995 (this_frame->pcnt_second_ref < SECOND_REF_USEAGE_THRESH) && in test_candidate_kf()