algo 23 libavcodec/arm/dct-test.c static const struct algo fdct_tab_arch[] = { algo 27 libavcodec/arm/dct-test.c static const struct algo idct_tab_arch[] = { algo 59 libavcodec/dct-test.c static const struct algo fdct_tab[] = { algo 81 libavcodec/dct-test.c static const struct algo idct_tab[] = { algo 101 libavcodec/dct-test.c static const struct algo fdct_tab_arch[] = { { 0 } }; algo 102 libavcodec/dct-test.c static const struct algo idct_tab_arch[] = { { 0 } }; algo 173 libavcodec/dct-test.c static int dct_error(const struct algo *dct, int test, int is_idct, int speed, const int bits) algo 23 libavcodec/ppc/dct-test.c static const struct algo fdct_tab_arch[] = { algo 30 libavcodec/ppc/dct-test.c static const struct algo idct_tab_arch[] = { algo 46 libavcodec/x86/dct-test.c static const struct algo fdct_tab_arch[] = { algo 59 libavcodec/x86/dct-test.c static const struct algo idct_tab_arch[] = { algo 126 libavfilter/vf_vidstabdetect.c sd->conf.algo = 1; algo 114 libavformat/matroskadec.c uint64_t algo; algo 119 libavformat/matroskadec.c uint64_t algo; algo 377 libavformat/matroskadec.c { MATROSKA_ID_ENCODINGCOMPALGO, EBML_UINT, 0, offsetof(MatroskaTrackCompression, algo), { .u = 0 } }, algo 383 libavformat/matroskadec.c { MATROSKA_ID_ENCODINGENCALGO, EBML_UINT, 0, offsetof(MatroskaTrackEncryption,algo), {.u = 0} }, algo 1222 libavformat/matroskadec.c switch (encodings[0].compression.algo) { algo 1703 libavformat/matroskadec.c encodings[0].compression.algo != MATROSKA_TRACK_ENCODING_COMP_ZLIB && algo 1706 libavformat/matroskadec.c encodings[0].compression.algo != MATROSKA_TRACK_ENCODING_COMP_BZLIB && algo 1709 libavformat/matroskadec.c encodings[0].compression.algo != MATROSKA_TRACK_ENCODING_COMP_LZO && algo 1711 libavformat/matroskadec.c encodings[0].compression.algo != MATROSKA_TRACK_ENCODING_COMP_HEADERSTRIP) { algo 220 tools/crypto_bench.c #define DEFINE_GCRYPT_WRAPPER(suffix, algo) \ algo 224 tools/crypto_bench.c gcry_md_hash_buffer(GCRY_MD_ ## algo, output, input, size); \ algo 286 tools/crypto_bench.c #define DEFINE_TOMCRYPT_WRAPPER(suffix, namespace, algo) \