Searched refs:FF_IDCT_SIMPLEARM (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/arm/ |
D | idctdsp_init_arm.c | 78 } else if (avctx->idct_algo == FF_IDCT_SIMPLEARM) { in ff_idctdsp_init_arm()
|
/third_party/ffmpeg/libavcodec/ |
D | avdct.c | 51 {"simplearm", "experimental / for debugging", 0, AV_OPT_TYPE_CONST, {.i64 = FF_IDCT_SIMPLEARM }, IN…
|
D | avcodec.h | 1726 #define FF_IDCT_SIMPLEARM 10 macro
|
D | options_table.h | 183 {"simplearm", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_IDCT_SIMPLEARM }, INT_MIN, INT_MAX, V|E|D, "id…
|