Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/librfxcodec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2017-02-20 07:42:42 +0300
committerjsorg71 <jay.sorg@gmail.com>2017-02-26 12:24:52 +0300
commit5936be3811d35d760651cc5d3d6e1de5808f6437 (patch)
tree4e5a7d1d3ca8409e4c28e14c2eedf3ff79b6516a
parent1e67c7013b21c1b784bf33bfe1ef649f2bcb9ddc (diff)
fix a comment
-rw-r--r--src/amd64/rfxencode_tile_amd64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/amd64/rfxencode_tile_amd64.c b/src/amd64/rfxencode_tile_amd64.c
index 9c17705..1619752 100644
--- a/src/amd64/rfxencode_tile_amd64.c
+++ b/src/amd64/rfxencode_tile_amd64.c
@@ -79,7 +79,7 @@ rfx_encode_component_rlgr1_amd64_sse41(struct rfxencode *enc, const char *qtable
const uint8 *data,
uint8 *buffer, int buffer_size, int *size)
{
- LLOGLN(10, ("rfx_encode_component_rlgr1_amd64_sse2:"));
+ LLOGLN(10, ("rfx_encode_component_rlgr1_amd64_sse41:"));
if (rfxcodec_encode_dwt_shift_amd64_sse41(qtable, data, enc->dwt_buffer1,
enc->dwt_buffer) != 0)
{
@@ -95,7 +95,7 @@ rfx_encode_component_rlgr3_amd64_sse41(struct rfxencode *enc, const char *qtable
const uint8 *data,
uint8 *buffer, int buffer_size, int *size)
{
- LLOGLN(10, ("rfx_encode_component_rlgr3_amd64_sse2:"));
+ LLOGLN(10, ("rfx_encode_component_rlgr3_amd64_sse41:"));
if (rfxcodec_encode_dwt_shift_amd64_sse41(qtable, data, enc->dwt_buffer1,
enc->dwt_buffer) != 0)
{