Searched refs:uv_ac_thr (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_pickmode.c390 const uint32_t uv_ac_thr = pd->dequant[1] * pd->dequant[1] >> (6 - sf); local
397 if ((var_uv[j] < uv_ac_thr || var_uv[j] == 0) &&

Completed in 45 milliseconds