Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hci.cc53 #define BTM_PLC_HL \ macro
227 int16_t hist[BTM_PLC_HL + BTM_MSBC_FS + BTM_PLC_SBCRL +
270 cn = cross_correlation(&hist[BTM_PLC_HL - BTM_PLC_TL], &hist[i]); in pattern_match()
310 int16_t* frame_head = &hist[BTM_PLC_HL]; in handle_bad_frames()
329 amplitude_match(&hist[BTM_PLC_HL - BTM_MSBC_FS], best_match_hist); in handle_bad_frames()
334 hist[BTM_PLC_HL + i] = f_to_s16(scaler * best_match_hist[i]); in handle_bad_frames()
373 (BTM_PLC_HL + BTM_PLC_SBCRL + BTM_PLC_OLAL) * BTM_MSBC_SAMPLE_SIZE); in handle_bad_frames()
383 frame_head = &hist[BTM_PLC_HL]; in handle_good_frames()
396 (BTM_PLC_HL - BTM_MSBC_FS) * BTM_MSBC_SAMPLE_SIZE); in handle_good_frames()
397 std::copy(input, &input[BTM_MSBC_FS], &hist[BTM_PLC_HL - BTM_MSBC_FS]); in handle_good_frames()