| Index: source/libvpx/vp9/encoder/vp9_encoder.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_encoder.h (revision 271012)
|
| +++ source/libvpx/vp9/encoder/vp9_encoder.h (working copy)
|
| @@ -391,7 +391,6 @@
|
| RATE_CONTROL rc;
|
|
|
| vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES];
|
| - vp9_coeff_probs_model frame_coef_probs[TX_SIZES][PLANE_TYPES];
|
|
|
| struct vpx_codec_pkt_list *output_pkt_list;
|
|
|
| @@ -552,15 +551,8 @@
|
|
|
| int vp9_update_entropy(VP9_COMP *cpi, int update);
|
|
|
| -int vp9_set_roimap(VP9_COMP *cpi, unsigned char *map,
|
| - unsigned int rows, unsigned int cols,
|
| - int delta_q[MAX_SEGMENTS],
|
| - int delta_lf[MAX_SEGMENTS],
|
| - unsigned int threshold[MAX_SEGMENTS]);
|
| +int vp9_set_active_map(VP9_COMP *cpi, unsigned char *map, int rows, int cols);
|
|
|
| -int vp9_set_active_map(VP9_COMP *cpi, unsigned char *map,
|
| - unsigned int rows, unsigned int cols);
|
| -
|
| int vp9_set_internal_size(VP9_COMP *cpi,
|
| VPX_SCALING horiz_mode, VPX_SCALING vert_mode);
|
|
|
|
|