Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
Dplugin_ops.h443 #ifdef PUT16_END
445 put16_12_1: as_u8(dst) = sample >> 8; goto PUT16_END;
446 put16_12_9: as_u8(dst) = (sample >> 8) ^ 0x80; goto PUT16_END;
447 put16_12_12: as_u16(dst) = sample; goto PUT16_END;
448 put16_12_92: as_u16(dst) = sample ^ 0x8000; goto PUT16_END;
449 put16_12_21: as_u16(dst) = bswap_16(sample); goto PUT16_END;
450 put16_12_29: as_u16(dst) = bswap_16(sample) ^ 0x80; goto PUT16_END;
451 put16_12_0120: as_u32(dst) = sx24((uint32_t)sample << 8); goto PUT16_END;
452 put16_12_0920: as_u32(dst) = sx24((uint32_t)(sample ^ 0x8000) << 8); goto PUT16_END;
453 put16_12_0210: as_u32(dst) = sx24s((uint32_t)bswap_16(sample) << 8); goto PUT16_END;
[all …]
Dpcm_rate_linear.c122 #define PUT16_END after_put in linear_expand() macro
124 #undef PUT16_END in linear_expand()
243 #define PUT16_END after_put in linear_shrink() macro
245 #undef PUT16_END in linear_shrink()
Dpcm_alaw.c171 #define PUT16_END after in snd_pcm_alaw_decode() macro
173 #undef PUT16_END in snd_pcm_alaw_decode()
Dpcm_mulaw.c188 #define PUT16_END after in snd_pcm_mulaw_decode() macro
190 #undef PUT16_END in snd_pcm_mulaw_decode()
Dpcm_adpcm.c254 #define PUT16_END after in snd_pcm_adpcm_decode() macro
256 #undef PUT16_END in snd_pcm_adpcm_decode()