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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rd.c 295 static void model_rd_norm(int xsq_q10, int *r_q10, int *d_q10) {
360 const int tmp = (xsq_q10 >> 2) + 8;
364 const int a_q10 = ((xsq_q10 - xsq_iq_q10[xq]) << 10) >> (2 + k);
387 const int xsq_q10 = (int)MIN(xsq_q10_64, MAX_XSQ_Q10); local
388 model_rd_norm(xsq_q10, &r_q10, &d_q10);
  /external/libvpx/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...]
  /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 225 milliseconds