| Index: source/libvpx/vp8/encoder/rdopt.h
|
| diff --git a/source/libvpx/vp8/encoder/rdopt.h b/source/libvpx/vp8/encoder/rdopt.h
|
| index e0da35e203c86cae6753be6ff315f59effa59965..b4fcd10b61e41f75bcf7ff2a305f1edc64ac07dd 100644
|
| --- a/source/libvpx/vp8/encoder/rdopt.h
|
| +++ b/source/libvpx/vp8/encoder/rdopt.h
|
| @@ -136,6 +136,9 @@ extern void vp8_mv_pred
|
| int near_sadidx[]
|
| );
|
| void vp8_cal_sad(VP8_COMP *cpi, MACROBLOCKD *xd, MACROBLOCK *x, int recon_yoffset, int near_sadidx[]);
|
| +int VP8_UVSSE(MACROBLOCK *x);
|
| +int vp8_cost_mv_ref(MB_PREDICTION_MODE m, const int near_mv_ref_ct[4]);
|
| +void vp8_set_mbmode_and_mvs(MACROBLOCK *x, MB_PREDICTION_MODE mb, int_mv *mv);
|
|
|
| #ifdef __cplusplus
|
| } // extern "C"
|
|
|