cosmetics: normalize VP8GetCPUInfo checks

- use '!= NULL'
+ dec_neon/STORE_WHT: align '\'s

Change-Id: I0f0ce49bd9c58e771bafb24c51c070d5ebd77e53
This commit is contained in:
James Zern
2014-02-28 18:43:49 -08:00
parent e3dd9243cb
commit 82ae1bf299
4 changed files with 5 additions and 5 deletions

View File

@ -715,7 +715,7 @@ void VP8DspInit(void) {
VP8SimpleHFilter16i = SimpleHFilter16i;
// If defined, use CPUInfo() to overwrite some pointers with faster versions.
if (VP8GetCPUInfo) {
if (VP8GetCPUInfo != NULL) {
#if defined(WEBP_USE_SSE2)
if (VP8GetCPUInfo(kSSE2)) {
VP8DspInitSSE2();