search for: writeaddress

Displaying 2 results from an estimated 2 matches for "writeaddress".

Did you mean: write_address
2014 Mar 08
2
16 bits FLAC file data to 32 bit float buffer for CPU processing
...er = ( WORD * ) buffer [ 0 ]; DWORDChannelDataBuffer = ( DWORD * ) buffer [ 0 ]; IntChannelDataBuffer = ( int * ) buffer [ 0 ]; for ( i = 0; i < frame -> header.blocksize; i++ ) { //FloatFLACDecodingData.LOut [ FloatFLACDecodingData.WriteAddress + i ] = ( 1.0f + ( float ) sin ( ( ( double ) ( FloatFLACDecodingData.WriteAddress + i ) / ( double ) TABLE_SIZE ) * M_PI * 2.0 * 1.0 ) ) * 0.4f; //FloatFLACDecodingData.LOut [ FloatFLACDecodingData.WriteAddress + i ] = float ( ( FLAC__int16 ) b...
2014 Mar 08
0
16 bits FLAC file data to 32 bit float buffer for CPU processing
...D * ) buffer [ 0 ]; > DWORDChannelDataBuffer = ( DWORD * ) buffer [ 0 ]; > IntChannelDataBuffer = ( int * ) buffer [ 0 ]; > > for ( i = 0; i < frame -> header.blocksize; i++ ) { > //FloatFLACDecodingData.LOut [ FloatFLACDecodingData.WriteAddress + > i ] = ( 1.0f + ( float ) sin ( ( ( double ) ( > FloatFLACDecodingData.WriteAddress + i ) / ( double ) TABLE_SIZE ) * M_PI * > 2.0 * 1.0 ) ) * 0.4f; > //FloatFLACDecodingData.LOut [ FloatFLACDecodingData.WriteAddress + > i ] =...