Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c947 unsigned int thresh_dc_uv = thresh_dc; in encode_breakout_test() local
950 thresh_dc_uv = 0; in encode_breakout_test()
964 if (((var_u << 2) <= thresh_ac_uv) && (sse_u - var_u <= thresh_dc_uv)) { in encode_breakout_test()
970 if (((var_v << 2) <= thresh_ac_uv) && (sse_v - var_v <= thresh_dc_uv)) { in encode_breakout_test()