| Index: source/libvpx/vp9/encoder/vp9_encodemb.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_encodemb.h (revision 281795)
|
| +++ source/libvpx/vp9/encoder/vp9_encodemb.h (working copy)
|
| @@ -24,6 +24,8 @@
|
| 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_dc(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);
|
|
|
|
|