Searched refs:filter_3x3 (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_convolution.asm | 52 cglobal filter_3x3, 4, 15, 7, dst, width, matrix, ptr, c0, c1, c2, c3, c4, c5, c6, c7, c8, r, x 54 cglobal filter_3x3, 4, 15, 7, dst, width, rdiv, bias, matrix, ptr, c0, c1, c2, c3, c4, c5, c6, c7, c8, r, x
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_convolution.c | 495 static void filter_3x3(uint8_t *dst, int width, in filter_3x3() function 754 s->filter[i] = filter_3x3; in param_init()
|
Completed in 3 milliseconds