| Index: source/libvpx/vp9/encoder/vp9_quantize.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_quantize.h (revision 177019)
|
| +++ source/libvpx/vp9/encoder/vp9_quantize.h (working copy)
|
| @@ -78,6 +78,9 @@
|
| extern prototype_quantize_block(vp9_quantize_quantb_16x16);
|
| extern prototype_quantize_mb(vp9_quantize_mby_16x16);
|
|
|
| +void vp9_quantize_sby_32x32(MACROBLOCK *x);
|
| +void vp9_quantize_sbuv_16x16(MACROBLOCK *x);
|
| +
|
| struct VP9_COMP;
|
|
|
| extern void vp9_set_quantizer(struct VP9_COMP *cpi, int Q);
|
| @@ -90,4 +93,4 @@
|
|
|
| extern void vp9_init_quantizer(struct VP9_COMP *cpi);
|
|
|
| -#endif
|
| +#endif // VP9_ENCODER_VP9_QUANTIZE_H_
|
|
|