Searched refs:fdx (Results 1 – 2 of 2) sorted by relevance
145 int fdx=n; in vorbis_lsp_to_curve() local146 int fbase=nyq/fdx; in vorbis_lsp_to_curve()148 int fdy=nyq-fbase*fdx; in vorbis_lsp_to_curve()301 if(ferr>=fdx){ in vorbis_lsp_to_curve()302 ferr-=fdx; in vorbis_lsp_to_curve()
97 double fdx = attributes.fx() - attributes.cx(); in buildGradient() local103 if (sqrt(fdx * fdx + fdy * fdy) > attributes.r()) { in buildGradient()