/third_party/ffmpeg/libavcodec/ |
H A D | idctdsp.c | 63 case FF_IDCT_PERM_NONE: in ff_init_scantable_permutation() 248 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init() 253 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init() 258 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init() 272 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init() 277 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init() 289 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init() 295 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init()
|
H A D | proresdsp.c | 83 dsp->idct_permutation_type = FF_IDCT_PERM_NONE; in ff_proresdsp_init() 86 dsp->idct_permutation_type = FF_IDCT_PERM_NONE; in ff_proresdsp_init()
|
H A D | idctdsp.h | 38 FF_IDCT_PERM_NONE, enumerator
|
H A D | eatqi.c | 68 ff_init_scantable_permutation(t->idsp.idct_permutation, FF_IDCT_PERM_NONE); in tqi_decode_init()
|
H A D | eatgq.c | 58 ff_init_scantable_permutation(idct_permutation, FF_IDCT_PERM_NONE); in tgq_decode_init()
|
H A D | eamad.c | 75 ff_init_scantable_permutation(s->idsp.idct_permutation, FF_IDCT_PERM_NONE); in decode_init()
|
H A D | wmv2dsp.c | 256 c->idct_perm = FF_IDCT_PERM_NONE; in ff_wmv2dsp_init()
|
H A D | xvididct.c | 346 c->perm_type = FF_IDCT_PERM_NONE; in ff_xvid_idct_init()
|
H A D | dnxhdenc.c | 171 if (ctx->idsp.perm_type != FF_IDCT_PERM_NONE) in dnxhd_10bit_dct_quantize_444() 202 if (ctx->idsp.perm_type != FF_IDCT_PERM_NONE) in dnxhd_10bit_dct_quantize()
|
H A D | cavsdsp.c | 578 c->idct_perm = FF_IDCT_PERM_NONE; in ff_cavsdsp_init()
|
H A D | mpegvideo_enc.c | 4548 if (s->idsp.perm_type != FF_IDCT_PERM_NONE) in ff_dct_quantize_c()
|
/third_party/ffmpeg/libavcodec/tests/ |
H A D | dct.c | 63 { "REF-DBL", ff_ref_fdct, FF_IDCT_PERM_NONE }, 64 { "IJG-AAN-INT", ff_fdct_ifast, FF_IDCT_PERM_NONE }, 65 { "IJG-LLM-INT", ff_jpeg_fdct_islow_8, FF_IDCT_PERM_NONE }, 67 { "FAAN", ff_faandct, FF_IDCT_PERM_NONE }, 85 { "REF-DBL", ff_ref_idct, FF_IDCT_PERM_NONE }, 87 { "SIMPLE-C", ff_simple_idct_int16_8bit, FF_IDCT_PERM_NONE }, 88 { "SIMPLE-C10", ff_simple_idct_int16_10bit, FF_IDCT_PERM_NONE }, 89 { "SIMPLE-C12", ff_simple_idct_int16_12bit, FF_IDCT_PERM_NONE, 0, 1 }, 90 { "PR-C", ff_prores_idct_wrap, FF_IDCT_PERM_NONE, 0, 1 }, 92 { "FAANI", ff_faanidct, FF_IDCT_PERM_NONE }, [all...] |
/third_party/ffmpeg/libavcodec/tests/arm/ |
H A D | dct.c | 29 { "SIMPLE-ARM", ff_simple_idct_arm, FF_IDCT_PERM_NONE }, 32 { "SIMPLE-ARMV5TE", ff_simple_idct_armv5te, FF_IDCT_PERM_NONE, AV_CPU_FLAG_ARMV5TE },
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | idctdsp_init_mips.c | 40 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init_mips() 56 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init_mips()
|
H A D | xvididct_init_mips.c | 37 c->perm_type = FF_IDCT_PERM_NONE; in ff_xvid_idct_init_mips()
|
/third_party/ffmpeg/libavcodec/tests/ppc/ |
H A D | dct.c | 26 { "altivecfdct", ff_fdct_altivec, FF_IDCT_PERM_NONE, AV_CPU_FLAG_ALTIVEC },
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | idctdsp_init_armv5te.c | 39 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init_armv5te()
|
H A D | idctdsp_init_arm.c | 82 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init_arm()
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | idctdsp_init_loongarch.c | 39 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init_loongarch()
|
/third_party/ffmpeg/libavcodec/tests/x86/ |
H A D | dct.c | 62 { "SSE2", ff_fdct_sse2, FF_IDCT_PERM_NONE, AV_CPU_FLAG_SSE2 },
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | mpegvideoenc_template.c | 316 } else if (s->idsp.perm_type == FF_IDCT_PERM_NONE) { in dct_quantize() 407 av_assert0(s->idsp.perm_type == FF_IDCT_PERM_NONE || in dct_quantize()
|