Searched refs:lx2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_est.cpp606 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;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp538 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;

Completed in 1916 milliseconds