Searched refs:qmat_luma (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | proresdec.h | 43 uint8_t qmat_luma[64]; member
|
H A D | proresdec2.c | 307 permute(ctx->qmat_luma, ctx->prodsp.idct_permutation, ptr); in decode_frame_header() 310 memset(ctx->qmat_luma, 4, 64); in decode_frame_header() 320 memcpy(ctx->qmat_chroma, ctx->qmat_luma, 64); in decode_frame_header() 684 qmat_luma_scaled [i] = ctx->qmat_luma [i] * qscale; in decode_slice_thread()
|
H A D | proresenc_anatoliy.c | 191 int qmat_luma[16][64]; member 388 buf, data_size, ctx->qmat_luma[qp - 1], 0, ctx->scantable); in encode_slice_data() 907 scale_mat(QMAT_LUMA[avctx->profile] , ctx->qmat_luma[i - 1] , i); in prores_encode_init()
|
Completed in 4 milliseconds