Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c946 const unsigned int max_thresh = 36000; in encode_breakout_test() local
949 VPXMIN(((unsigned int)x->encode_breakout << 4), max_thresh); in encode_breakout_test()
961 thresh_ac = clamp(thresh_ac, min_thresh, max_thresh); in encode_breakout_test()