Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dproresenc_kostya.c236 int16_t quants_chroma[MAX_STORED_Q][64]; member
566 qmat_chroma = ctx->quants_chroma[0]; in encode_slice()
569 qmat_chroma = ctx->quants_chroma[quant]; in encode_slice()
873 ctx->quants_chroma[q], td); in find_slice_quant()
891 qmat_chroma = ctx->quants_chroma[q]; in find_slice_quant()
1272 ctx->quants_chroma[i][j] = ctx->quant_chroma_mat[j] * i; in encode_init()
1307 ctx->quants_chroma[0][j] = ctx->quant_chroma_mat[j] * ctx->force_quant; in encode_init()
1309 ls_chroma += av_log2((1 << 11) / ctx->quants_chroma[0][j]) * 2 + 1; in encode_init()

Completed in 3 milliseconds