Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dutvideodsp.h27 typedef struct UTVideoDSPContext { struct
34 } UTVideoDSPContext; typedef
36 void ff_utvideodsp_init(UTVideoDSPContext *c);
37 void ff_utvideodsp_init_x86(UTVideoDSPContext *c);
Dutvideo.h67 UTVideoDSPContext utdsp;
Dutvideodsp.c75 av_cold void ff_utvideodsp_init(UTVideoDSPContext *c) in ff_utvideodsp_init()
/third_party/ffmpeg/libavcodec/x86/
Dutvideodsp_init.c42 av_cold void ff_utvideodsp_init_x86(UTVideoDSPContext *c) in ff_utvideodsp_init_x86()
/third_party/ffmpeg/tests/checkasm/
Dutvideodsp.c93 UTVideoDSPContext h; in checkasm_check_utvideodsp()