Displaying 3 results from an estimated 3 matches for "tempdest".
2005 Sep 30
2
Reg. FLAC decoding
...send it to the chip. And once the data is sent, we'll clear the
* buffer up */
while (1)
{
/* If the 1MB buffer becomes., full we'll have to send it out
* to the chip and create a new buffer */
if ((pThis->m_Position + (BytesPerSample * 2)) < 0x100000)
{
short * TempDest =
(short*)(&pThis->m_TempBuffer[pThis->m_Position]);
short * TempSource = (short *)&LChannel[LPos];
*TempDest = *TempSource;
TempSource = (short *)&RChannel[RPos];
TempDest ++;
*TempDest = *TempSource;
LPos = LPos + BytesPerSample;
RPos = RPos + BytesPe...
2005 Sep 30
0
Re: Reg. FLAC decoding
...e'll clear the
> * buffer up */
>
> while (1)
> {
>
> /* If the 1MB buffer becomes., full we'll have to send it out
> * to the chip and create a new buffer */
> if ((pThis->m_Position + (BytesPerSample * 2)) < 0x100000)
> {
> short * TempDest =
> (short*)(&pThis->m_TempBuffer[pThis->m_Position]);
>
> short * TempSource = (short *)&LChannel[LPos];
>
> *TempDest = *TempSource;
> TempSource = (short *)&RChannel[RPos];
>
> TempDest ++;
> *TempDest = *TempSource;
>
>...
2011 May 09
2
Rates Importer Tool
Hi All,
new to the list. Wondering if anyone has / knows of, a good rate importer
tool that can be used to standardize and normalize the ratesheets / rate
decks etc. obtained from various carriers so they can be analysed and
imported into a DB or be saved as a CSV or something?
Thanks so much in advance
aeg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: