Chromium Code Reviews| Index: source/libvpx/vp8/common/postproc.c |
| =================================================================== |
| --- source/libvpx/vp8/common/postproc.c (revision 240950) |
| +++ source/libvpx/vp8/common/postproc.c (working copy) |
| @@ -71,11 +71,6 @@ |
| }; |
| #endif |
| -static const short kernel5[] = |
| -{ |
| - 1, 1, 4, 1, 1 |
| -}; |
| - |
| const short vp8_rv[] = |
| { |
| 8, 5, 2, 2, 8, 12, 4, 9, 8, 3, |