Searched refs:thresh_dc (Results 1 – 1 of 1) sorted by relevance
899 unsigned int thresh_dc; in encode_breakout_test() local931 thresh_dc = (xd->plane[0].dequant[0] * xd->plane[0].dequant[0] >> 6); in encode_breakout_test()934 thresh_dc = ROUND_POWER_OF_TWO(thresh_dc, shift); in encode_breakout_test()939 thresh_dc = 0; in encode_breakout_test()943 if (var <= thresh_ac && (sse - var) <= thresh_dc) { in encode_breakout_test()947 unsigned int thresh_dc_uv = thresh_dc; in encode_breakout_test()