Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcfhddsp.h25 typedef struct CFHDDSPContext { struct
38 } CFHDDSPContext; argument
40 void ff_cfhddsp_init(CFHDDSPContext *c, int format, int bayer);
42 void ff_cfhddsp_init_x86(CFHDDSPContext *c, int format, int bayer);
Dcfhd.h187 CFHDDSPContext dsp;
Dcfhddsp.c105 av_cold void ff_cfhddsp_init(CFHDDSPContext *c, int depth, int bayer) in ff_cfhddsp_init()
Dcfhd.c380 CFHDDSPContext *dsp = &s->dsp; in cfhd_decode()
/third_party/ffmpeg/libavcodec/x86/
Dcfhddsp_init.c41 av_cold void ff_cfhddsp_init_x86(CFHDDSPContext *c, int depth, int bayer) in ff_cfhddsp_init_x86()