Home
last modified time | relevance | path

Searched refs:W3FDIFDSPContext (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dw3fdif.h27 typedef struct W3FDIFDSPContext { struct
44 } W3FDIFDSPContext; argument
46 void ff_w3fdif_init_x86(W3FDIFDSPContext *dsp, int depth);
Dvf_w3fdif.c50 W3FDIFDSPContext dsp;
/third_party/ffmpeg/libavfilter/x86/
Dvf_w3fdif_init.c49 av_cold void ff_w3fdif_init_x86(W3FDIFDSPContext *dsp, int depth) in ff_w3fdif_init_x86()