 Chromium Code Reviews
 Chromium Code Reviews Issue 111463005:
  libvpx: Pull from upstream  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
    
  
    Issue 111463005:
  libvpx: Pull from upstream  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/| 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, |