FF_IDCT_PERM_NONE   28 libavcodec/arm/dct-test.c     { "SIMPLE-ARM",     ff_simple_idct_arm,     FF_IDCT_PERM_NONE },
FF_IDCT_PERM_NONE   31 libavcodec/arm/dct-test.c     { "SIMPLE-ARMV5TE", ff_simple_idct_armv5te, FF_IDCT_PERM_NONE,      AV_CPU_FLAG_ARMV5TE },
FF_IDCT_PERM_NONE   77 libavcodec/arm/idctdsp_init_arm.c             c->perm_type = FF_IDCT_PERM_NONE;
FF_IDCT_PERM_NONE   39 libavcodec/arm/idctdsp_init_armv5te.c         c->perm_type = FF_IDCT_PERM_NONE;
FF_IDCT_PERM_NONE  564 libavcodec/cavsdsp.c     c->idct_perm = FF_IDCT_PERM_NONE;
FF_IDCT_PERM_NONE   60 libavcodec/dct-test.c     { "REF-DBL",     ff_ref_fdct,          FF_IDCT_PERM_NONE },
FF_IDCT_PERM_NONE   61 libavcodec/dct-test.c     { "IJG-AAN-INT", ff_fdct_ifast,        FF_IDCT_PERM_NONE },
FF_IDCT_PERM_NONE   62 libavcodec/dct-test.c     { "IJG-LLM-INT", ff_jpeg_fdct_islow_8, FF_IDCT_PERM_NONE },
FF_IDCT_PERM_NONE   64 libavcodec/dct-test.c     { "FAAN",        ff_faandct,           FF_IDCT_PERM_NONE },
FF_IDCT_PERM_NONE   82 libavcodec/dct-test.c     { "REF-DBL",     ff_ref_idct,          FF_IDCT_PERM_NONE },
FF_IDCT_PERM_NONE   84 libavcodec/dct-test.c     { "SIMPLE-C",    ff_simple_idct_8,     FF_IDCT_PERM_NONE },
FF_IDCT_PERM_NONE   85 libavcodec/dct-test.c     { "PR-C",        ff_prores_idct_wrap,  FF_IDCT_PERM_NONE, 0, 1 },
FF_IDCT_PERM_NONE   87 libavcodec/dct-test.c     { "FAANI",       ff_faanidct,          FF_IDCT_PERM_NONE },
FF_IDCT_PERM_NONE   90 libavcodec/dct-test.c     { "XVID",        ff_xvid_idct,         FF_IDCT_PERM_NONE, 0, 1 },
FF_IDCT_PERM_NONE   72 libavcodec/eamad.c     ff_init_scantable_permutation(s->idsp.idct_permutation, FF_IDCT_PERM_NONE);
FF_IDCT_PERM_NONE   54 libavcodec/eatgq.c     ff_init_scantable_permutation(idct_permutation, FF_IDCT_PERM_NONE);
FF_IDCT_PERM_NONE   56 libavcodec/eatqi.c     ff_init_scantable_permutation(s->idsp.idct_permutation, FF_IDCT_PERM_NONE);
FF_IDCT_PERM_NONE   61 libavcodec/idctdsp.c     case FF_IDCT_PERM_NONE:
FF_IDCT_PERM_NONE  249 libavcodec/idctdsp.c         c->perm_type = FF_IDCT_PERM_NONE;
FF_IDCT_PERM_NONE  254 libavcodec/idctdsp.c         c->perm_type = FF_IDCT_PERM_NONE;
FF_IDCT_PERM_NONE  259 libavcodec/idctdsp.c         c->perm_type = FF_IDCT_PERM_NONE;
FF_IDCT_PERM_NONE  265 libavcodec/idctdsp.c             c->perm_type             = FF_IDCT_PERM_NONE;
FF_IDCT_PERM_NONE  270 libavcodec/idctdsp.c             c->perm_type             = FF_IDCT_PERM_NONE;
FF_IDCT_PERM_NONE  282 libavcodec/idctdsp.c                 c->perm_type = FF_IDCT_PERM_NONE;
FF_IDCT_PERM_NONE  288 libavcodec/idctdsp.c                 c->perm_type = FF_IDCT_PERM_NONE;
FF_IDCT_PERM_NONE 4546 libavcodec/mpegvideo_enc.c     if (s->idsp.perm_type != FF_IDCT_PERM_NONE)
FF_IDCT_PERM_NONE   25 libavcodec/ppc/dct-test.c     { "altivecfdct", ff_fdct_altivec, FF_IDCT_PERM_NONE, AV_CPU_FLAG_ALTIVEC },
FF_IDCT_PERM_NONE   61 libavcodec/proresdsp.c     dsp->idct_permutation_type = FF_IDCT_PERM_NONE;
FF_IDCT_PERM_NONE  255 libavcodec/wmv2dsp.c     c->idct_perm = FF_IDCT_PERM_NONE;
FF_IDCT_PERM_NONE   48 libavcodec/x86/dct-test.c     { "MMX",    ff_fdct_mmx,    FF_IDCT_PERM_NONE, AV_CPU_FLAG_MMX },
FF_IDCT_PERM_NONE   51 libavcodec/x86/dct-test.c     { "MMXEXT", ff_fdct_mmxext, FF_IDCT_PERM_NONE, AV_CPU_FLAG_MMXEXT },
FF_IDCT_PERM_NONE   54 libavcodec/x86/dct-test.c     { "SSE2",   ff_fdct_sse2,   FF_IDCT_PERM_NONE, AV_CPU_FLAG_SSE2 },
FF_IDCT_PERM_NONE   65 libavcodec/x86/dct-test.c     { "XVID-MMX",    ff_xvid_idct_mmx,    FF_IDCT_PERM_NONE,   AV_CPU_FLAG_MMX,    1 },
FF_IDCT_PERM_NONE   68 libavcodec/x86/dct-test.c     { "XVID-MMXEXT", ff_xvid_idct_mmxext, FF_IDCT_PERM_NONE,   AV_CPU_FLAG_MMXEXT, 1 },
FF_IDCT_PERM_NONE   43 libavcodec/x86/xvididct_init.c         c->perm_type = FF_IDCT_PERM_NONE;
FF_IDCT_PERM_NONE   50 libavcodec/x86/xvididct_init.c         c->perm_type = FF_IDCT_PERM_NONE;
FF_IDCT_PERM_NONE  346 libavcodec/xvididct.c         c->perm_type = FF_IDCT_PERM_NONE;