zxing/cpp/core
smparkes@smparkes.net 31cb655de2 minor C++ optimizations
This is mostly just inlining a couple of getter/setter pairs that are in the tightest loops.
The only semantic change is making the retain() and release() methods of the reference counted
objects non-virtual, which allows them to be inlined.

See also http://groups.google.com/group/zxing/browse_thread/thread/6ea93730a7093199

git-svn-id: https://zxing.googlecode.com/svn/trunk@1974 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-10-15 00:58:10 +00:00
..
src/zxing minor C++ optimizations 2011-10-15 00:58:10 +00:00
tests/src GreyscaleRotatedLuminanceSource: implemented getMatrix() 2010-08-20 20:24:20 +00:00