Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dproresenc_kostya.c257 int force_quant; member
564 if (ctx->force_quant) { in encode_slice()
1059 if (!ctx->force_quant) { in encode_frame()
1069 q = ctx->force_quant ? ctx->force_quant in encode_frame()
1252 ctx->force_quant = avctx->global_quality / FF_QP2LAMBDA; in encode_init()
1253 if (!ctx->force_quant) { in encode_init()
1300 if (ctx->force_quant > 64) { in encode_init()
1306 ctx->quants[0][j] = ctx->quant_mat[j] * ctx->force_quant; in encode_init()
1307 ctx->quants_chroma[0][j] = ctx->quant_chroma_mat[j] * ctx->force_quant; in encode_init()
[all...]

Completed in 3 milliseconds