Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/plc/
Dsbc_plc.c141 for (i = 0; i < SBC_FS; i++){ in AmplitudeMatch()
142 sumx += absolute(y[SBC_LHIST - SBC_FS + i]); in AmplitudeMatch()
230 for (; i < SBC_FS; i++){ in sbc_plc_bad_frame()
235 for (; i < SBC_FS + SBC_OLAL; i++){ in sbc_plc_bad_frame()
236 val = sf * plc_state->hist[plc_state->bestlag + i] * rcos[i-SBC_FS] in sbc_plc_bad_frame()
237 + plc_state->hist[plc_state->bestlag + i] * rcos[SBC_OLAL - 1 - i + SBC_FS]; in sbc_plc_bad_frame()
241 for (; i < SBC_FS + SBC_RT + SBC_OLAL; i++){ in sbc_plc_bad_frame()
245 for ( ;i < SBC_FS + SBC_RT + SBC_OLAL; i++){ in sbc_plc_bad_frame()
250 for (i = 0; i < SBC_FS; i++){ in sbc_plc_bad_frame()
256 plc_state->hist[i] = plc_state->hist[i + SBC_FS]; in sbc_plc_bad_frame()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/plc/include/
Dsbc_plc.h17 #define SBC_FS 120 /* SBC Frame Size */ macro
20 #define SBC_LHIST (SBC_N + SBC_FS - 1) /* Length of history buffer required */
26 int16_t hist[SBC_LHIST + SBC_FS + SBC_RT + SBC_OLAL];
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbta_hf_client_co.c27 int16_t sbc_plc_out[SBC_FS];
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbta_ag_co.c47 int16_t sbc_plc_out[SBC_FS];