Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c3003 static unsigned int max_var_adjust[VP9E_CONTENT_INVALID] = { 16, 16, 100 }; variable
3062 adj_max = max_var_adjust[content_type]; in rd_variance_adjustment()