Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/tools/dspadpcm/src/
Dmain.c597 u32 nibbleLoopStart, nibbleLoopEnd, nibbleCurrent; in encode_soundfile() local
600 nibbleLoopEnd = getNibbleAddress(loopEnd); in encode_soundfile()
606 dspadpcmheader.ea = reverse_endian_32(nibbleLoopEnd); in encode_soundfile()
611 u32 nibbleLoopStart, nibbleLoopEnd, nibbleCurrent; in encode_soundfile() local
614 nibbleLoopEnd = getNibbleAddress(soundinfo->loopEnd - 1); // AIFF loop end is 1 based in encode_soundfile()
620 dspadpcmheader.ea = reverse_endian_32(nibbleLoopEnd); in encode_soundfile()
625 u32 nibbleLoopStart, nibbleLoopEnd, nibbleCurrent; in encode_soundfile() local
631 nibbleLoopEnd = getNibbleAddress(sampleEndAddr); in encode_soundfile()
633 nibbleLoopEnd = getNibbleAddress(soundinfo->samples - 1); in encode_soundfile()
640 dspadpcmheader.ea = reverse_endian_32(nibbleLoopEnd); in encode_soundfile()