Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_sco.c103 out1 = (SRC_SAMPLE(0) * 1587) \
104 + ((SRC_SAMPLE(1) + SRC_SAMPLE(-1)) * 1522) \
105 + ((SRC_SAMPLE(2) + SRC_SAMPLE(-2)) * 1337) \
106 + ((SRC_SAMPLE(3) + SRC_SAMPLE(-3)) * 1058); \
110 out2 = ((SRC_SAMPLE(4) + SRC_SAMPLE(-4)) * 725) \
111 + ((SRC_SAMPLE(5) + SRC_SAMPLE(-5)) * 384) \
112 + ((SRC_SAMPLE(6) + SRC_SAMPLE(-6)) * 79); \
116 out3 = ((SRC_SAMPLE(7) + SRC_SAMPLE(-7)) * 156) \
117 + ((SRC_SAMPLE(8) + SRC_SAMPLE(-8)) * 298) \
118 + ((SRC_SAMPLE(9) + SRC_SAMPLE(-9)) * 345); \
[all …]