Lines Matching defs:CWdecoded
68 float CWdecoded[COEFFS];
739 q->samples[i].re = -(q->pre_coef1[i] * chctx->CWdecoded[COEFFS - 1 - i * 2]) -
740 (q->pre_coef2[i] * chctx->CWdecoded[i * 2]);
741 q->samples[i].im = (q->pre_coef2[i] * chctx->CWdecoded[COEFFS - 1 - i * 2]) -
742 (q->pre_coef1[i] * chctx->CWdecoded[i * 2]);
772 chctx->CWdecoded[j] = 0;
787 chctx->CWdecoded[j] = quantizer[chctx->codewords[j] - 8] * chctx->flcoeffs6[i];
789 chctx->CWdecoded[j] = -quantizer[max_size - chctx->codewords[j] - 8 - 1] * chctx->flcoeffs6[i];
793 chctx->CWdecoded[j] = quantizer[chctx->codewords[j] - 1] * chctx->flcoeffs6[i];
795 chctx->CWdecoded[j] = -quantizer[max_size - 2 - chctx->codewords[j]] * chctx->flcoeffs6[i];
900 chctx->CWdecoded[i] = 0;