Home
last modified time | relevance | path

Searched refs:gas32CoeffFor4SBs (Results 1 – 3 of 3) sorted by relevance

/system/bt/embdrv/sbc/encoder/include/
Dsbc_enc_func_declare.h31 extern const int16_t gas32CoeffFor4SBs[];
34 extern const int32_t gas32CoeffFor4SBs[];
/system/bt/embdrv/sbc/encoder/srce/
Dsbc_analysis.c1064 s64Temp = ((int64_t)gas32CoeffFor4SBs[i] * (int64_t)s16X[ChOffset + i]); \
1065 s64Temp += ((int64_t)gas32CoeffFor4SBs[(i + 8)] * \
1067 s64Temp += ((int64_t)gas32CoeffFor4SBs[(i + 16)] * \
1069 s64Temp += ((int64_t)gas32CoeffFor4SBs[(i + 24)] * \
1071 s64Temp += ((int64_t)gas32CoeffFor4SBs[(i + 32)] * \
1079 s32DCTY[i] = (gas32CoeffFor4SBs[i * 2] * s16X[ChOffset + i]) + \
1080 (((int32_t)(uint16_t)(gas32CoeffFor4SBs[(i * 2) + 1]) * \
1084 (gas32CoeffFor4SBs[(i + 8) * 2] * s16X[ChOffset + i + 8]) + \
1085 (((int32_t)(uint16_t)(gas32CoeffFor4SBs[((i + 8) * 2) + 1]) * \
1089 (gas32CoeffFor4SBs[(i + 16) * 2] * s16X[ChOffset + i + 16]) + \
[all …]
Dsbc_enc_coeffs.c30 const int16_t gas32CoeffFor4SBs[] = { variable
171 const int32_t gas32CoeffFor4SBs[] = { variable