HomeSort by relevance Sort by last modified time
    Searched defs:filt (Results 1 - 25 of 25) sorted by null

  /frameworks/av/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);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
refiner.c 48 int16_t filt[7]; local
134 filtStatePtr = filt + 6;
141 &vect[6], vect, filt,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DeblockingLuma_unsafe_s.s 66 filt RN 2 label
124 ;// - 2 - filt, 0 - apflg, 6 - aqflg
164 USUB8 t5, filt, m01
188 USUB8 t1, filt, m01
232 ;// - 2 - filt, 0 - apflg,aqflg
311 USUB8 t4, filt, m01
367 USUB8 t10, filt, m01
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 75 filt RN 2 label
170 MOV filt, m01
172 MOVEQ filt, filt, LSR #16
174 MOVEQ filt, filt, LSL #16
183 SEL filt, m00, filt
190 SEL filt, m00, filt
    [all...]
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 99 filt RN 2 label
254 MOV filt, m01
256 MOVEQ filt, filt, LSL #16
258 MOVEQ filt, filt, LSR #16
265 SEL filt, m00, filt
272 SEL filt, m00, filt
    [all...]
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 86 filt RN 2 label
209 SEL filt, m00, m01
216 SEL filt, m00, filt
223 SEL filt, m00, filt
230 SEL apflg, m00, filt ;// apflg = filt && (ap<beta)
243 SEL t1, t7, filt ;// aqflg = filt && (aq<beta)
    [all...]
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s 112 filt RN 2 label
306 SEL filt, m00, m01
313 SEL filt, m00, filt
320 SEL filt, m00, filt
327 SEL apflg, m00, filt ;// apflg = filt && (ap<beta)
341 SEL t1, t7, filt ;// aqflg = filt && (aq<beta)
    [all...]
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_state.h 42 unsigned filt; member in struct:nv30_sampler_state
53 unsigned filt; member in struct:nv30_sampler_view
  /external/icu/icu4c/source/test/cintltst/
utransts.c 491 UChar filt[128]; local
517 /*u_uastrcpy(filt, DATA[i]);*/
518 u_charsToUChars(DATA[i], filt, (int32_t)strlen(DATA[i])+1);
519 utrans_setFilter(hex, filt, -1, &status);
  /external/ltrace/
options.c 218 add_filter_rule(struct filter *filt, const char *expr,
257 filter_add_rule(filt, rule);
282 parse_filter(struct filter *filt, char *expr, int operators)
373 add_filter_rule(filt, expr, this_type,
384 struct filter *filt = malloc(sizeof(*filt)); local
385 if (filt == NULL) {
391 filter_init(filt);
392 if (parse_filter(filt, expr, operators) < 0) {
394 free(filt);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.h 42 unsigned filt; member in struct:nv30_sampler_state
53 unsigned filt; member in struct:nv30_sampler_view
  /external/dhcpcd/
ipv6rs.c 110 struct icmp6_filter filt; local
132 ICMP6_FILTER_SETBLOCKALL(&filt);
133 ICMP6_FILTER_SETPASS(ND_ROUTER_ADVERT, &filt);
135 &filt, sizeof(filt)) == -1)
  /external/iputils/
ping.c 471 struct icmp_filter filt; local
472 filt.data = ~((1<<ICMP_SOURCE_QUENCH)|
478 if (setsockopt(icmp_sock, SOL_RAW, ICMP_FILTER, (char*)&filt, sizeof(filt)) == -1)
682 struct icmp_filter filt; local
685 filt.data = ~((1<<ICMP_SOURCE_QUENCH)|
688 if (setsockopt(icmp_sock, SOL_RAW, ICMP_FILTER, (char*)&filt, sizeof(filt)) == -1)
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_madwifi.c 740 struct ieee80211req_set_filter filt; local
743 filt.app_filterype = IEEE80211_FILTER_TYPE_PROBE_REQ;
745 ret = set80211priv(drv, IEEE80211_IOCTL_FILTERFRAME, &filt,
    [all...]
driver_atheros.c 1025 struct ieee80211req_set_filter filt; local
1028 filt.app_filterype = 0;
1030 filt.app_filterype |= IEEE80211_FILTER_TYPE_PROBE_REQ;
1033 filt.app_filterype |= (IEEE80211_FILTER_TYPE_ASSOC_REQ |
1038 filt.app_filterype |= IEEE80211_FILTER_TYPE_ACTION;
1041 filt.app_filterype |= IEEE80211_FILTER_TYPE_ACTION;
1043 if (filt.app_filterype) {
1044 ret = set80211priv(drv, IEEE80211_IOCTL_FILTERFRAME, &filt,
1061 struct ieee80211req_set_filter filt; local
1062 filt.app_filterype = 0
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_avx2.c 92 __m128i filt; local
98 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev);
100 filt = _mm_adds_epi8(filt, work_a);
101 filt = _mm_adds_epi8(filt, work_a);
102 filt = _mm_adds_epi8(filt, work_a);
104 filt = _mm_and_si128(filt, mask)
473 __m128i filt; local
    [all...]
vp9_loopfilter_intrin_sse2.c 90 __m128i filt; local
96 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev);
98 filt = _mm_adds_epi8(filt, work_a);
99 filt = _mm_adds_epi8(filt, work_a);
100 filt = _mm_adds_epi8(filt, work_a);
102 filt = _mm_and_si128(filt, mask)
479 __m128i filt; local
866 __m128i filt; local
1107 __m128i filt; local
1278 __m128i filt; local
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_avx2.c 92 __m128i filt; local
98 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev);
100 filt = _mm_adds_epi8(filt, work_a);
101 filt = _mm_adds_epi8(filt, work_a);
102 filt = _mm_adds_epi8(filt, work_a);
104 filt = _mm_and_si128(filt, mask)
473 __m128i filt; local
    [all...]
vp9_loopfilter_intrin_sse2.c 91 __m128i filt; local
97 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev);
99 filt = _mm_adds_epi8(filt, work_a);
100 filt = _mm_adds_epi8(filt, work_a);
101 filt = _mm_adds_epi8(filt, work_a);
103 filt = _mm_and_si128(filt, mask)
467 __m128i filt; local
1004 __m128i filt; local
1245 __m128i filt; local
1416 __m128i filt; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-timechart.c 826 struct process_filter *filt = malloc(sizeof(*filt)); local
828 if (!filt)
831 filt->name = strdup(string);
832 filt->pid = pid;
833 filt->next = process_filter;
835 process_filter = filt;
840 struct process_filter *filt; local
844 filt = process_filter;
845 while (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 211 : state_id1(s1), state_id2(s2), filt(f) {}
214 int filt; // epsilon filter state member in struct:fst::ComposeStateTable::StateTuple
236 x.filt == y.filt;
249 x.filt * kPrime1);
284 static const int filt = 0; // 'fake' epsilon filter - only needed member in struct:fst::StringDetComposeStateTable::StateTuple
453 int f = tuple.filt;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_avx2.c 92 __m128i filt; local
98 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev);
100 filt = _mm_adds_epi8(filt, work_a);
101 filt = _mm_adds_epi8(filt, work_a);
102 filt = _mm_adds_epi8(filt, work_a);
104 filt = _mm_and_si128(filt, mask)
473 __m128i filt; local
    [all...]
vp9_loopfilter_intrin_sse2.c 91 __m128i filt; local
97 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev);
99 filt = _mm_adds_epi8(filt, work_a);
100 filt = _mm_adds_epi8(filt, work_a);
101 filt = _mm_adds_epi8(filt, work_a);
103 filt = _mm_and_si128(filt, mask)
467 __m128i filt; local
1004 __m128i filt; local
1245 __m128i filt; local
1416 __m128i filt; local
    [all...]

Completed in 3624 milliseconds