Searched refs:deltaS (Results 1 – 2 of 2) sorted by relevance
167 register u_int deltaS, deltaA; in sl_compress_tcp() local266 deltaS = hlen; in sl_compress_tcp()276 (deltaS > 5 && in sl_compress_tcp()277 memcmp(ip + 1, &cs->cs_ip + 1, (deltaS - 5) << 2)) || in sl_compress_tcp()289 deltaS = ntohs(th->th_urp); in sl_compress_tcp()290 ENCODEZ(deltaS); in sl_compress_tcp()301 deltaS = (u_short) (ntohs(th->th_win) - ntohs(oth->th_win)); in sl_compress_tcp()302 if (deltaS) { in sl_compress_tcp()303 ENCODE(deltaS); in sl_compress_tcp()314 deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq); in sl_compress_tcp()[all …]
343 WebRtc_Word16 deltaN[NUM_TABLE_VALUES], deltaS[NUM_TABLE_VALUES]; in WebRtcVad_GmmProbability() local411 &deltaS[pos]); in WebRtcVad_GmmProbability()414 &deltaS[pos + 1]); in WebRtcVad_GmmProbability()553 deltaS[nr], in WebRtcVad_GmmProbability()573 tmp32_1 = WEBRTC_SPL_MUL_16_16_RSFT(deltaS[nr], tmp16, 3); in WebRtcVad_GmmProbability()