Lines Matching refs:force_quant
257 int force_quant;
564 if (ctx->force_quant) {
1059 if (!ctx->force_quant) {
1069 q = ctx->force_quant ? ctx->force_quant
1252 ctx->force_quant = avctx->global_quality / FF_QP2LAMBDA;
1253 if (!ctx->force_quant) {
1300 if (ctx->force_quant > 64) {
1306 ctx->quants[0][j] = ctx->quant_mat[j] * ctx->force_quant;
1307 ctx->quants_chroma[0][j] = ctx->quant_chroma_mat[j] * ctx->force_quant;