Home
last modified time | relevance | path

Searched refs:wfunc (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Dos_support.h150 #define DEF_FS_FUNCTION(name, wfunc, afunc) \ argument
161 ret = wfunc(filename_w); \
174 #define DEF_FS_FUNCTION2(name, wfunc, afunc, partype) \ in DEF_FS_FUNCTION() argument
185 ret = wfunc(filename_w, par); \ in DEF_FS_FUNCTION()
/third_party/ffmpeg/tests/filtergraphs/
Dfirequalizer12 wfunc = nuttall,
/third_party/ffmpeg/libswscale/
Dswscale_internal.h917 #define FILL(wfunc) \ in fillPlane16() argument
919 wfunc(ptr+2*j, v);\ in fillPlane16()
944 #define FILL(wfunc) \ in fillPlane32() argument
946 wfunc(ptr+4*j, v);\ in fillPlane32()
/third_party/ffmpeg/libavfilter/
Daf_firequalizer.c98 int wfunc; member
122 …{ "wfunc", "set window function", OFFSET(wfunc), AV_OPT_TYPE_INT, { .i64 = WFUNC_HANN }, 0, NB_WFU…
677 switch (s->wfunc) { in generate_kernel()
/third_party/ffmpeg/doc/
Dfilters.texi3723 @item wfunc