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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
findhalfpel.cpp 72 int h, hmin, q, qmin; local
89 hmin = 0;
101 hmin = h;
107 mot->x += xh[hmin];
108 mot->y += yh[hmin];
109 encvid->best_hpel_pos = hmin;
112 GenerateQuartPelPred(encvid->bilin_base[hmin], &(encvid->qpel_cand[0][0]), hmin);

Completed in 143 milliseconds