Home
last modified time | relevance | path

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

/external/libaom/av1/qmode_rc/
Dratectrl_qmode.cc350 double pcnt_intra = 1.0 - this_stats.pcnt_inter; in DetectIntraInterErrorChange() local
351 return pcnt_intra > pcnt_intra_min && in DetectIntraInterErrorChange()
/external/libvpx/vp9/encoder/
Dvp9_firstpass.c3067 double pcnt_intra = 1.0 - this_frame->pcnt_inter; in test_candidate_kf() local
3081 (pcnt_intra > MIN_INTRA_LEVEL) && in test_candidate_kf()
3082 ((pcnt_intra + this_frame->pcnt_neutral) > 0.5) && in test_candidate_kf()
/external/libaom/av1/encoder/
Dpass2_strategy.c2745 double pcnt_intra = 1.0 - this_stats->pcnt_inter; in test_candidate_kf() local
2777 ((pcnt_intra > MIN_INTRA_LEVEL) && in test_candidate_kf()
2778 (pcnt_intra > (INTRA_VS_INTER_THRESH * modified_pcnt_inter)) && in test_candidate_kf()