Home
last modified time | relevance | path

Searched refs:perm_type (Results 1 – 19 of 19) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Didctdsp_init.c43 enum idct_permutation_type perm_type) in ff_init_scantable_permutation_x86() argument
47 switch (perm_type) { 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()
108 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()
Dxvididct_init.c71 c->perm_type = FF_IDCT_PERM_NONE; in ff_xvid_idct_init_x86()
78 c->perm_type = FF_IDCT_PERM_NONE; in ff_xvid_idct_init_x86()
86 c->perm_type = FF_IDCT_PERM_SSE2; in ff_xvid_idct_init_x86()
Dmpegvideoenc_template.c237 if (s->idsp.perm_type == FF_IDCT_PERM_SIMPLE) { in RENAME()
281 }else if(s->idsp.perm_type == FF_IDCT_PERM_LIBMPEG2){ in RENAME()
325 } else if (s->idsp.perm_type == FF_IDCT_PERM_NONE) { in RENAME()
369 } else if (s->idsp.perm_type == FF_IDCT_PERM_TRANSPOSE) { in RENAME()
415 (int)s->idsp.perm_type); in RENAME()
416 av_assert0(s->idsp.perm_type == FF_IDCT_PERM_NONE || in RENAME()
417 s->idsp.perm_type == FF_IDCT_PERM_LIBMPEG2 || in RENAME()
418 s->idsp.perm_type == FF_IDCT_PERM_SIMPLE || in RENAME()
419 s->idsp.perm_type == FF_IDCT_PERM_TRANSPOSE); in RENAME()
/third_party/ffmpeg/libavcodec/
Didctdsp.c51 enum idct_permutation_type perm_type) in ff_init_scantable_permutation() argument
57 perm_type)) in ff_init_scantable_permutation()
60 switch (perm_type) { in ff_init_scantable_permutation()
246 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init()
251 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init()
256 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init()
270 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init()
275 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init()
281 c->perm_type = FF_IDCT_PERM_LIBMPEG2; in ff_idctdsp_init()
287 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init()
[all …]
Didctdsp.h49 enum idct_permutation_type perm_type);
51 enum idct_permutation_type perm_type);
97 enum idct_permutation_type perm_type; member
Dxvididct.c346 c->perm_type = FF_IDCT_PERM_NONE; in ff_xvid_idct_init()
354 ff_init_scantable_permutation(c->idct_permutation, c->perm_type); in ff_xvid_idct_init()
Dwmv2.c37 s->idsp.perm_type = w->wdsp.idct_perm; in ff_wmv2_common_init()
Ddnxhdenc.c167 if (ctx->idsp.perm_type != FF_IDCT_PERM_NONE) in dnxhd_10bit_dct_quantize_444()
198 if (ctx->idsp.perm_type != FF_IDCT_PERM_NONE) in dnxhd_10bit_dct_quantize()
Dmpegvideo_enc.c4714 if (s->idsp.perm_type != FF_IDCT_PERM_NONE) in ff_dct_quantize_c()
/third_party/ffmpeg/libavcodec/mips/
Didctdsp_init_mips.c36 c->perm_type = FF_IDCT_PERM_NONE; in idctdsp_init_msa()
56 c->perm_type = FF_IDCT_PERM_NONE; in idctdsp_init_mmi()
Dxvididct_init_mips.c33 c->perm_type = FF_IDCT_PERM_NONE; in xvid_idct_init_mmi()
/third_party/ffmpeg/libavcodec/arm/
Didctdsp_init_arm.c77 c->perm_type = FF_IDCT_PERM_LIBMPEG2; in ff_idctdsp_init_arm()
82 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init_arm()
Didctdsp_init_armv5te.c39 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init_armv5te()
Didctdsp_init_armv6.c41 c->perm_type = FF_IDCT_PERM_LIBMPEG2; in ff_idctdsp_init_armv6()
Didctdsp_init_neon.c44 c->perm_type = FF_IDCT_PERM_PARTTRANS; in ff_idctdsp_init_neon()
/third_party/ffmpeg/libavcodec/tests/
Ddct.c55 enum idct_permutation_type perm_type; member
149 enum idct_permutation_type perm_type) in permute() argument
154 if (permute_x86(dst, src, perm_type)) in permute()
158 switch (perm_type) { in permute()
201 permute(block, block1, dct->perm_type); in dct_error()
270 permute(block1, block, dct->perm_type); in dct_error()
/third_party/ffmpeg/libavcodec/tests/x86/
Ddct.c119 enum idct_permutation_type perm_type) in permute_x86() argument
123 switch (perm_type) { in permute_x86()
/third_party/ffmpeg/libavcodec/aarch64/
Didctdsp_init_aarch64.c42 c->perm_type = FF_IDCT_PERM_PARTTRANS; in ff_idctdsp_init_aarch64()
/third_party/ffmpeg/libavcodec/ppc/
Didctdsp.c268 c->perm_type = FF_IDCT_PERM_TRANSPOSE; in ff_idctdsp_init_ppc()