Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2159 #define SECOND_REF_USEAGE_THRESH 0.1 macro
2194 if ((this_frame->pcnt_second_ref < SECOND_REF_USEAGE_THRESH) && in test_candidate_kf()
2195 (next_frame->pcnt_second_ref < SECOND_REF_USEAGE_THRESH) && in test_candidate_kf()