Searched refs:thresh_dc (Results 1 – 1 of 1) sorted by relevance
935 unsigned int thresh_dc; in encode_breakout_test() local967 thresh_dc = (xd->plane[0].dequant[0] * xd->plane[0].dequant[0] >> 6); in encode_breakout_test()970 thresh_dc = ROUND_POWER_OF_TWO(thresh_dc, shift); in encode_breakout_test()975 thresh_dc = 0; in encode_breakout_test()979 if (var <= thresh_ac && (sse - var) <= thresh_dc) { in encode_breakout_test()983 unsigned int thresh_dc_uv = thresh_dc; in encode_breakout_test()