Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/x86/
Didctdsp_init.c48 case FF_IDCT_PERM_SIMPLE: in ff_init_scantable_permutation_x86()
79 c->perm_type = FF_IDCT_PERM_SIMPLE; in ff_idctdsp_init_x86()
95 c->perm_type = FF_IDCT_PERM_SIMPLE; in ff_idctdsp_init_x86()
Dmpegvideoenc_template.c238 if (s->idsp.perm_type == FF_IDCT_PERM_SIMPLE) { in RENAME()
419 s->idsp.perm_type == FF_IDCT_PERM_SIMPLE || in RENAME()
/third_party/ffmpeg/libavcodec/tests/x86/
Ddct.c73 { "SIMPLE-MMX", ff_simple_idct_mmx, FF_IDCT_PERM_SIMPLE, AV_CPU_FLAG_MMX },
126 case FF_IDCT_PERM_SIMPLE: in permute_x86()
/third_party/ffmpeg/libavcodec/
Didctdsp.h40 FF_IDCT_PERM_SIMPLE, enumerator