Searched refs:qmat_chroma (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | proresdec.h | 44 uint8_t qmat_chroma[64]; member
|
H A D | proresenc_kostya.c | 557 uint16_t *qmat_chroma; in encode_slice() local 566 qmat_chroma = ctx->quants_chroma[0]; in encode_slice() 569 qmat_chroma = ctx->quants_chroma[quant]; in encode_slice() 572 qmat_chroma = ctx->custom_chroma_q; in encode_slice() 575 qmat_chroma[i] = ctx->quant_chroma_mat[i] * quant; in encode_slice() 612 num_cblocks, plane_factor, qmat_chroma); in encode_slice() 808 uint16_t *qmat_chroma; in find_slice_quant() local 891 qmat_chroma = ctx->quants_chroma[q]; in find_slice_quant() 894 qmat_chroma = td->custom_chroma_q; in find_slice_quant() 897 qmat_chroma[ in find_slice_quant() [all...] |
H A D | proresdec2.c | 318 permute(ctx->qmat_chroma, ctx->prodsp.idct_permutation, ptr); in decode_frame_header() 320 memcpy(ctx->qmat_chroma, ctx->qmat_luma, 64); in decode_frame_header() 685 qmat_chroma_scaled[i] = ctx->qmat_chroma[i] * qscale; in decode_slice_thread()
|
H A D | proresenc_anatoliy.c | 192 int qmat_chroma[16][64]; member 392 ctx->qmat_chroma[qp - 1], ctx->is_422, ctx->scantable); in encode_slice_data() 396 ctx->qmat_chroma[qp - 1], ctx->is_422, ctx->scantable); in encode_slice_data() 908 scale_mat(QMAT_CHROMA[avctx->profile], ctx->qmat_chroma[i - 1], i); in prores_encode_init()
|
Completed in 7 milliseconds