/sof-2.7.6/src/math/ |
D | fir_hifi3.c | 105 const int inc = sizeof(int32_t); in fir_32x16_hifi3() local 134 AE_L32_XC(d0, dp, inc); in fir_32x16_hifi3() 135 AE_L32_XC(d1, dp, inc); in fir_32x16_hifi3() 148 AE_L32_XC(d0, dp, inc); in fir_32x16_hifi3() 149 AE_L32_XC(d1, dp, inc); in fir_32x16_hifi3() 183 const int inc = 2 * sizeof(int32_t); in fir_32x16_2x_hifi3() local 210 AE_L32X2_XC(d0, dp, inc); in fir_32x16_2x_hifi3() 221 AE_L32X2_XC(d1, dp, inc); in fir_32x16_2x_hifi3() 231 AE_L32X2_XC(d1, dp, inc); in fir_32x16_2x_hifi3()
|
D | fir_hifi2ep.c | 102 const int inc = sizeof(int32_t); in fir_32x16_hifiep() local 128 AE_LP24F_C(d0, dp, inc); in fir_32x16_hifiep() 129 AE_LP24F_C(d1, dp, inc); in fir_32x16_hifiep() 141 AE_LP24F_C(d0, dp, inc); in fir_32x16_hifiep() 142 AE_LP24F_C(d1, dp, inc); in fir_32x16_hifiep() 177 const int inc = 2 * sizeof(int32_t); in fir_32x16_2x_hifiep() local 202 AE_LP24X2F_C(d0, dp, inc); in fir_32x16_2x_hifiep() 212 AE_LP24X2F_C(d1, dp, inc); in fir_32x16_2x_hifiep() 231 AE_LP24X2F_C(d1, dp, inc); in fir_32x16_2x_hifiep()
|
D | decibels.c | 35 int32_t inc; in exp_small_fixed() local 43 inc = (int32_t)(num / den); in exp_small_fixed() 44 y0 += inc; in exp_small_fixed()
|
/sof-2.7.6/src/audio/src/ |
D | src_hifi2ep.c | 48 const int inc = sizeof(ae_p24x2f); in fir_filter() local 76 AE_LP24X2F_C(p0, dp, inc); /* r0, l0 */ in fir_filter() 77 AE_LP24X2F_C(p1, dp, inc); /* r1, l1 */ in fir_filter() 93 AE_LP24X2F_C(p0, dp, inc); /* r2, l2 */ in fir_filter() 94 AE_LP24X2F_C(p1, dp, inc); /* r3, l3 */ in fir_filter() 130 AE_LP24F_C(p0, dp0, inc); in fir_filter() 131 AE_LP24F_C(p1, dp0, inc); in fir_filter() 141 AE_LP24F_C(p0, dp0, inc); in fir_filter() 142 AE_LP24F_C(p1, dp0, inc); in fir_filter() 180 const int inc = sizeof(ae_p24x2f); in fir_filter() local [all …]
|
D | src_hifi3.c | 48 const int inc = nch * sizeof(int32_t); in fir_filter() local 73 AE_L32X2_XC(d0, dp, inc); /* r0, l0 */ in fir_filter() 74 AE_L32X2_XC(d1, dp, inc); /* r1, l1 */ in fir_filter() 88 AE_L32X2_XC(d0, dp, inc); /* r2, l2 */ in fir_filter() 89 AE_L32X2_XC(d1, dp, inc); /* r3, l3 */ in fir_filter() 132 AE_L32_XC(d0, dp0, inc); in fir_filter() 133 AE_L32_XC(d1, dp0, inc); in fir_filter() 144 AE_L32_XC(d0, dp0, inc); in fir_filter() 145 AE_L32_XC(d1, dp0, inc); in fir_filter() 187 const int inc = nch * sizeof(int32_t); in fir_filter() local [all …]
|
/sof-2.7.6/src/audio/eq_fir/ |
D | eq_fir_hifi2ep.c | 39 int inc = nch << 1; in eq_fir_2x_s32() local 58 x0 += inc; in eq_fir_2x_s32() 59 y0 += inc; in eq_fir_2x_s32() 116 int inc = nch << 1; in eq_fir_2x_s24() local 137 x0 += inc; in eq_fir_2x_s24() 138 y0 += inc; in eq_fir_2x_s24() 197 int inc = nch << 1; in eq_fir_2x_s16() local 218 x0 += inc; in eq_fir_2x_s16() 219 y0 += inc; in eq_fir_2x_s16()
|
D | eq_fir_hifi3.c | 98 int inc = nch * sizeof(int32_t); in eq_fir_s32() local 125 AE_L32_XC(in, x, inc); in eq_fir_s32() 133 AE_S32_L_XC((ae_int32x2)out, y, inc); in eq_fir_s32() 220 int inc = nch * sizeof(int32_t); in eq_fir_s24() local 249 AE_L32_XC(d, x, inc); in eq_fir_s24() 259 AE_S32_L_XC(d, y, inc); in eq_fir_s24() 350 int inc = nch * sizeof(int16_t); in eq_fir_s16() local 377 AE_L16_XC(d, x, inc); in eq_fir_s16() 387 AE_S16_0_XC(d, y, inc); in eq_fir_s16()
|
/sof-2.7.6/src/audio/drc/ |
D | drc_hifi3.c | 304 int i, j, ch, inc; in drc_compress_output() local 325 inc = 0; in drc_compress_output() 346 div_start + inc; in drc_compress_output() 352 inc++; in drc_compress_output() 382 div_start + inc; in drc_compress_output() 388 inc++; in drc_compress_output() 414 inc = 0; in drc_compress_output() 434 div_start + inc; in drc_compress_output() 440 inc++; in drc_compress_output() 471 div_start + inc; in drc_compress_output() [all …]
|
D | drc_generic.c | 273 int i, j, ch, inc; in drc_compress_output() local 292 inc = 0; in drc_compress_output() 311 div_start + inc; in drc_compress_output() 318 inc++; in drc_compress_output() 345 div_start + inc; in drc_compress_output() 352 inc++; in drc_compress_output() 375 inc = 0; in drc_compress_output() 393 div_start + inc; in drc_compress_output() 400 inc++; in drc_compress_output() 427 div_start + inc; in drc_compress_output() [all …]
|
/sof-2.7.6/src/audio/smart_amp/ |
D | CMakeLists.txt | 4 target_include_directories(sof PUBLIC ${PROJECT_SOURCE_DIR}/src/audio/smart_amp/dsm_api/inc)
|