Searched refs:pcnt_intra (Results 1 – 3 of 3) sorted by relevance
350 double pcnt_intra = 1.0 - this_stats.pcnt_inter; in DetectIntraInterErrorChange() local351 return pcnt_intra > pcnt_intra_min && in DetectIntraInterErrorChange()
3067 double pcnt_intra = 1.0 - this_frame->pcnt_inter; in test_candidate_kf() local3081 (pcnt_intra > MIN_INTRA_LEVEL) && in test_candidate_kf()3082 ((pcnt_intra + this_frame->pcnt_neutral) > 0.5) && in test_candidate_kf()
2745 double pcnt_intra = 1.0 - this_stats->pcnt_inter; in test_candidate_kf() local2777 ((pcnt_intra > MIN_INTRA_LEVEL) && in test_candidate_kf()2778 (pcnt_intra > (INTRA_VS_INTER_THRESH * modified_pcnt_inter)) && in test_candidate_kf()