Chromium Code Reviews| Index: source/libvpx/vp9/encoder/vp9_variance.h |
| =================================================================== |
| --- source/libvpx/vp9/encoder/vp9_variance.h (revision 191025) |
| +++ source/libvpx/vp9/encoder/vp9_variance.h (working copy) |
| @@ -69,7 +69,7 @@ |
| const uint8_t *ref_ptr, |
| int ref_stride); |
| -typedef struct variance_vtable { |
| +typedef struct vp9_variance_vtable { |
| vp9_sad_fn_t sdf; |
| vp9_variance_fn_t vf; |
| vp9_subpixvariance_fn_t svf; |