| Index: source/libvpx/vp9/encoder/vp9_encodemb.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_encodemb.h (revision 278778)
|
| +++ source/libvpx/vp9/encoder/vp9_encodemb.h (working copy)
|
| @@ -22,7 +22,8 @@
|
|
|
| void vp9_encode_sb(MACROBLOCK *x, BLOCK_SIZE bsize);
|
| void vp9_encode_sby_pass1(MACROBLOCK *x, BLOCK_SIZE bsize);
|
| -
|
| +void vp9_xform_quant_fp(MACROBLOCK *x, int plane, int block,
|
| + BLOCK_SIZE plane_bsize, TX_SIZE tx_size);
|
| void vp9_xform_quant(MACROBLOCK *x, int plane, int block,
|
| BLOCK_SIZE plane_bsize, TX_SIZE tx_size);
|
|
|
|
|