Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c391 void vp9_model_rd_from_var_lapndz(unsigned int var, unsigned int n_log2, in vp9_model_rd_from_var_lapndz() argument
407 (((uint64_t)qstep * qstep << (n_log2 + 10)) + (var >> 1)) / var; in vp9_model_rd_from_var_lapndz()
410 *rate = ((r_q10 << n_log2) + 2) >> 2; in vp9_model_rd_from_var_lapndz()