Home
last modified time | relevance | path

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

/dports/audio/alsa-lib/alsa-lib-1.2.2/src/pcm/
H A Dplugin_ops.h368 #ifdef GET16_END
370 get16_1_10: sample = (uint16_t)as_u8c(src) << 8; goto GET16_END;
372 get16_12_12: sample = as_u16c(src); goto GET16_END;
373 get16_12_92: sample = as_u16c(src) ^ 0x8000; goto GET16_END;
374 get16_12_21: sample = bswap_16(as_u16c(src)); goto GET16_END;
376 get16_0123_12: sample = as_u32c(src) >> 8; goto GET16_END;
380 get16_1234_12: sample = as_u32c(src) >> 16; goto GET16_END;
382 get16_1234_43: sample = bswap_16(as_u32c(src)); goto GET16_END;
384 get16_0123_12_20: sample = as_u32c(src) >> 4; goto GET16_END;
388 get16_123_12: sample = _get_triple(src) >> 8; goto GET16_END;
[all …]
H A Dpcm_rate_linear.c111 #define GET16_END after_get in linear_expand() macro
113 #undef GET16_END in linear_expand()
229 #define GET16_END after_get in linear_shrink() macro
231 #undef GET16_END in linear_shrink()
H A Dpcm_alaw.c208 #define GET16_END after in snd_pcm_alaw_encode() macro
210 #undef GET16_END in snd_pcm_alaw_encode()
H A Dpcm_mulaw.c225 #define GET16_END after in snd_pcm_mulaw_encode() macro
227 #undef GET16_END in snd_pcm_mulaw_encode()
H A Dpcm_adpcm.c302 #define GET16_END after in snd_pcm_adpcm_encode() macro
304 #undef GET16_END in snd_pcm_adpcm_encode()
H A Dpcm_rate.c456 #define GET16_END after_get in convert_to_s16() macro
458 #undef GET16_END in convert_to_s16()