Lines Matching refs:count
35 void memcpy_to_i16_from_u8(int16_t *dst, const uint8_t *src, size_t count) in memcpy_to_i16_from_u8() argument
37 dst += count; in memcpy_to_i16_from_u8()
38 src += count; in memcpy_to_i16_from_u8()
39 while (count--) { in memcpy_to_i16_from_u8()
44 void memcpy_to_u8_from_i16(uint8_t *dst, const int16_t *src, size_t count) in memcpy_to_u8_from_i16() argument
46 while (count--) { in memcpy_to_u8_from_i16()
51 void memcpy_to_u8_from_float(uint8_t *dst, const float *src, size_t count) in memcpy_to_u8_from_float() argument
53 while (count--) { in memcpy_to_u8_from_float()
58 void memcpy_to_i16_from_i32(int16_t *dst, const int32_t *src, size_t count) in memcpy_to_i16_from_i32() argument
60 while (count--) { in memcpy_to_i16_from_i32()
65 void memcpy_to_i16_from_float(int16_t *dst, const float *src, size_t count) in memcpy_to_i16_from_float() argument
67 while (count--) { in memcpy_to_i16_from_float()
72 void memcpy_to_float_from_q4_27(float *dst, const int32_t *src, size_t count) in memcpy_to_float_from_q4_27() argument
74 while (count--) { in memcpy_to_float_from_q4_27()
79 void memcpy_to_float_from_i16(float *dst, const int16_t *src, size_t count) in memcpy_to_float_from_i16() argument
81 while (count--) { in memcpy_to_float_from_i16()
86 void memcpy_to_float_from_u8(float *dst, const uint8_t *src, size_t count) in memcpy_to_float_from_u8() argument
88 while (count--) { in memcpy_to_float_from_u8()
93 void memcpy_to_float_from_p24(float *dst, const uint8_t *src, size_t count) in memcpy_to_float_from_p24() argument
95 while (count--) { in memcpy_to_float_from_p24()
101 void memcpy_to_i16_from_p24(int16_t *dst, const uint8_t *src, size_t count) in memcpy_to_i16_from_p24() argument
103 while (count--) { in memcpy_to_i16_from_p24()
113 void memcpy_to_i32_from_p24(int32_t *dst, const uint8_t *src, size_t count) in memcpy_to_i32_from_p24() argument
115 while (count--) { in memcpy_to_i32_from_p24()
125 void memcpy_to_p24_from_i16(uint8_t *dst, const int16_t *src, size_t count) in memcpy_to_p24_from_i16() argument
127 while (count--) { in memcpy_to_p24_from_i16()
140 void memcpy_to_p24_from_float(uint8_t *dst, const float *src, size_t count) in memcpy_to_p24_from_float() argument
142 while (count--) { in memcpy_to_p24_from_float()
157 void memcpy_to_p24_from_q8_23(uint8_t *dst, const int32_t *src, size_t count) in memcpy_to_p24_from_q8_23() argument
159 while (count--) { in memcpy_to_p24_from_q8_23()
174 void memcpy_to_p24_from_i32(uint8_t *dst, const int32_t *src, size_t count) in memcpy_to_p24_from_i32() argument
176 while (count--) { in memcpy_to_p24_from_i32()
191 void memcpy_to_q8_23_from_i16(int32_t *dst, const int16_t *src, size_t count) in memcpy_to_q8_23_from_i16() argument
193 while (count--) { in memcpy_to_q8_23_from_i16()
198 void memcpy_to_q8_23_from_float_with_clamp(int32_t *dst, const float *src, size_t count) in memcpy_to_q8_23_from_float_with_clamp() argument
200 while (count--) { in memcpy_to_q8_23_from_float_with_clamp()
205 void memcpy_to_q8_23_from_p24(int32_t *dst, const uint8_t *src, size_t count) in memcpy_to_q8_23_from_p24() argument
207 while (count--) { in memcpy_to_q8_23_from_p24()
217 void memcpy_to_q4_27_from_float(int32_t *dst, const float *src, size_t count) in memcpy_to_q4_27_from_float() argument
219 while (count--) { in memcpy_to_q4_27_from_float()
224 void memcpy_to_i16_from_q8_23(int16_t *dst, const int32_t *src, size_t count) in memcpy_to_i16_from_q8_23() argument
226 while (count--) { in memcpy_to_i16_from_q8_23()
231 void memcpy_to_float_from_q8_23(float *dst, const int32_t *src, size_t count) in memcpy_to_float_from_q8_23() argument
233 while (count--) { in memcpy_to_float_from_q8_23()
238 void memcpy_to_i32_from_i16(int32_t *dst, const int16_t *src, size_t count) in memcpy_to_i32_from_i16() argument
240 while (count--) { in memcpy_to_i32_from_i16()
245 void memcpy_to_i32_from_float(int32_t *dst, const float *src, size_t count) in memcpy_to_i32_from_float() argument
247 while (count--) { in memcpy_to_i32_from_float()
252 void memcpy_to_float_from_i32(float *dst, const int32_t *src, size_t count) in memcpy_to_float_from_i32() argument
254 while (count--) { in memcpy_to_float_from_i32()
259 void downmix_to_mono_i16_from_stereo_i16(int16_t *dst, const int16_t *src, size_t count) in downmix_to_mono_i16_from_stereo_i16() argument
261 while (count--) { in downmix_to_mono_i16_from_stereo_i16()
267 void upmix_to_stereo_i16_from_mono_i16(int16_t *dst, const int16_t *src, size_t count) in upmix_to_stereo_i16_from_mono_i16() argument
269 while (count--) { in upmix_to_stereo_i16_from_mono_i16()
295 size_t nonZeroMono32(const int32_t *samples, size_t count) in nonZeroMono32() argument
298 while (count-- > 0) { in nonZeroMono32()
306 size_t nonZeroMono16(const int16_t *samples, size_t count) in nonZeroMono16() argument
309 while (count-- > 0) { in nonZeroMono16()
317 size_t nonZeroStereo32(const int32_t *frames, size_t count) in nonZeroStereo32() argument
320 while (count-- > 0) { in nonZeroStereo32()
329 size_t nonZeroStereo16(const int16_t *frames, size_t count) in nonZeroStereo16() argument
332 while (count-- > 0) { in nonZeroStereo16()
345 #define copy_frame_by_mask(dst, dmask, src, smask, count, zero) \ argument
348 while (count--) { \
363 const void *src, uint32_t src_mask, size_t sample_size, size_t count) in memcpy_by_channel_mask() argument
372 memcpy_by_idxary(dst, dst_channels, src, src_channels, idxary, sample_size, count); in memcpy_by_channel_mask()
375 memcpy(dst, src, sample_size * popcount(dst_mask) * count); in memcpy_by_channel_mask()
383 copy_frame_by_mask(udst, dst_mask, usrc, src_mask, count, 0); in memcpy_by_channel_mask()
389 copy_frame_by_mask(udst, dst_mask, usrc, src_mask, count, 0); in memcpy_by_channel_mask()
396 copy_frame_by_mask(udst, dst_mask, usrc, src_mask, count, zero); in memcpy_by_channel_mask()
402 copy_frame_by_mask(udst, dst_mask, usrc, src_mask, count, 0); in memcpy_by_channel_mask()
416 #define copy_frame_by_idx(dst, dst_channels, src, src_channels, idxary, count, zero) \ argument
420 while (count--) { \
431 const int8_t *idxary, size_t sample_size, size_t count) in memcpy_by_index_array() argument
438 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, 0); in memcpy_by_index_array()
444 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, 0); in memcpy_by_index_array()
451 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, zero); in memcpy_by_index_array()
457 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, 0); in memcpy_by_index_array()