Searched refs:blur_power (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_boxblur.c | 167 static inline void blur_power(uint8_t *dst, int dst_step, const uint8_t *src, int src_step, in blur_power() function 210 blur_power(dst + y*dst_linesize, pixsize, src + y*src_linesize, pixsize, in hblur() 223 blur_power(dst + x*pixsize, dst_linesize, src + x*pixsize, src_linesize, in vblur()
|