On 2015-07-13 01:34, Ronald S. Bultje wrote:
> Hi,
> 
> On Sun, Jul 12, 2015 at 5:54 PM, Paul B Mahol <one...@gmail.com> wrote:
> 
>> On 7/12/15, Ronald S. Bultje <rsbul...@gmail.com> wrote:
>>> +typedef struct PSNRDSPContext {
>>> +    uint64_t (*sse_line)(const uint8_t *buf, const uint8_t *ref, int w);
>>
>> Besides naming of function sse_line rest LGTM.
>>
> 
> That was sort of inspired by other functions in lavfi. I'm open to
> alternative suggestions.

If it was called sse after Intel's Streaming SIMD Extensions then it
would be "bad" because it implies it must use those instructions.  (Or
some reason like that.)

If it was called sse after Sum of Squared Errors then it would be "good"
because the name is correctly reflecting what it does.

Perhaps ssd is more acceptable after Sum of Squared Differences?


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to