Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2664 double pcnt_intra = 1.0 - this_frame->pcnt_inter; in test_candidate_kf() local
2674 ((pcnt_intra > MIN_INTRA_LEVEL) && in test_candidate_kf()
2675 (pcnt_intra > (INTRA_VS_INTER_THRESH * modified_pcnt_inter)) && in test_candidate_kf()