Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dproresenc_kostya.c256 int force_quant; member
572 if (ctx->force_quant) { in encode_slice()
1073 if (!ctx->force_quant) { in encode_frame()
1083 q = ctx->force_quant ? ctx->force_quant in encode_frame()
1273 ctx->force_quant = avctx->global_quality / FF_QP2LAMBDA; in encode_init()
1274 if (!ctx->force_quant) { in encode_init()
1327 if (ctx->force_quant > 64) { in encode_init()
1333 ctx->quants[0][j] = ctx->quant_mat[j] * ctx->force_quant; in encode_init()
1334 ctx->quants_chroma[0][j] = ctx->quant_chroma_mat[j] * ctx->force_quant; in encode_init()