Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c863 unsigned int thresh_dc; in encode_breakout_test() local
893 thresh_dc = (xd->plane[0].dequant[0] * xd->plane[0].dequant[0] >> 6); in encode_breakout_test()
896 thresh_dc = ROUND_POWER_OF_TWO(thresh_dc, shift); in encode_breakout_test()
901 thresh_dc = 0; in encode_breakout_test()
905 if (var <= thresh_ac && (sse - var) <= thresh_dc) { in encode_breakout_test()
909 unsigned int thresh_dc_uv = thresh_dc; in encode_breakout_test()