Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/hci/src/
Dhci_h4.c483 uint16_t tmp_u16 = p_buf->len; in acl_rx_frame_end_chk() local
512 p_buf->len = tmp_u16; in acl_rx_frame_end_chk()
Dhci_mct.c479 uint16_t tmp_u16 = p_buf->len; in acl_rx_frame_end_chk() local
508 p_buf->len = tmp_u16; in acl_rx_frame_end_chk()
/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.c1532 WebRtc_UWord16 tmp_u16 = 0; in WebRtcNsx_DataAnalysis() local
1738 tmp_u16 = WEBRTC_SPL_LSHIFT_U16((WebRtc_UWord16)sum_log_i, 1); // Q6 in WebRtcNsx_DataAnalysis()
1740 tmp_u16 = WEBRTC_SPL_RSHIFT_U16(tmp_u16, zeros); in WebRtcNsx_DataAnalysis()
1744 tmp_2_w32 -= (WebRtc_Word32)WEBRTC_SPL_UMUL_32_16(tmpU32no1, tmp_u16); // Q(11-zeros) in WebRtcNsx_DataAnalysis()
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
Dnsx_core.c1199 uint16_t tmp_u16 = 0; in WebRtcNsx_DataAnalysis() local
1410 tmp_u16 = ((uint16_t)sum_log_i << 1); // Q6 in WebRtcNsx_DataAnalysis()
1412 tmp_u16 >>= zeros; in WebRtcNsx_DataAnalysis()
1416 tmp_2_w32 -= (int32_t)WEBRTC_SPL_UMUL_32_16(tmpU32no1, tmp_u16); // Q(11-zeros) in WebRtcNsx_DataAnalysis()