Searched refs:nibbleLoopEnd (Results 1 – 1 of 1) sorted by relevance
607 u32 nibbleLoopStart, nibbleLoopEnd, nibbleCurrent; in encode_soundfile() local610 nibbleLoopEnd = getNibbleAddress(loopEnd); in encode_soundfile()616 dspadpcmheader.ea = reverse_endian_32(nibbleLoopEnd); in encode_soundfile()621 u32 nibbleLoopStart, nibbleLoopEnd, nibbleCurrent; in encode_soundfile() local624 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() local641 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()