Home
last modified time | relevance | path

Searched refs:FF_DEBUG_QP (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegutils.c196 if (avctx->debug & (FF_DEBUG_SKIP | FF_DEBUG_QP | FF_DEBUG_MB_TYPE)) { in ff_print_debug_info2()
209 if (avctx->debug & FF_DEBUG_QP) { in ff_print_debug_info2()
Dmjpegbdec.c151 if (!s->lossless && avctx->debug & FF_DEBUG_QP) { in mjpegb_decode_frame()
Davcodec.h1628 #define FF_DEBUG_QP 16 macro
Doptions_table.h210 {"qp", "per-block quantization parameter (QP)", 0, AV_OPT_TYPE_CONST, {.i64 = FF_DEBUG_QP }, INT_MI…
Dmjpegdec.c2583 if (!s->lossless && avctx->debug & FF_DEBUG_QP) { in ff_mjpeg_receive_frame()