Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c139 stats->pcnt_motion, stats->pcnt_second_ref, stats->pcnt_neutral, in output_stats()
155 section->pcnt_second_ref = 0.0; in zero_stats()
176 section->pcnt_second_ref += frame->pcnt_second_ref; in accumulate_stats()
197 section->pcnt_second_ref -= frame->pcnt_second_ref; in subtract_stats()
218 section->pcnt_second_ref /= section->count; in avg_stats()
776 fps.pcnt_second_ref = 1.0 * (double)second_ref_count / cm->MBs; in vp8_first_pass()
1433 if ((next_frame.pcnt_second_ref > next_frame.pcnt_inter) && in detect_flash()
1434 (next_frame.pcnt_second_ref >= 0.5)) { in detect_flash()
1809 ((next_frame.pcnt_inter > 0.75) || (next_frame.pcnt_second_ref > 0.5)) && in define_gf_group()
2450 if ((this_frame->pcnt_second_ref < 0.10) && in test_candidate_kf()
[all …]
Donyx_int.h99 double pcnt_second_ref; member
/external/libaom/libaom/av1/encoder/
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()
769 fps.pcnt_second_ref = (double)second_ref_count / num_mbs; in av1_first_pass()
Dfirstpass.h56 double pcnt_second_ref; member
Dpass2_strategy.c103 section->pcnt_second_ref -= frame->pcnt_second_ref; in subtract_stats()
341 next_frame->pcnt_second_ref > next_frame->pcnt_inter && in detect_flash()
342 next_frame->pcnt_second_ref >= 0.5; in detect_flash()
1142 if ((this_frame->pcnt_second_ref < second_ref_usage_thresh) && in test_candidate_kf()
1143 (next_frame->pcnt_second_ref < second_ref_usage_thresh) && in test_candidate_kf()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h88 double pcnt_second_ref; member
Dvp9_firstpass.c110 stats->pcnt_motion, stats->pcnt_second_ref, stats->pcnt_neutral, in output_stats()
141 section->pcnt_second_ref = 0.0; in zero_stats()
172 section->pcnt_second_ref += frame->pcnt_second_ref; in accumulate_stats()
201 section->pcnt_second_ref -= frame->pcnt_second_ref; in subtract_stats()
742 fps->pcnt_second_ref = (double)(fp_acc_data->second_ref_count) / num_mbs; in first_pass_stat_calc()
1847 ((next_frame->pcnt_second_ref > next_frame->pcnt_inter) && in detect_flash()
1848 (next_frame->pcnt_second_ref >= 0.5))); in detect_flash()
2773 (this_frame->pcnt_second_ref < SECOND_REF_USEAGE_THRESH) && in test_candidate_kf()