Searched refs:qmat_luma_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.c60 DECLARE_ALIGNED(16, int16_t, qmat_luma_scaled[64]);
569 ctx->qmat_luma_scaled[ctx->dsp.idct_permutation[i]] = ctx->qmat_luma[i] * sf;
579 ctx->qmat_luma_scaled);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresdec2.c511 int16_t qmat_luma_scaled[64]; local
540 qmat_luma_scaled [i] = ctx->qmat_luma [i] * qscale;
573 buf, y_data_size, qmat_luma_scaled);
H A Dproresdec_lgpl.c50 DECLARE_ALIGNED(16, int16_t, qmat_luma_scaled)[64];
640 td->qmat_luma_scaled[ctx->dsp.idct_permutation[i]] = ctx->qmat_luma[i] * sf;
649 td->qmat_luma_scaled, 0);

Completed in 49 milliseconds