Home
last modified time | relevance | path

Searched refs:fsx (Results 1 – 12 of 12) sorted by relevance

/TwlSDK-5.3.1/build/demos/spi/spiMonkey/src/
Dmain.c248 fx16 fsx; in DrawLine() local
253 fsx = (fx16)(((sx - 128) * 0x1000) / 128); in DrawLine()
261 G3_Vtx(fsx, fsy, 0); in DrawLine()
265 G3_Vtx(fsx, fsy, 1); in DrawLine()
/TwlSDK-5.3.1/build/demos/math/fft-2/src/
Dmain.c554 fx16 fsx = (fx16)(((sx - 128) * 0x1000) / 128); in DrawLine() local
562 G3_Vtx(fsx, fsy, 0); in DrawLine()
566 G3_Vtx(fsx, fsy, 1); in DrawLine()
585 fx16 fsx = (fx16)(((sx - 128) * 0x1000) / 128); in DrawBar() local
593 G3_Vtx(fsx, fsy, 0); in DrawBar()
595 G3_Vtx(fsx, fey, 0); in DrawBar()
619 fx16 fsx = (fx16)(((sx - 128) * 0x1000) / 128); in DrawBarWithColor() local
634 G3_Vtx(fsx, fsy, 0); in DrawBarWithColor()
636 G3_Vtx(fsx, fey, 0); in DrawBarWithColor()
/TwlSDK-5.3.1/build/demos.TWL/dsp/snd-mic/src/
Dmain.c135 fx16 fsx = (fx16)(((cur - 128) * 0x1000) / 128); in DrawWaveGraph() local
142 G3_Vtx(fsx, fsy, 0); in DrawWaveGraph()
146 G3_Vtx(fsx, fsy, 1); in DrawWaveGraph()
/TwlSDK-5.3.1/build/demos/spi/spiMonkey2/src/
Dmain.c400 fx16 fsx; in DrawLine() local
405 fsx = (fx16)(((sx - 128) * 0x1000) / 128); in DrawLine()
413 G3_Vtx(fsx, fsy, 0); in DrawLine()
417 G3_Vtx(fsx, fsy, 1); in DrawLine()
/TwlSDK-5.3.1/build/demos/spi/pmAmpGain/src/
Dmain.c546 fx16 fsx = (fx16)(((sx - 128) * 0x1000) / 128); in DrawLine() local
554 G3_Vtx(fsx, fsy, 0); in DrawLine()
558 G3_Vtx(fsx, fsy, 1); in DrawLine()
/TwlSDK-5.3.1/build/demos/spi/mic-2/src/
Dmain.c543 fx16 fsx, fsy, fex, fey; in DrawLine() local
545 fsx = (fx16)(((sx - 128) * 0x1000) / 128); in DrawLine()
553 G3_Vtx(fsx, fsy, 0); in DrawLine()
557 G3_Vtx(fsx, fsy, 1); in DrawLine()
/TwlSDK-5.3.1/build/demos/spi/mic-1/src/
Dmain.c344 fx16 fsx = (fx16)(((sx - 128) * 0x1000) / 128); in DrawLine() local
352 G3_Vtx(fsx, fsy, 0); in DrawLine()
356 G3_Vtx(fsx, fsy, 1); in DrawLine()
/TwlSDK-5.3.1/build/demos.TWL/spi/pmAmpGainLevel/src/
Dmain.c650 fx16 fsx = (fx16)(((sx - 128) * 0x1000) / 128); in DrawLine() local
658 G3_Vtx(fsx, fsy, 0); in DrawLine()
662 G3_Vtx(fsx, fsy, 1); in DrawLine()
/TwlSDK-5.3.1/build/demos.TWL/spi/mic-3/src/
Dmain.c834 fx16 fsx = (fx16)(((sx - 128) * 0x1000) / 128); in DrawLine() local
842 G3_Vtx(fsx, fsy, 0); in DrawLine()
846 G3_Vtx(fsx, fsy, 1); in DrawLine()
/TwlSDK-5.3.1/build/demos.TWL/spi/mic-4/src/
Dmain.c940 fx16 fsx = (fx16)(((sx - 128) * 0x1000) / 128); in DrawLine() local
948 G3_Vtx(fsx, fsy, 0); in DrawLine()
952 G3_Vtx(fsx, fsy, 1); in DrawLine()
/TwlSDK-5.3.1/build/demos.TWL/snd/IIRFilterdemo-mic/src/
Dmain.c971 fx16 fsx = (fx16)(((sx - 128) * 0x1000) / 128); in DrawLine() local
979 G3_Vtx(fsx, fsy, 0); in DrawLine()
983 G3_Vtx(fsx, fsy, 1); in DrawLine()
/TwlSDK-5.3.1/build/demos.TWL/spi/spiMonkey3/src/
Dmain.c890 fx16 fsx = (fx16)(((sx - 128) * 0x1000) / 128); in DrawLine() local
898 G3_Vtx(fsx, fsy, 0); in DrawLine()
902 G3_Vtx(fsx, fsy, 1); in DrawLine()