Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h49 double pcnt_second_ref; member
Dvp9_firstpass.c131 stats->pcnt_second_ref, in output_stats()
166 section->pcnt_second_ref = 0.0; in zero_stats()
190 section->pcnt_second_ref += frame->pcnt_second_ref; in accumulate_stats()
212 section->pcnt_second_ref -= frame->pcnt_second_ref; in subtract_stats()
839 fps.pcnt_second_ref = (double)second_ref_count / cm->MBs; in vp9_first_pass()
1145 next_frame->pcnt_second_ref > next_frame->pcnt_inter && in detect_flash()
1146 next_frame->pcnt_second_ref >= 0.5; in detect_flash()
1761 if ((this_frame->pcnt_second_ref < 0.10) && in test_candidate_kf()
1762 (next_frame->pcnt_second_ref < 0.10) && in test_candidate_kf()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c156 stats->pcnt_second_ref, in output_stats()
181 section->pcnt_second_ref = 0.0; in zero_stats()
203 section->pcnt_second_ref += frame->pcnt_second_ref; in accumulate_stats()
225 section->pcnt_second_ref -= frame->pcnt_second_ref; in subtract_stats()
248 section->pcnt_second_ref /= section->count; in avg_stats()
825 fps.pcnt_second_ref = 1.0 * (double)second_ref_count / cm->MBs; in vp8_first_pass()
1518 if ( (next_frame.pcnt_second_ref > next_frame.pcnt_inter) && in detect_flash()
1519 (next_frame.pcnt_second_ref >= 0.5 ) ) in detect_flash()
1942 (next_frame.pcnt_second_ref > 0.5)) && in define_gf_group()
2632 if ((this_frame->pcnt_second_ref < 0.10) && in test_candidate_kf()
[all …]
Donyx_int.h106 double pcnt_second_ref; member