Home
last modified time | relevance | path

Searched refs:CWdecoded (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dimc.c66 float CWdecoded[COEFFS]; member
737 q->samples[i].re = -(q->pre_coef1[i] * chctx->CWdecoded[COEFFS - 1 - i * 2]) - in imc_imdct256()
738 (q->pre_coef2[i] * chctx->CWdecoded[i * 2]); in imc_imdct256()
739 q->samples[i].im = (q->pre_coef2[i] * chctx->CWdecoded[COEFFS - 1 - i * 2]) - in imc_imdct256()
740 (q->pre_coef1[i] * chctx->CWdecoded[i * 2]); in imc_imdct256()
770 chctx->CWdecoded[j] = 0; in inverse_quant_coeff()
785 … chctx->CWdecoded[j] = quantizer[chctx->codewords[j] - 8] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
787 … chctx->CWdecoded[j] = -quantizer[max_size - chctx->codewords[j] - 8 - 1] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
791 … chctx->CWdecoded[j] = quantizer[chctx->codewords[j] - 1] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
793 … chctx->CWdecoded[j] = -quantizer[max_size - 2 - chctx->codewords[j]] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
[all …]