Searched refs:thresh_ac (Results 1 – 1 of 1) sorted by relevance
897 unsigned int thresh_ac; in encode_breakout_test() local919 thresh_ac = (xd->plane[0].dequant[1] * xd->plane[0].dequant[1]) >> 3; in encode_breakout_test()922 thresh_ac = ROUND_POWER_OF_TWO(thresh_ac, shift); in encode_breakout_test()925 thresh_ac = clamp(thresh_ac, min_thresh, max_thresh); in encode_breakout_test()928 thresh_ac >>= in encode_breakout_test()938 thresh_ac = 0; in encode_breakout_test()943 if (var <= thresh_ac && (sse - var) <= thresh_dc) { in encode_breakout_test()946 unsigned int thresh_ac_uv = thresh_ac; in encode_breakout_test()