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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresenc_kostya.c192 int16_t quants[MAX_STORED_Q][64]; member in struct:ProresContext
472 // todo alpha quantisation for high quants
525 qmat = ctx->quants[0];
527 qmat = ctx->quants[quant];
821 ctx->quants[q], td);
842 qmat = ctx->quants[q];
1166 ctx->quants[i][j] = ctx->quant_mat[j] * i;
1204 ctx->quants[0][j] = ctx->quant_mat[j] * ctx->force_quant;
1205 ls += av_log2((1 << 11) / ctx->quants[0][j]) * 2 + 1;
H A Daaccoder.c145 int *quants = s->qcoefs + i; local
151 curidx += quants[j] + off;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daaccoder.c144 int *quants = s->qcoefs + i; local
150 curidx += quants[j] + off;

Completed in 107 milliseconds