| Index: source/libvpx/vp9/decoder/vp9_dthread.h
|
| ===================================================================
|
| --- source/libvpx/vp9/decoder/vp9_dthread.h (revision 263011)
|
| +++ source/libvpx/vp9/decoder/vp9_dthread.h (working copy)
|
| @@ -18,13 +18,12 @@
|
|
|
| struct macroblockd;
|
| struct VP9Common;
|
| -struct VP9Decompressor;
|
| +struct VP9Decoder;
|
|
|
| typedef struct TileWorkerData {
|
| struct VP9Common *cm;
|
| vp9_reader bit_reader;
|
| DECLARE_ALIGNED(16, struct macroblockd, xd);
|
| - DECLARE_ALIGNED(16, int16_t, dqcoeff[MAX_MB_PLANE][64 * 64]);
|
|
|
| // Row-based parallel loopfilter data
|
| LFWorkerData lfdata;
|
| @@ -51,7 +50,7 @@
|
| void vp9_loop_filter_dealloc(struct VP9LfSyncData *lf_sync, int rows);
|
|
|
| // Multi-threaded loopfilter that uses the tile threads.
|
| -void vp9_loop_filter_frame_mt(struct VP9Decompressor *pbi,
|
| +void vp9_loop_filter_frame_mt(struct VP9Decoder *pbi,
|
| struct VP9Common *cm,
|
| struct macroblockd *xd,
|
| int frame_filter_level,
|
|
|