/sof-3.4.0/src/audio/mixin_mixout/ |
D | mixin_mixout_hifi3.c | 25 int n, nmax, i, m, left; in normal_mix_channel_s16() local 55 left = n & 0x03; in normal_mix_channel_s16() 69 for (i = 0; i < left ; i++) { in normal_mix_channel_s16() 89 left = n & 0x03; in normal_mix_channel_s16() 100 for (i = 0; i < left ; i++) { in normal_mix_channel_s16() 224 int n, nmax, i, m, left; in normal_mix_channel_s24() local 254 left = n & 1; in normal_mix_channel_s24() 266 if (left) { in normal_mix_channel_s24() 285 left = n & 1; in normal_mix_channel_s24() 292 if (left) { in normal_mix_channel_s24() [all …]
|
/sof-3.4.0/src/audio/pcm_converter/ |
D | pcm_converter_hifi3.c | 44 uint32_t nmax, i, n, m, left, left_samples; in pcm_convert_s16_to_s24() local 59 left = n & 0x03; in pcm_convert_s16_to_s24() 74 for (i = 0; i < left ; i++) { in pcm_convert_s16_to_s24() 120 uint32_t nmax, i, n, m, left, left_samples; in pcm_convert_s24_to_s16() local 135 left = n & 0x03; in pcm_convert_s24_to_s16() 154 for (i = 0; i < left ; i++) { in pcm_convert_s24_to_s16() 191 uint32_t nmax, i, n, m, left, left_samples; in pcm_convert_s16_to_s32() local 204 left = n & 0x03; in pcm_convert_s16_to_s32() 219 for (i = 0; i < left ; i++) { in pcm_convert_s16_to_s32() 249 uint32_t nmax, i, n, m, left, left_samples; in pcm_convert_s32_to_s16() local [all …]
|
/sof-3.4.0/src/audio/ |
D | component.c | 195 int left, m, i; in audio_stream_copy() local 209 left = shorts_copied & 0x03; in audio_stream_copy() 219 for (i = 0; i < left ; i++) { in audio_stream_copy()
|
/sof-3.4.0/tools/topology/topology1/m4/ |
D | utils.m4 | 154 dnl print number's 4 bytes from right to left as hex values 161 dnl print number's 2 bytes from right to left as hex values 170 dnl make a byte from 8 binary values, right to left in increasing argument order
|
/sof-3.4.0/tools/tune/tdfb/ |
D | example_two_beams.m | 8 % beams are output to stereo and left right channels. 129 % Design beamformer 1 (left) 178 % Design beamformer 1 (left) 229 % Design beamformer 1 (left) 294 % Design beamformer 1 (left)
|
D | example_line_array.m | 44 % Mix only filters 1 and N to left and right stereo, it gives best
|
/sof-3.4.0/tools/tune/multiband_drc/ |
D | iir_gen_quant_coefs.m | 114 rshift--; % left-shift in shift stage
|
/sof-3.4.0/src/audio/up_down_mixer/ |
D | up_down_mixer_hifi3.c | 445 bool left = (get_channel_location(cd->in_channel_map, CHANNEL_LEFT) != 0xF); in downmix32bit() local 463 if (left) { in downmix32bit() 521 if (left) { in downmix32bit() 1008 bool left = (get_channel_location(cd->in_channel_map, CHANNEL_LEFT) != 0xF); in downmix16bit() local 1026 if (left) { in downmix16bit() 1082 if (left) { in downmix16bit()
|
/sof-3.4.0/tools/tune/mfcc/ |
D | setup_mfcc.m | 19 cfg.channel = -1; % -1 expect mono, 0 left, 1 right ...
|
/sof-3.4.0/tools/tune/dmic/ |
D | dmic_fir.m | 98 % Check for amount of left shifts for coefficients / right shifts
|
D | dmic_init.m | 203 % Compute how much gain is left for FIR from scaling to full scale
|
/sof-3.4.0/src/math/ |
D | Kconfig | 70 Norm function counts the left shifts needed to
|
/sof-3.4.0/tools/tune/src/ |
D | src_get.m | 192 fprintf('reached. FIR order is left to %d\n', nfir);
|
/sof-3.4.0/scripts/kconfig/ |
D | kconfiglib.py | 5949 left, right = expr[1:] 5952 left, right = right, left 5953 elif left is not sym:
|