HomeSort by relevance Sort by last modified time
    Searched full:xsq_q10 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 223 static void model_rd_norm(int xsq_q10, int *r_q10, int *d_q10) {
288 const int tmp = (xsq_q10 >> 2) + 8;
292 const int a_q10 = ((xsq_q10 - xsq_iq_q10[xq]) << 10) >> (2 + k);
315 const int xsq_q10 = (int)MIN(xsq_q10_64, MAX_XSQ_Q10); local
316 model_rd_norm(xsq_q10, &r_q10, &d_q10);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 321 static void model_rd_norm(int xsq_q10, int *r_q10, int *d_q10) {
392 int tmp = (xsq_q10 >> 2) + 8;
396 const int a_q10 = ((xsq_q10 - xsq_iq_q10[xq]) << 10) >> (2 + k);
418 const int xsq_q10 = xsq_q10_64 > MAX_XSQ_Q10 ? local
420 model_rd_norm(xsq_q10, &r_q10, &d_q10);
    [all...]

Completed in 744 milliseconds