Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.h26 double pcnt_second_ref; member
Dvp9_firstpass.c145 stats->pcnt_second_ref, in output_stats()
170 section->pcnt_second_ref = 0.0; in zero_stats()
195 section->pcnt_second_ref += frame->pcnt_second_ref; in accumulate_stats()
218 section->pcnt_second_ref -= frame->pcnt_second_ref; in subtract_stats()
241 section->pcnt_second_ref /= section->count; in avg_stats()
800 fps.pcnt_second_ref = (double)second_ref_count / cm->MBs; in vp9_first_pass()
1110 if (next_frame.pcnt_second_ref > next_frame.pcnt_inter && in detect_flash()
1111 next_frame.pcnt_second_ref >= 0.5) in detect_flash()
1829 if ((this_frame->pcnt_second_ref < 0.10) && in test_candidate_kf()
1830 (next_frame->pcnt_second_ref < 0.10) && in test_candidate_kf()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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()
1519 if ( (next_frame.pcnt_second_ref > next_frame.pcnt_inter) && in detect_flash()
1520 (next_frame.pcnt_second_ref >= 0.5 ) ) in detect_flash()
1944 (next_frame.pcnt_second_ref > 0.5)) && in define_gf_group()
2635 if ((this_frame->pcnt_second_ref < 0.10) && in test_candidate_kf()
[all …]
Donyx_int.h109 double pcnt_second_ref; member