diff options
author | MITSUNARI Shigeo <[email protected]> | 2012-05-03 16:04:44 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2012-05-03 16:04:44 +0900 |
commit | 88e40224e738eaf300f0883eede750a2d521e225 (patch) | |
tree | 64b4fa15877589eabb64107e76a73d56655503a7 /sample/quantize.cpp | |
parent | 92d1bbd4fd7cdd8e01a5b1c2a34d5fb06cc96a74 (diff) | |
download | xbyak-88e40224e738eaf300f0883eede750a2d521e225.tar.gz xbyak-88e40224e738eaf300f0883eede750a2d521e225.zip |
update document
Diffstat (limited to 'sample/quantize.cpp')
-rw-r--r-- | sample/quantize.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sample/quantize.cpp b/sample/quantize.cpp index 67ef41f..6b79a62 100644 --- a/sample/quantize.cpp +++ b/sample/quantize.cpp @@ -1,6 +1,5 @@ /* @author herumi - @date $Date: 2012/03/15 01:51:56 $ JPEG quantize sample This program generates a quantization routine by using fast division algorithm in run-time. |