Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/tools/dspadpcm/src/
Ddspheader.h40 u32 sa; // loop start address member
Dmain.c535 …rintf(handle, "Start Addr : 0x%08X + ARAM_offset (ADPCM nibble mode)\n", reverse_endian_32(h->sa)); in dump_header()
605 dspadpcmheader.sa = reverse_endian_32(nibbleLoopStart); in encode_soundfile()
619 dspadpcmheader.sa = reverse_endian_32(nibbleLoopStart); in encode_soundfile()
639 dspadpcmheader.sa = reverse_endian_32(nibbleLoopStart); in encode_soundfile()
816 soundinfo.loopStart = getSampleForAdpcmNibble(reverse_endian_32(dspadpcmheader.sa)); in decode_input_file()
/RvlSDK-2.1/build/demos/axdemo/src/
Daxsimple.c628 aramAddress = (ps->sa + Bytes2Nibbles((u32)pARAMStart)); in AquireVoiceADPCM()
656 mramAddress = (ps->sa + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()
/RvlSDK-2.1/include/revolution/
Dax.h860 u32 sa; // Start offset address for looped samples (zero for non-looped) member
/RvlSDK-2.1/build/demos/wpaddemo/src/
Dwpad_axdemo.c703 mramAddress = (ps->sa + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()