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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 606 int lx2 = lx << 1; local
607 int lx3 = lx2 + lx;
651 offset[1] = lx2 + 2;
653 offset[3] = lx2;
663 offset[13] = lx2 + 3;
664 offset[14] = lx2 + 1;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 538 Int lx2 = lx << 1; local
539 Int lx3 = lx2 + lx;
583 offset[1] = lx2 + 2;
585 offset[3] = lx2;
595 offset[13] = lx2 + 3;
596 offset[14] = lx2 + 1;
    [all...]

Completed in 88 milliseconds