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

  /external/libvpx/libvpx/vp8/encoder/
mr_dissim.c 156 int max_mvx = mvx[0]; local
164 if (mvx[i] > max_mvx)
165 max_mvx = mvx[i];
176 abs(max_mvx - here->mbmi.mv.as_mv.row));

Completed in 964 milliseconds