Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c1133 double pcnt_intra = 1.0 - this_frame->pcnt_inter; in test_candidate_kf() local
1145 ((pcnt_intra > MIN_INTRA_LEVEL) && in test_candidate_kf()
1146 (pcnt_intra > (INTRA_VS_INTER_THRESH * modified_pcnt_inter)) && in test_candidate_kf()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2767 double pcnt_intra = 1.0 - this_frame->pcnt_inter; in test_candidate_kf() local
2778 (pcnt_intra > MIN_INTRA_LEVEL) && in test_candidate_kf()
2779 ((pcnt_intra + this_frame->pcnt_neutral) > 0.5) && in test_candidate_kf()