Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/tools/dspadpcm/src/
Ddspheader.h40 u32 sa; // loop start address member
Dmain.c545 …rintf(handle, "Start Addr : 0x%08X + ARAM_offset (ADPCM nibble mode)\n", reverse_endian_32(h->sa)); in dump_header()
615 dspadpcmheader.sa = reverse_endian_32(nibbleLoopStart); in encode_soundfile()
629 dspadpcmheader.sa = reverse_endian_32(nibbleLoopStart); in encode_soundfile()
649 dspadpcmheader.sa = reverse_endian_32(nibbleLoopStart); in encode_soundfile()
826 soundinfo.loopStart = getSampleForAdpcmNibble(reverse_endian_32(dspadpcmheader.sa)); in decode_input_file()
/RvlSDK-3.3/build/demos/axdemo/src/
Daxstream2.c765 frameLoopStart = (s32)(dspHeaderL->sa / NIBBLES_PER_FRAME); in STRMPrepare()
788 OSReport("sa %ld\n", dspHeaderL->sa); in STRMPrepare()
856 lsLoopStart = (s32)(dspHeaderL->sa % NIBBLES_PER_FRAME); in STRMPrepare()
Daxsimple.c457 mramAddress = (ps->sa + Bytes2Nibbles(pMRAMStart)); in AcquireVoiceADPCM()
/RvlSDK-3.3/build/demos/wpaddemo/src/
Dwpad_axdemo.c898 mramAddress = (ps->sa + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()
/RvlSDK-3.3/include/revolution/
Dax.h924 u32 sa; // Start offset address for looped samples (zero for non-looped) member