Searched refs:sqrt_tab (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.c85 float sqrt_tab[30]; member in struct:__anon1921
150 q->sqrt_tab[i] = sqrt(i);
783 q->flcoeffs6[i] *= q->sqrt_tab[band_tab[i+1] - band_tab[i]] /
784 q->sqrt_tab[(band_tab[i+1] - band_tab[i] - q->skipFlagCount[i])];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dimc.c95 float sqrt_tab[30]; member in struct:__anon3161
224 q->sqrt_tab[i] = sqrt(i);
827 chctx->flcoeffs6[i] *= q->sqrt_tab[ band_tab[i + 1] - band_tab[i]] /
828 q->sqrt_tab[(band_tab[i + 1] - band_tab[i] - chctx->skipFlagCount[i])];

Completed in 75 milliseconds