Searched refs:thresh_ac (Results 1 – 1 of 1) sorted by relevance
933 unsigned int thresh_ac; in encode_breakout_test() local955 thresh_ac = (xd->plane[0].dequant[1] * xd->plane[0].dequant[1]) >> 3; in encode_breakout_test()958 thresh_ac = ROUND_POWER_OF_TWO(thresh_ac, shift); in encode_breakout_test()961 thresh_ac = clamp(thresh_ac, min_thresh, max_thresh); in encode_breakout_test()964 thresh_ac >>= in encode_breakout_test()974 thresh_ac = 0; in encode_breakout_test()979 if (var <= thresh_ac && (sse - var) <= thresh_dc) { in encode_breakout_test()982 unsigned int thresh_ac_uv = thresh_ac; in encode_breakout_test()