Home
last modified time | relevance | path

Searched refs:FF_IDCT_PERM_NONE (Results 1 - 21 of 21) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Didctdsp.c63 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 Dproresdsp.c83 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 Didctdsp.h38 FF_IDCT_PERM_NONE, enumerator
H A Deatqi.c68 ff_init_scantable_permutation(t->idsp.idct_permutation, FF_IDCT_PERM_NONE); in tqi_decode_init()
H A Deatgq.c58 ff_init_scantable_permutation(idct_permutation, FF_IDCT_PERM_NONE); in tgq_decode_init()
H A Deamad.c75 ff_init_scantable_permutation(s->idsp.idct_permutation, FF_IDCT_PERM_NONE); in decode_init()
H A Dwmv2dsp.c256 c->idct_perm = FF_IDCT_PERM_NONE; in ff_wmv2dsp_init()
H A Dxvididct.c346 c->perm_type = FF_IDCT_PERM_NONE; in ff_xvid_idct_init()
H A Ddnxhdenc.c171 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 Dcavsdsp.c578 c->idct_perm = FF_IDCT_PERM_NONE; in ff_cavsdsp_init()
H A Dmpegvideo_enc.c4548 if (s->idsp.perm_type != FF_IDCT_PERM_NONE) in ff_dct_quantize_c()
/third_party/ffmpeg/libavcodec/tests/
H A Ddct.c63 { "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 Ddct.c29 { "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 Didctdsp_init_mips.c40 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 Dxvididct_init_mips.c37 c->perm_type = FF_IDCT_PERM_NONE; in ff_xvid_idct_init_mips()
/third_party/ffmpeg/libavcodec/tests/ppc/
H A Ddct.c26 { "altivecfdct", ff_fdct_altivec, FF_IDCT_PERM_NONE, AV_CPU_FLAG_ALTIVEC },
/third_party/ffmpeg/libavcodec/arm/
H A Didctdsp_init_armv5te.c39 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init_armv5te()
H A Didctdsp_init_arm.c82 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init_arm()
/third_party/ffmpeg/libavcodec/loongarch/
H A Didctdsp_init_loongarch.c39 c->perm_type = FF_IDCT_PERM_NONE; in ff_idctdsp_init_loongarch()
/third_party/ffmpeg/libavcodec/tests/x86/
H A Ddct.c62 { "SSE2", ff_fdct_sse2, FF_IDCT_PERM_NONE, AV_CPU_FLAG_SSE2 },
/third_party/ffmpeg/libavcodec/x86/
H A Dmpegvideoenc_template.c316 } 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()

Completed in 18 milliseconds