Searched refs:flcoeffs6 (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.c61 float flcoeffs6[BANDS]; member in struct:__anon1921
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[j] = -quantizer[max_size - 2 - q->codewords[j]] * q->flcoeffs6[i];
780 q->flcoeffs6[i] = q->flcoeffs1[i];
783 q->flcoeffs6[i] *= q->sqrt_tab[band_tab[i+1] - band_tab[i]] /
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dimc.c63 float flcoeffs6[BANDS]; member in struct:IMCChannel
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[j] = -quantizer[max_size - 2 - chctx->codewords[j]] * chctx->flcoeffs6[i];
824 chctx->flcoeffs6[i] = chctx->flcoeffs1[i];
827 chctx->flcoeffs6[i] *= q->sqrt_tab[ band_tab[i + 1] - band_tab[i]] /

Completed in 89 milliseconds