• Home
  • Raw
  • Download

Lines Matching refs:src

64 void memcpy_to_i16_from_u8(int16_t *dst, const uint8_t *src, size_t count);
77 void memcpy_to_u8_from_i16(uint8_t *dst, const int16_t *src, size_t count);
90 void memcpy_to_u8_from_float(uint8_t *dst, const float *src, size_t count);
103 void memcpy_to_i16_from_i32(int16_t *dst, const int32_t *src, size_t count);
118 void memcpy_to_i16_from_float(int16_t *dst, const float *src, size_t count);
133 void memcpy_to_float_from_q4_27(float *dst, const int32_t *src, size_t count);
146 void memcpy_to_float_from_i16(float *dst, const int16_t *src, size_t count);
159 void memcpy_to_float_from_u8(float *dst, const uint8_t *src, size_t count);
173 void memcpy_to_float_from_p24(float *dst, const uint8_t *src, size_t count);
187 void memcpy_to_i16_from_p24(int16_t *dst, const uint8_t *src, size_t count);
200 void memcpy_to_i32_from_p24(int32_t *dst, const uint8_t *src, size_t count);
214 void memcpy_to_p24_from_i16(uint8_t *dst, const int16_t *src, size_t count);
229 void memcpy_to_p24_from_float(uint8_t *dst, const float *src, size_t count);
242 void memcpy_to_p24_from_q8_23(uint8_t *dst, const int32_t *src, size_t count);
257 void memcpy_to_p24_from_i32(uint8_t *dst, const int32_t *src, size_t count);
269 void memcpy_to_q8_23_from_i16(int32_t *dst, const int16_t *src, size_t count);
284 void memcpy_to_q8_23_from_float_with_clamp(int32_t *dst, const float *src, size_t count);
296 void memcpy_to_q8_23_from_p24(int32_t *dst, const uint8_t *src, size_t count);
311 void memcpy_to_q4_27_from_float(int32_t *dst, const float *src, size_t count);
324 void memcpy_to_i16_from_q8_23(int16_t *dst, const int32_t *src, size_t count);
340 void memcpy_to_float_from_q8_23(float *dst, const int32_t *src, size_t count);
352 void memcpy_to_i32_from_i16(int32_t *dst, const int16_t *src, size_t count);
366 void memcpy_to_i32_from_float(int32_t *dst, const float *src, size_t count);
380 void memcpy_to_float_from_i32(float *dst, const int32_t *src, size_t count);
392 void downmix_to_mono_i16_from_stereo_i16(int16_t *dst, const int16_t *src, size_t count);
404 void upmix_to_stereo_i16_from_mono_i16(int16_t *dst, const int16_t *src, size_t count);
417 void downmix_to_mono_float_from_stereo_float(float *dst, const float *src, size_t count);
429 void upmix_to_stereo_float_from_mono_float(float *dst, const float *src, size_t count);
471 const void *src, uint32_t src_mask, size_t sample_size, size_t count);
510 const void *src, uint32_t src_channels,