| Index: source/libvpx/vp9/decoder/vp9_dthread.h
|
| ===================================================================
|
| --- source/libvpx/vp9/decoder/vp9_dthread.h (revision 291857)
|
| +++ source/libvpx/vp9/decoder/vp9_dthread.h (working copy)
|
| @@ -38,6 +38,7 @@
|
| // The optimal sync_range for different resolution and platform should be
|
| // determined by testing. Currently, it is chosen to be a power-of-2 number.
|
| int sync_range;
|
| + int rows;
|
| } VP9LfSync;
|
|
|
| // Allocate memory for loopfilter row synchronization.
|
| @@ -45,7 +46,7 @@
|
| int rows, int width);
|
|
|
| // Deallocate loopfilter synchronization related mutex and data.
|
| -void vp9_loop_filter_dealloc(VP9LfSync *lf_sync, int rows);
|
| +void vp9_loop_filter_dealloc(VP9LfSync *lf_sync);
|
|
|
| // Multi-threaded loopfilter that uses the tile threads.
|
| void vp9_loop_filter_frame_mt(YV12_BUFFER_CONFIG *frame,
|
|
|