search for: gsm_decode

Displaying 4 results from an estimated 4 matches for "gsm_decode".

2010 Sep 11
2
Re: Trouble with libgsm on Mac OS X 10.6.2
...t; > > rwoodsmall (with minor path edits and added spaces for clarity) wrote: > > > > > > Code: > > cd ~/Desktop/gsm-1.0-pl13 > > > > GSMOBJS="" > > > > for GSMSRC in add code debug decode long_term lpc preprocess rpe gsm_destroy gsm_decode gsm_encode gsm_explode gsm_implode gsm_create gsm_print gsm_option short_term table ; do > > gcc -g -arch i386 -m32 -dynamic -ansi -pedantic -c -O2 -Wall -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/${GSMSRC}.c -o src/${GSMSRC}.o > > GSMOBJS+="src/${GSMSRC}.o " &g...
2010 Jul 14
1
Re: Trouble with libgsm on Mac OS X 10.6.2
...] Compile and install libgsm per instructions below: rwoodsmall (with minor path edits and added spaces for clarity) wrote: > > > Code: > cd ~/Desktop/gsm-1.0-pl13 > > GSMOBJS="" > > for GSMSRC in add code debug decode long_term lpc preprocess rpe gsm_destroy gsm_decode gsm_encode gsm_explode gsm_implode gsm_create gsm_print gsm_option short_term table ; do > gcc -g -arch i386 -m32 -dynamic -ansi -pedantic -c -O2 -Wall -DNeedFunctionPrototypes=1 -DSASR -DWAV49 -I./inc src/${GSMSRC}.c -o src/${GSMSRC}.o > GSMOBJS+="src/${GSMSRC}.o " > done &g...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...436 0 0.01 67412 0 0.01 67412 gsimage.ll 15 164706 0 0.02 164682 0 0.02 164682 gsline.ll 12 25004 0 0.01 24980 0 0.01 24980 gs.ll 9 34248 0 0.01 34224 0 0.01 34224 gsmain.ll 3 18785 0 0.01 18761 0 0.01 18761 gsmatrix.ll 14 76302 0 0.02 76278 0 0.01 76373 gsm_create.ll 1 3343 0 0.01 3313 0 0.01 3313 gsm_decode.ll 1 44688 0 0.01 44658 0 0.01 44658 gsm_destroy.ll 1 1940 0 0.01 1910 0 0.01 1910 gsm_encode.ll 1 34706 0 0.01 34676 0 0.01 34676 gsm_explode.ll 1 56625 0 0.01 56595 0 0.01 56595 gsm_implode.ll 1 46766 0 0.01 46736 0 0.01 46736 gsmisc.ll 2 4510 0 0.01 4486 0 0.01 4486 gsm_option.ll 1 2008 0 0.01 1...