Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/tools/dspadpcm/src/
Dmain.c607 u32 nibbleLoopStart, nibbleLoopEnd, nibbleCurrent; in encode_soundfile() local
610 nibbleLoopEnd = getNibbleAddress(loopEnd); in encode_soundfile()
616 dspadpcmheader.ea = reverse_endian_32(nibbleLoopEnd); in encode_soundfile()
621 u32 nibbleLoopStart, nibbleLoopEnd, nibbleCurrent; in encode_soundfile() local
624 nibbleLoopEnd = getNibbleAddress(soundinfo->loopEnd - 1); // AIFF loop end is 1 based in encode_soundfile()
630 dspadpcmheader.ea = reverse_endian_32(nibbleLoopEnd); in encode_soundfile()
635 u32 nibbleLoopStart, nibbleLoopEnd, nibbleCurrent; in encode_soundfile() local
641 nibbleLoopEnd = getNibbleAddress(sampleEndAddr); in encode_soundfile()
643 nibbleLoopEnd = getNibbleAddress(soundinfo->samples - 1); in encode_soundfile()
650 dspadpcmheader.ea = reverse_endian_32(nibbleLoopEnd); in encode_soundfile()