Home
last modified time | relevance | path

Searched refs:FF_DCT_FASTINT (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dfdctdsp.c33 } else if (avctx->dct_algo == FF_DCT_FASTINT) { in ff_fdctdsp_init()
H A Davdct.c38 {"fastint", "fast integer (experimental / for debugging)", 0, AV_OPT_TYPE_CONST, {.i64 = FF_DCT_FASTINT }, INT_MIN, INT_MAX, V|E, "dct"},
H A Davcodec.h1406 #define FF_DCT_FASTINT 1 macro
H A Doptions_table.h154 {"fastint", "fast integer", 0, AV_OPT_TYPE_CONST, {.i64 = FF_DCT_FASTINT }, INT_MIN, INT_MAX, V|E, "dct"},

Completed in 6 milliseconds