Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/encoder/include/
Dsbc_enc_func_declare.h32 extern const int16_t gas32CoeffFor8SBs[];
35 extern const int32_t gas32CoeffFor8SBs[];
/system/bt/embdrv/sbc/encoder/srce/
Dsbc_analysis.c1121 ((((int64_t)gas32CoeffFor8SBs[i] * (int64_t)s16X[ChOffset + i]))); \
1122 s64Temp += ((((int64_t)gas32CoeffFor8SBs[(i + 16)] * \
1124 s64Temp += ((((int64_t)gas32CoeffFor8SBs[(i + 32)] * \
1126 s64Temp += ((((int64_t)gas32CoeffFor8SBs[(i + 48)] * \
1128 s64Temp += ((((int64_t)gas32CoeffFor8SBs[(i + 64)] * \
1137 s32DCTY[i] = (gas32CoeffFor8SBs[i * 2] * s16X[ChOffset + i]) + \
1138 (((int32_t)(uint16_t)(gas32CoeffFor8SBs[(i * 2) + 1]) * \
1142 (gas32CoeffFor8SBs[(i + 16) * 2] * s16X[ChOffset + i + 16]) + \
1143 (((int32_t)(uint16_t)(gas32CoeffFor8SBs[((i + 16) * 2) + 1]) * \
1147 (gas32CoeffFor8SBs[(i + 32) * 2] * s16X[ChOffset + i + 32]) + \
[all …]
Dsbc_enc_coeffs.c77 const int16_t gas32CoeffFor8SBs[] = { variable
193 const int32_t gas32CoeffFor8SBs[] = { variable