Chromium Code Reviews| Index: source/libvpx/vp9/encoder/vp9_rdopt.h | 
| =================================================================== | 
| --- source/libvpx/vp9/encoder/vp9_rdopt.h (revision 240950) | 
| +++ source/libvpx/vp9/encoder/vp9_rdopt.h (working copy) | 
| @@ -8,10 +8,11 @@ | 
| * be found in the AUTHORS file in the root of the source tree. | 
| */ | 
| - | 
| #ifndef VP9_ENCODER_VP9_RDOPT_H_ | 
| #define VP9_ENCODER_VP9_RDOPT_H_ | 
| +#include "vp9/encoder/vp9_onyx_int.h" | 
| + | 
| #define RDDIV_BITS 7 | 
| #define RDCOST(RM, DM, R, D) \ |