algo               23 libavcodec/tests/aarch64/dct.c static const struct algo fdct_tab_arch[] = {
algo               27 libavcodec/tests/aarch64/dct.c static const struct algo idct_tab_arch[] = {
algo               23 libavcodec/tests/arm/dct.c static const struct algo fdct_tab_arch[] = {
algo               27 libavcodec/tests/arm/dct.c static const struct algo idct_tab_arch[] = {
algo               60 libavcodec/tests/dct.c static const struct algo fdct_tab[] = {
algo               82 libavcodec/tests/dct.c static const struct algo idct_tab[] = {
algo              106 libavcodec/tests/dct.c static const struct algo fdct_tab_arch[] = { { 0 } };
algo              107 libavcodec/tests/dct.c static const struct algo idct_tab_arch[] = { { 0 } };
algo              178 libavcodec/tests/dct.c static int dct_error(const struct algo *dct, int test, int is_idct, int speed, const int bits)
algo               23 libavcodec/tests/ppc/dct.c static const struct algo fdct_tab_arch[] = {
algo               30 libavcodec/tests/ppc/dct.c static const struct algo idct_tab_arch[] = {
algo               56 libavcodec/tests/x86/dct.c static const struct algo fdct_tab_arch[] = {
algo               69 libavcodec/tests/x86/dct.c static const struct algo idct_tab_arch[] = {
algo               37 libavfilter/af_axcorrelate.c     int algo;
algo              311 libavfilter/af_axcorrelate.c     switch (s->algo) {
algo              360 libavfilter/af_axcorrelate.c     { "algo", "set alghorithm",   OFFSET(algo), AV_OPT_TYPE_INT,   {.i64=0},   0,      1, AF, "algo" },
algo              129 libavfilter/vf_vidstabdetect.c     s->conf.algo     = 1;
algo              133 libavformat/matroskadec.c     uint64_t algo;
algo              138 libavformat/matroskadec.c     uint64_t algo;
algo              506 libavformat/matroskadec.c     { MATROSKA_ID_ENCODINGCOMPALGO,     EBML_UINT, 0, offsetof(MatroskaTrackCompression, algo), { .u = 0 } },
algo              512 libavformat/matroskadec.c     { MATROSKA_ID_ENCODINGENCALGO,        EBML_UINT, 0, offsetof(MatroskaTrackEncryption,algo), {.u = 0} },
algo             1596 libavformat/matroskadec.c     switch (encodings[0].compression.algo) {
algo             2376 libavformat/matroskadec.c                  encodings[0].compression.algo != MATROSKA_TRACK_ENCODING_COMP_ZLIB  &&
algo             2379 libavformat/matroskadec.c                  encodings[0].compression.algo != MATROSKA_TRACK_ENCODING_COMP_BZLIB &&
algo             2382 libavformat/matroskadec.c                  encodings[0].compression.algo != MATROSKA_TRACK_ENCODING_COMP_LZO   &&
algo             2384 libavformat/matroskadec.c                  encodings[0].compression.algo != MATROSKA_TRACK_ENCODING_COMP_HEADERSTRIP) {
algo             2417 libavformat/matroskadec.c                                 (encodings[0].compression.algo !=
algo              302 tools/crypto_bench.c #define DEFINE_GCRYPT_WRAPPER(suffix, algo)                                  \
algo              306 tools/crypto_bench.c     gcry_md_hash_buffer(GCRY_MD_ ## algo, output, input, size);              \
algo              378 tools/crypto_bench.c #define DEFINE_MBEDCRYPTO_CYPHER_WRAPPER(suffix, cypher, algo)                  \
algo              387 tools/crypto_bench.c         mbedtls_ ## cypher ## _crypt_ecb(&cypher, MBEDTLS_ ## algo ## _ENCRYPT, \
algo              457 tools/crypto_bench.c #define DEFINE_TOMCRYPT_WRAPPER(suffix, namespace, algo)                     \