Home | History | Annotate | Download | only in audio_utils

Lines Matching refs:uint8x3_t

33  * Converts a uint8x3_t into an int32_t
35 inline int32_t uint8x3_to_int32(uint8x3_t val) {
45 * Converts an int32_t to a uint8x3_t
47 inline uint8x3_t int32_to_uint8x3(int32_t in) {
48 uint8x3_t out;
157 * NOTE: Can not be used for uint8x3_t samples, see CONTRACT_TO_MONO_24() below.
182 /* Channel contracts from a MULTICHANNEL uint8x3_t input buffer to a MONO uint8x3_t output buffer
257 CONTRACT_TO_MONO_24((const uint8x3_t*)in_buff,
258 (uint8x3_t*)out_buff, num_in_bytes);
261 CONTRACT_CHANNELS((const uint8x3_t*)in_buff, in_buff_chans,
262 (uint8x3_t*)out_buff, out_buff_chans,
302 static const uint8x3_t packed24_zero; /* zero 24 bit sample */
334 EXPAND_MONO_TO_MULTI((const uint8x3_t*)in_buff, in_buff_chans,
335 (uint8x3_t*)out_buff, out_buff_chans,
339 EXPAND_CHANNELS((const uint8x3_t*)in_buff, in_buff_chans,
340 (uint8x3_t*)out_buff, out_buff_chans,