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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddnxhdenc.h69 int (*qmatrix_c) [64]; member in struct:DNXHDEncContext
H A Ddnxhdenc.c166 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->qmatrix_c, (ctx->m.avctx->qmax+1) * 64 * sizeof(int), fail);
181 ff_convert_matrix(&ctx->m.dsp, ctx->qmatrix_c, ctx->qmatrix_c16, weight_matrix,
186 ctx->qmatrix_l [qscale] [i] <<= 2; ctx->qmatrix_c [qscale] [i] <<= 2;
206 ctx->qmatrix_c[qscale][j] = (1 << (DNX10BIT_QMAT_SHIFT + 1)) / (qscale * chroma_weight_table[i]);
502 ctx->m.q_intra_matrix = ctx->qmatrix_c;
985 av_freep(&ctx->qmatrix_c);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddnxhdenc.h69 int (*qmatrix_c) [64]; member in struct:DNXHDEncContext
H A Ddnxhdenc.c202 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->qmatrix_c,
223 ff_convert_matrix(&ctx->m, ctx->qmatrix_c, ctx->qmatrix_c16,
230 ctx->qmatrix_c[qscale][i] <<= 2;
256 ctx->qmatrix_c[qscale][j] = (1 << (DNX10BIT_QMAT_SHIFT + 1)) /
263 ctx->m.q_chroma_intra_matrix = ctx->qmatrix_c;
1125 av_freep(&ctx->qmatrix_c);

Completed in 41 milliseconds