From edf59ab3202f25d9da45c8f555db5eb6428f3bb3 Mon Sep 17 00:00:00 2001 From: Pascal Massimino Date: Fri, 27 May 2011 09:55:47 -0700 Subject: [PATCH] typo fix --- src/enc/dsp_sse2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/enc/dsp_sse2.c b/src/enc/dsp_sse2.c index 9a1749cd..a681f18f 100644 --- a/src/enc/dsp_sse2.c +++ b/src/enc/dsp_sse2.c @@ -67,7 +67,7 @@ static int CollectHistogramSSE2(const uint8_t* ref, const uint8_t* pred, //----------------------------------------------------------------------------- // Transforms (Paragraph 14.4) -// Does one of two inverse transforms. +// Does one or two inverse transforms. static void ITransformSSE2(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) { // This implementation makes use of 16-bit fixed point versions of two