/frameworks/base/media/libstagefright/codecs/aacdec/ |
s_tns_frame_info.h | 122 TNSfilt filt[TNS_MAX_WIN]; member in struct:__anon15050
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
g_adapt.cpp | 419 Word16 filt; /* median-filtered LTP coding gain, Q13 */ local 473 filt = gmed_n(st->ltpg_mem, 5); /* function result */ 477 if (filt > 5443) /* 5443 Q13 = 0.66443... */ 483 if (filt < 0) 488 { /* result = 0.5 - 0.75257499*filt */ 489 /* result (Q15) = 16384 - 24660 * (filt << 2) */ 490 filt = shl(filt, 2, pOverflow); /* Q15 */ 491 result = mult(24660, filt, pOverflow);
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_DeblockingLuma_unsafe_s.s | 52 filt RN 2 label 110 ;// - 2 - filt, 0 - apflg, 6 - aqflg 150 USUB8 t5, filt, m01 174 USUB8 t1, filt, m01 218 ;// - 2 - filt, 0 - apflg,aqflg 297 USUB8 t4, filt, m01 353 USUB8 t10, filt, m01
|
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s | 61 filt RN 2 label 156 MOV filt, m01 158 MOVEQ filt, filt, LSR #16 160 MOVEQ filt, filt, LSL #16 169 SEL filt, m00, filt 176 SEL filt, m00, filt [all...] |
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s | 85 filt RN 2 label 240 MOV filt, m01 242 MOVEQ filt, filt, LSL #16 244 MOVEQ filt, filt, LSR #16 251 SEL filt, m00, filt 258 SEL filt, m00, filt [all...] |
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s | 72 filt RN 2 label 195 SEL filt, m00, m01 202 SEL filt, m00, filt 209 SEL filt, m00, filt 216 SEL apflg, m00, filt ;// apflg = filt && (ap<beta) 229 SEL t1, t7, filt ;// aqflg = filt && (aq<beta) [all...] |
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s | 98 filt RN 2 label 292 SEL filt, m00, m01 299 SEL filt, m00, filt 306 SEL filt, m00, filt 313 SEL apflg, m00, filt ;// apflg = filt && (ap<beta) 327 SEL t1, t7, filt ;// aqflg = filt && (aq<beta) [all...] |
/external/icu4c/test/cintltst/ |
utransts.c | 488 UChar filt[128]; local 514 /*u_uastrcpy(filt, DATA[i]);*/ 515 u_charsToUChars(DATA[i], filt, (int32_t)strlen(DATA[i])+1); 516 utrans_setFilter(hex, filt, -1, &status);
|
/external/wpa_supplicant_8/src/drivers/ |
driver_atheros.c | 762 struct ieee80211req_set_filter filt; local 765 filt.app_filterype = IEEE80211_FILTER_TYPE_PROBE_REQ; 767 ret = set80211priv(drv, IEEE80211_IOCTL_FILTERFRAME, &filt, [all...] |
driver_madwifi.c | 750 struct ieee80211req_set_filter filt; local 753 filt.app_filterype = IEEE80211_FILTER_TYPE_PROBE_REQ; 755 ret = set80211priv(drv, IEEE80211_IOCTL_FILTERFRAME, &filt, [all...] |
/external/speex/libspeex/ |
mdf.c | 1264 spx_int32_t *filt = (spx_int32_t *) ptr; local [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compose.h | 212 : state_id1(s1), state_id2(s2), filt(f) {} 215 int filt; // epsilon filter state member in struct:fst::ComposeStateTable::StateTuple 237 x.filt == y.filt; 250 x.filt * kPrime1); 287 static const int filt = 0; // 'fake' epsilon filter - only needed member in struct:fst::StringDetComposeStateTable::StateTuple 456 int f = tuple.filt; [all...] |
/external/ping/ |
ping.c | 1031 struct icmp_filter filt; local 1034 filt.data = ~((1<<ICMP_SOURCE_QUENCH)| 1037 if (setsockopt(icmp_sock, SOL_RAW, ICMP_FILTER, (char*)&filt, sizeof(filt)) == -1) 1980 struct icmp_filter filt; local [all...] |
/external/ping6/ |
ping6.c | 804 struct icmp6_filter filt; local 806 ICMP6_FILTER_SETBLOCKALL(&filt); 809 ICMP6_FILTER_SETPASS(ICMP6_NI_REPLY, &filt); 811 ICMP6_FILTER_SETPASS(ICMP6_ECHO_REPLY, &filt); 813 ICMP6_FILTER_SETPASSALL(&filt); 815 if (setsockopt(s, IPPROTO_ICMPV6, ICMP6_FILTER, &filt, 816 sizeof(filt)) < 0) [all...] |