#ifndef _FILTER_H #define _FILTER_H extern void lpf(pel_t **res[3],int height[3],int width[3]); #endif /* FILTER_H */