Searched refs:pcnt_intra (Results 1 – 1 of 1) sorted by relevance
2664 double pcnt_intra = 1.0 - this_frame->pcnt_inter; in test_candidate_kf() local2674 ((pcnt_intra > MIN_INTRA_LEVEL) && in test_candidate_kf()2675 (pcnt_intra > (INTRA_VS_INTER_THRESH * modified_pcnt_inter)) && in test_candidate_kf()