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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dproresdec.c61 DECLARE_ALIGNED(16, int16_t, qmat_chroma_scaled[64]);
570 ctx->qmat_chroma_scaled[ctx->dsp.idct_permutation[i]] = ctx->qmat_chroma[i] * sf;
587 ctx->qmat_chroma_scaled);
596 ctx->qmat_chroma_scaled);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresdec2.c512 int16_t qmat_chroma_scaled[64]; local
541 qmat_chroma_scaled[i] = ctx->qmat_chroma[i] * qscale;
580 qmat_chroma_scaled, log2_chroma_blocks_per_mb);
586 qmat_chroma_scaled, log2_chroma_blocks_per_mb);
H A Dproresdec_lgpl.c51 DECLARE_ALIGNED(16, int16_t, qmat_chroma_scaled)[64];
641 td->qmat_chroma_scaled[ctx->dsp.idct_permutation[i]] = ctx->qmat_chroma[i] * sf;
659 td->qmat_chroma_scaled, 1);
668 td->qmat_chroma_scaled, 1);

Completed in 37 milliseconds