Home
last modified time | relevance | path

Searched refs:FF_IDCT_PERM_TRANSPOSE (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/tests/x86/
Ddct.c85 { "PR-SSE2", ff_prores_idct_put_10_sse2_wrap, FF_IDCT_PERM_TRANSPOSE, AV_CPU_FLAG_SSE2, 1 },
87 { "PR-AVX", ff_prores_idct_put_10_avx_wrap, FF_IDCT_PERM_TRANSPOSE, AV_CPU_FLAG_AVX, 1 },
93 { "SIMPLE8-SSE2", ff_simple_idct8_sse2, FF_IDCT_PERM_TRANSPOSE, AV_CPU_FLAG_SSE2},
94 { "SIMPLE10-SSE2", ff_simple_idct10_sse2, FF_IDCT_PERM_TRANSPOSE, AV_CPU_FLAG_SSE2},
95 { "SIMPLE12-SSE2", ff_simple_idct12_sse2, FF_IDCT_PERM_TRANSPOSE, AV_CPU_FLAG_SSE2, 1 },
98 { "SIMPLE8-AVX", ff_simple_idct8_avx, FF_IDCT_PERM_TRANSPOSE, AV_CPU_FLAG_AVX},
99 { "SIMPLE10-AVX", ff_simple_idct10_avx, FF_IDCT_PERM_TRANSPOSE, AV_CPU_FLAG_AVX},
100 { "SIMPLE12-AVX", ff_simple_idct12_avx, FF_IDCT_PERM_TRANSPOSE, AV_CPU_FLAG_AVX, 1 },
/third_party/ffmpeg/libavcodec/x86/
Didctdsp_init.c108 c->perm_type = FF_IDCT_PERM_TRANSPOSE; in ff_idctdsp_init_x86()
122 c->perm_type = FF_IDCT_PERM_TRANSPOSE; in ff_idctdsp_init_x86()
134 c->perm_type = FF_IDCT_PERM_TRANSPOSE; in ff_idctdsp_init_x86()
141 c->perm_type = FF_IDCT_PERM_TRANSPOSE; in ff_idctdsp_init_x86()
152 c->perm_type = FF_IDCT_PERM_TRANSPOSE; in ff_idctdsp_init_x86()
158 c->perm_type = FF_IDCT_PERM_TRANSPOSE; in ff_idctdsp_init_x86()
Dproresdsp_init.c40 dsp->idct_permutation_type = FF_IDCT_PERM_TRANSPOSE; in ff_proresdsp_init_x86()
45 dsp->idct_permutation_type = FF_IDCT_PERM_TRANSPOSE; in ff_proresdsp_init_x86()
Dcavsdsp.c391 c->idct_perm = FF_IDCT_PERM_TRANSPOSE; in cavsdsp_init_mmx()
461 c->idct_perm = FF_IDCT_PERM_TRANSPOSE; in ff_cavsdsp_init_x86()
Dmpegvideoenc_template.c370 } else if (s->idsp.perm_type == FF_IDCT_PERM_TRANSPOSE) { in RENAME()
420 s->idsp.perm_type == FF_IDCT_PERM_TRANSPOSE); in RENAME()
/third_party/ffmpeg/libavcodec/
Didctdsp.h41 FF_IDCT_PERM_TRANSPOSE, enumerator
Didctdsp.c69 case FF_IDCT_PERM_TRANSPOSE: in ff_init_scantable_permutation()
/third_party/ffmpeg/libavcodec/ppc/
Didctdsp.c268 c->perm_type = FF_IDCT_PERM_TRANSPOSE; in ff_idctdsp_init_ppc()
/third_party/ffmpeg/libavcodec/tests/
Ddct.c168 case FF_IDCT_PERM_TRANSPOSE: in permute()