Home
last modified time | relevance | path

Searched refs:av_cast5_alloc (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavutil/
Dcast5.h44 struct AVCAST5 *av_cast5_alloc(void);
Dcast5.c451 struct AVCAST5 *av_cast5_alloc(void) in av_cast5_alloc() function
/third_party/ffmpeg/libavutil/tests/
Dcast5.c49 cs = av_cast5_alloc(); in main()
/third_party/ffmpeg/tools/
Dcrypto_bench.c147 if (!cast && !(cast = av_cast5_alloc())) in run_lavu_cast128()