Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dproresenc_kostya.c65 static const uint8_t prores_quant_matrices[][64] = { variable
1240 ctx->quant_mat = prores_quant_matrices[ctx->profile_info->quant]; in encode_init()
1241 ctx->quant_chroma_mat = prores_quant_matrices[ctx->profile_info->quant_chroma]; in encode_init()
1243 ctx->quant_mat = prores_quant_matrices[ctx->quant_sel]; in encode_init()
1244 ctx->quant_chroma_mat = prores_quant_matrices[ctx->quant_sel]; in encode_init()

Completed in 3 milliseconds