| Index: source/libvpx/vp9/encoder/vp9_pickmode.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_pickmode.h (revision 293588)
|
| +++ source/libvpx/vp9/encoder/vp9_pickmode.h (working copy)
|
| @@ -26,6 +26,12 @@
|
| BLOCK_SIZE bsize,
|
| PICK_MODE_CONTEXT *ctx);
|
|
|
| +void vp9_pick_inter_mode_sub8x8(VP9_COMP *cpi, MACROBLOCK *x,
|
| + TileDataEnc *tile_data,
|
| + int mi_row, int mi_col, RD_COST *rd_cost,
|
| + BLOCK_SIZE bsize,
|
| + PICK_MODE_CONTEXT *ctx);
|
| +
|
| #ifdef __cplusplus
|
| } // extern "C"
|
| #endif
|
|
|