Searched refs:FF_DEBUG_DCT_COEFF (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | avcodec.h | 1328 #define FF_DEBUG_DCT_COEFF 0x00000040 macro
|
H A D | options_table.h | 193 {"dct_coeff", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_DEBUG_DCT_COEFF }, INT_MIN, INT_MAX, V|D, "debug"},
|
H A D | mpegvideo.c | 1651 if (s->avctx->debug & FF_DEBUG_DCT_COEFF) { in ff_mpv_reconstruct_mb()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 3600 while (debug & FF_DEBUG_DCT_COEFF) //unsupported, would just crash in check_keyboard_interaction()
|
Completed in 17 milliseconds