search for: kharbanda

Displaying 9 results from an estimated 9 matches for "kharbanda".

2002 Aug 16
2
Setting up the trig tables.
...=2048. Assumption 3: M_PI is just PI, i.e. 3.1415.... Consider n=256, then n2=n>>1=128, n/4=64, n/8=32 first loop: (i=0) T[0] T[1] T[128] T[129] i=63 (last value) T[126] T[127] T[254] T[255] econd loop: i=0 T[256] T[257] i=31 (final value) T[318] T[319] <p><p> -- Govind S Kharbanda Institute for System Level Integration MSc Course Rep. Alba Campus, Livingston, EH54 7EG http://www.sli-institute.ac.uk/~gk/ Tel: 01506 469340 --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph....
2002 Aug 13
1
mdct.c pointer to array conversion
...r now) so I'm having to transfer the structure back and forth using DMA. So the structure will have to be modified slightly so the values from init->trig are contained as part of the structure. How big should this trig array be? Hope someone can make this less confusing, Gov -- Govind S Kharbanda Institute for System Level Integration MSc Course Rep. Alba Campus, Livingston, EH54 7EG http://www.sli-institute.ac.uk/~gk/ Tel: 01506 469340 --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph....
2002 Aug 21
1
MDCT input and output data blocks
...f). Source file was keoki_passiton.ogg obtained from the Vorbis.com web site some time ago (I don't think it is there any more). I'm using Version 1.0 Win 32 distribution under Visual C++. The blocks shown above are the first audio block in the file (size 256). Cheers Gov -- Govind S Kharbanda Institute for System Level Integration Hardware Perceptual Audio Decoding Alba Campus, Livingston, EH54 7EG http://www.sli-institute.ac.uk/~gk/ Tel: 01506 469339 --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph....
2002 Sep 03
1
syslinux unable to load
Hi there, I could find no one to solve my problem. So I''v to send you this mail. I''m trying to load syslinux on an ide zip drive. It is formatted with fat16 file system. I get the error unable to access boot sector. I''d been trying to sort out this problem from last 15 days but all in vain. Please help me. Regards
2002 Jul 23
1
Please correct this bugs in vorbis win32 environment
If You want to compile vorbis libraries under win32 environment you can experience some problems: 1) If you unzip vorbis libraries, you will have 3 directories: "libogg-1.0", "libvorbis-1.0" and "vorbis-tools-1.0". You need to rename them to "ogg", "vorbis", "vorbis-tools". Otherwise batch files or even dsp project files, won't work.
2002 Jun 26
0
Getting started with vorbisfile_example.c (MS VC 6)
Hello Hope you don't mind another newbie's question. Further to GIE's email about problems compiling decoder_example.c example (MS VC 7) using debug static ogg/vorbis libs, we'd appreciate any help getting the example files to compile on MS VC 6. The zip files we have downloaded are: libao-0.8.2.zip libogg-1.0rc3.zip libvorbis-1.0rc3.zip vorbis-sdk-1.0rc3.zip
2002 Aug 01
2
mdct.h - PI1_8, PI2_8 etc.
In vorbis/lib/mdct.h the following are defined: for integer: #define TRIGBITS 14 #define cPI3_8 6270 #define cPI2_8 11585 #define cPI1_8 15137 #define FLOAT_CONV(x) ((int)((x)*(1<<TRIGBITS)+.5)) for floats: #define cPI3_8 .38268343236508977175F #define cPI2_8 .70710678118654752441F #define cPI1_8 .92387953251128675613F #define FLOAT_CONV(x) = x Could someone explain where these values
2002 Aug 29
0
yet another MDCT question
mdct.c, lines 436 onward (part of mdct_backward) state { DATA_TYPE *oX1=out+n2+n4; DATA_TYPE *oX2=out+n2+n4; DATA_TYPE *iX =out; T =init->trig+n2; do{ oX1-=4; oX1[3] = MULT_NORM (iX[0] * T[1] - iX[1] * T[0]); oX2[0] = -MULT_NORM (iX[0] * T[0] + iX[1] * T[1]); oX1[2] = MULT_NORM (iX[2] * T[3] - iX[3] * T[2]); oX2[1] =
2002 Jun 26
1
Getting started with vorbisfile_example.c (MS VC 6)
Hello Hope you don't mind another newbie's question. Further to GIE's email about problems compiling decoder_example.c example (MS VC 7) using debug static ogg/vorbis libs, we'd appreciate any help getting the example files to compile on MS VC 6. The zip files we have downloaded are: libao-0.8.2.zip libogg-1.0rc3.zip libvorbis-1.0rc3.zip vorbis-sdk-1.0rc3.zip