Searched defs:SECOND_REF_USEAGE_THRESH (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c2633 #define SECOND_REF_USEAGE_THRESH 0.1 macro
2671 if ((this_frame->pcnt_second_ref < SECOND_REF_USEAGE_THRESH) &&
2672 (next_frame->pcnt_second_ref < SECOND_REF_USEAGE_THRESH) &&

Completed in 157 milliseconds