Searched refs:xsq_q10 (Results 1 – 1 of 1) sorted by relevance
223 static void model_rd_norm(int xsq_q10, int *r_q10, int *d_q10) { in model_rd_norm() argument288 const int tmp = (xsq_q10 >> 2) + 8; in model_rd_norm()292 const int a_q10 = ((xsq_q10 - xsq_iq_q10[xq]) << 10) >> (2 + k); in model_rd_norm()315 const int xsq_q10 = (int)MIN(xsq_q10_64, MAX_XSQ_Q10); in vp9_model_rd_from_var_lapndz() local316 model_rd_norm(xsq_q10, &r_q10, &d_q10); in vp9_model_rd_from_var_lapndz()