| Index: source/libvpx/vp9/common/vp9_loopfilter.h
|
| diff --git a/source/libvpx/vp9/common/vp9_loopfilter.h b/source/libvpx/vp9/common/vp9_loopfilter.h
|
| index 4c15e6bd452b0d5bd2e7a2eadf4da63052d8df77..6d7cabf7cd405ef7000df5c90f7705854e86c9d8 100644
|
| --- a/source/libvpx/vp9/common/vp9_loopfilter.h
|
| +++ b/source/libvpx/vp9/common/vp9_loopfilter.h
|
| @@ -97,6 +97,11 @@ void vp9_filter_block_plane(struct VP9Common *const cm,
|
| int mi_row,
|
| LOOP_FILTER_MASK *lfm);
|
|
|
| +void vp9_filter_block_plane_non420(struct VP9Common *cm,
|
| + struct macroblockd_plane *plane,
|
| + MODE_INFO *mi_8x8,
|
| + int mi_row, int mi_col);
|
| +
|
| void vp9_loop_filter_init(struct VP9Common *cm);
|
|
|
| // Update the loop filter for the current frame.
|
|
|