Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c786 unsigned int thresh_ac; in encode_breakout_test() local
802 thresh_ac = (xd->plane[0].dequant[1] * xd->plane[0].dequant[1]) >> 3; in encode_breakout_test()
805 thresh_ac = ROUND_POWER_OF_TWO(thresh_ac, shift); in encode_breakout_test()
808 thresh_ac = clamp(thresh_ac, min_thresh, max_thresh); in encode_breakout_test()
811 thresh_ac >>= in encode_breakout_test()
821 thresh_ac = 0; in encode_breakout_test()
826 if (var <= thresh_ac && (sse - var) <= thresh_dc) { in encode_breakout_test()
844 if (((var_u << 2) <= thresh_ac) && (sse_u - var_u <= thresh_dc)) { in encode_breakout_test()
851 if (((var_v << 2) <= thresh_ac) && (sse_v - var_v <= thresh_dc)) { in encode_breakout_test()