Home
last modified time | relevance | path

Searched refs:FF_DEBUG_QP (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegutils.c195 if (avctx->debug & (FF_DEBUG_SKIP | FF_DEBUG_QP | FF_DEBUG_MB_TYPE)) { in ff_print_debug_info2()
208 if (avctx->debug & FF_DEBUG_QP) { in ff_print_debug_info2()
H A Dmjpegbdec.c151 if (!s->lossless && avctx->debug & FF_DEBUG_QP) { in mjpegb_decode_frame()
H A Davcodec.h1327 #define FF_DEBUG_QP 16 macro
H A Doptions_table.h192 {"qp", "per-block quantization parameter (QP)", 0, AV_OPT_TYPE_CONST, {.i64 = FF_DEBUG_QP }, INT_MIN, INT_MAX, V|D, "debug"},
H A Dmjpegdec.c2606 if (!s->lossless && avctx->debug & FF_DEBUG_QP) { in ff_mjpeg_receive_frame()
/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c409 ctx->debug |= FF_DEBUG_QP; in LLVMFuzzerTestOneInput()
505 ctx->debug &= ~(FF_DEBUG_SKIP | FF_DEBUG_QP | FF_DEBUG_MB_TYPE); in LLVMFuzzerTestOneInput()
521 ctx->debug &= ~(FF_DEBUG_SKIP | FF_DEBUG_QP | FF_DEBUG_MB_TYPE); in LLVMFuzzerTestOneInput()

Completed in 18 milliseconds