Home
last modified time | relevance | path

Searched refs:FF_DCT_AUTO (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
H A Dfdctdsp_init.c33 if ((dct_algo == FF_DCT_AUTO || dct_algo == FF_DCT_MMX)) { in ff_fdctdsp_init_x86()
H A Dmpegvideoenc.c135 if (dct_algo == FF_DCT_AUTO || dct_algo == FF_DCT_MMX) { in ff_dct_encode_init_x86()
/third_party/ffmpeg/libavcodec/ppc/
H A Dmpegvideo_altivec.c125 if ((s->avctx->dct_algo == FF_DCT_AUTO) || in ff_mpv_common_init_ppc()
H A Dfdctdsp.c472 if (avctx->dct_algo == FF_DCT_AUTO || in ff_fdctdsp_init_ppc()
/third_party/ffmpeg/libavcodec/
H A Davdct.c37 {"auto", "autoselect a good one", 0, AV_OPT_TYPE_CONST, {.i64 = FF_DCT_AUTO }, INT_MIN, INT_MAX, V|E, "dct"},
H A Davcodec.h1405 #define FF_DCT_AUTO 0 macro
H A Doptions_table.h153 {"auto", "autoselect a good one", 0, AV_OPT_TYPE_CONST, {.i64 = FF_DCT_AUTO }, INT_MIN, INT_MAX, V|E, "dct"},

Completed in 8 milliseconds