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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dimc.c62 float CWdecoded[COEFFS]; member in struct:__anon1921
574 q->samples[i].re = -(q->pre_coef1[i] * q->CWdecoded[COEFFS-1-i*2]) -
575 (q->pre_coef2[i] * q->CWdecoded[i*2]);
576 q->samples[i].im = (q->pre_coef2[i] * q->CWdecoded[COEFFS-1-i*2]) -
577 (q->pre_coef1[i] * q->CWdecoded[i*2]);
601 q->CWdecoded[j] = 0;
616 q->CWdecoded[j] = quantizer[q->codewords[j] - 8] * q->flcoeffs6[i];
618 q->CWdecoded[j] = -quantizer[max_size - q->codewords[j] - 8 - 1] * q->flcoeffs6[i];
622 q->CWdecoded[j] = quantizer[q->codewords[j] - 1] * q->flcoeffs6[i];
624 q->CWdecoded[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dimc.c64 float CWdecoded[COEFFS]; member in struct:IMCChannel
715 q->samples[i].re = -(q->pre_coef1[i] * chctx->CWdecoded[COEFFS - 1 - i * 2]) -
716 (q->pre_coef2[i] * chctx->CWdecoded[i * 2]);
717 q->samples[i].im = (q->pre_coef2[i] * chctx->CWdecoded[COEFFS - 1 - i * 2]) -
718 (q->pre_coef1[i] * chctx->CWdecoded[i * 2]);
748 chctx->CWdecoded[j] = 0;
763 chctx->CWdecoded[j] = quantizer[chctx->codewords[j] - 8] * chctx->flcoeffs6[i];
765 chctx->CWdecoded[j] = -quantizer[max_size - chctx->codewords[j] - 8 - 1] * chctx->flcoeffs6[i];
769 chctx->CWdecoded[j] = quantizer[chctx->codewords[j] - 1] * chctx->flcoeffs6[i];
771 chctx->CWdecoded[
[all...]

Completed in 108 milliseconds