| Index: source/libvpx/vp9/common/vp9_postproc.c
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_postproc.c (revision 291857)
|
| +++ source/libvpx/vp9/common/vp9_postproc.c (working copy)
|
| @@ -366,6 +366,9 @@
|
| unsigned int width, unsigned int height, int pitch) {
|
| unsigned int i, j;
|
|
|
| + // TODO(jbb): why does simd code use both but c doesn't, normalize and
|
| + // fix..
|
| + (void) bothclamp;
|
| for (i = 0; i < height; i++) {
|
| uint8_t *pos = start + i * pitch;
|
| char *ref = (char *)(noise + (rand() & 0xff)); // NOLINT
|
|
|