Searched refs:ff_sobel (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | edge_common.h | 51 void ff_sobel(int w, int h,
|
H A D | edge_common.c | 21 // Internal helper for ff_sobel() 50 void ff_sobel(int w, int h, in ff_sobel() function 78 // Expects gradients generated by ff_sobel()
|
H A D | vf_edgedetect.c | 199 ff_sobel(width, height, in filter_frame()
|
H A D | vf_blurdetect.c | 291 ff_sobel(w, h, gradients, w, directions, w, filterbuf, w); in blurdetect_filter_frame()
|
Completed in 3 milliseconds