Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/plc/
Dsbc_plc.c34 static float rcos[SBC_OLAL] = {
224 for (i = 0; i < SBC_OLAL; i++){ in sbc_plc_bad_frame()
226 + sf * plc_state->hist[plc_state->bestlag + i] * rcos[SBC_OLAL - i - 1]; in sbc_plc_bad_frame()
235 for (; i < SBC_FS + SBC_OLAL; i++){ 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()
255 for (i = 0; i < SBC_LHIST + SBC_RT + SBC_OLAL; i++){ in sbc_plc_bad_frame()
278 for (i = SBC_RT; i < SBC_RT + SBC_OLAL; i++){ in sbc_plc_good_frame()
279 …t16_t)(plc_state->hist[SBC_LHIST + i] * rcos[i - SBC_RT] + in[i] * rcos[SBC_OLAL - 1 - i + SBC_RT]… in sbc_plc_good_frame()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/plc/include/
Dsbc_plc.h22 #define SBC_OLAL 16 /* OverLap-Add Length (samples) */ macro
26 int16_t hist[SBC_LHIST + SBC_FS + SBC_RT + SBC_OLAL];