Home
last modified time | relevance | path

Searched refs:dct_algo (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
H A Dfdctdsp_init.c30 const int dct_algo = avctx->dct_algo; in ff_fdctdsp_init_x86() local
33 if ((dct_algo == FF_DCT_AUTO || dct_algo == FF_DCT_MMX)) { in ff_fdctdsp_init_x86()
H A Dmpegvideoenc.c133 const int dct_algo = s->avctx->dct_algo; in ff_dct_encode_init_x86() local
135 if (dct_algo == FF_DCT_AUTO || dct_algo == FF_DCT_MMX) { in ff_dct_encode_init_x86()
/third_party/ffmpeg/libavcodec/
H A Dfdctdsp.c33 } else if (avctx->dct_algo == FF_DCT_FASTINT) { in ff_fdctdsp_init()
37 } else if (avctx->dct_algo == FF_DCT_FAAN) { in ff_fdctdsp_init()
H A Davdct.c36 {"dct", "DCT algorithm", OFFSET(dct_algo), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, 0, INT_MAX, V|E, "dct"},
96 avctx->dct_algo = dsp->dct_algo; in avcodec_dct_init()
H A Davdct.h57 int dct_algo; member
H A Dcri.c73 s->jpeg_avctx->dct_algo = avctx->dct_algo; in cri_decode_init()
H A Dtdsc.c130 ctx->jpeg_avctx->dct_algo = avctx->dct_algo; in tdsc_init()
H A Davcodec.h1404 int dct_algo; member
H A Dtiff.c2157 s->avctx_mjpeg->dct_algo = avctx->dct_algo; in tiff_init()
H A Doptions_table.h152 {"dct", "DCT algorithm", OFFSET(dct_algo), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, 0, INT_MAX, V|E, "dct"},
/third_party/ffmpeg/libavcodec/ppc/
H A Dmpegvideo_altivec.c125 if ((s->avctx->dct_algo == FF_DCT_AUTO) || in ff_mpv_common_init_ppc()
126 (s->avctx->dct_algo == FF_DCT_ALTIVEC)) { in ff_mpv_common_init_ppc()
H A Dfdctdsp.c472 if (avctx->dct_algo == FF_DCT_AUTO || in ff_fdctdsp_init_ppc()
473 avctx->dct_algo == FF_DCT_ALTIVEC) { in ff_fdctdsp_init_ppc()

Completed in 13 milliseconds