Searched refs:pcnt_intra (Results 1 – 2 of 2) sorted by relevance
1133 double pcnt_intra = 1.0 - this_frame->pcnt_inter; in test_candidate_kf() local1145 ((pcnt_intra > MIN_INTRA_LEVEL) && in test_candidate_kf()1146 (pcnt_intra > (INTRA_VS_INTER_THRESH * modified_pcnt_inter)) && in test_candidate_kf()
2767 double pcnt_intra = 1.0 - this_frame->pcnt_inter; in test_candidate_kf() local2778 (pcnt_intra > MIN_INTRA_LEVEL) && in test_candidate_kf()2779 ((pcnt_intra + this_frame->pcnt_neutral) > 0.5) && in test_candidate_kf()