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.c2633 #define SECOND_REF_USEAGE_THRESH 0.1 macro
2671 if ((this_frame->pcnt_second_ref < SECOND_REF_USEAGE_THRESH) && in test_candidate_kf()
2672 (next_frame->pcnt_second_ref < SECOND_REF_USEAGE_THRESH) && in test_candidate_kf()