Searched refs:nibbleLoopEnd (Results 1 – 1 of 1) sorted by relevance
597 u32 nibbleLoopStart, nibbleLoopEnd, nibbleCurrent; in encode_soundfile() local600 nibbleLoopEnd = getNibbleAddress(loopEnd); in encode_soundfile()606 dspadpcmheader.ea = reverse_endian_32(nibbleLoopEnd); in encode_soundfile()611 u32 nibbleLoopStart, nibbleLoopEnd, nibbleCurrent; in encode_soundfile() local614 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() local631 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()