Lines Matching refs:quant_mat
239 const uint8_t *quant_mat;
574 qmat[i] = ctx->quant_mat[i] * quant;
896 qmat[i] = ctx->quant_mat[i] * q;
1035 bytestream_put_byte(&buf, ctx->quant_mat[i]);
1038 bytestream_put_byte(&buf, ctx->quant_mat[i]);
1240 ctx->quant_mat = prores_quant_matrices[ctx->profile_info->quant];
1243 ctx->quant_mat = prores_quant_matrices[ctx->quant_sel];
1271 ctx->quants[i][j] = ctx->quant_mat[j] * i;
1306 ctx->quants[0][j] = ctx->quant_mat[j] * ctx->force_quant;
1370 { "quant_mat", "quantiser matrix", OFFSET(quant_sel), AV_OPT_TYPE_INT,
1371 { .i64 = -1 }, -1, QUANT_MAT_DEFAULT, VE, "quant_mat" },
1373 0, 0, VE, "quant_mat" },
1375 0, 0, VE, "quant_mat" },
1377 0, 0, VE, "quant_mat" },
1379 0, 0, VE, "quant_mat" },
1381 0, 0, VE, "quant_mat" },
1383 0, 0, VE, "quant_mat" },