Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dadaptive_fir_filter_avx2.cc63 const size_t lim2 = num_partitions; in AdaptPartitions_Avx2() local
96 limit = lim2; in AdaptPartitions_Avx2()
97 } while (p < lim2); in AdaptPartitions_Avx2()
116 limit = lim2; in AdaptPartitions_Avx2()
117 } while (p < lim2); in AdaptPartitions_Avx2()
134 const size_t lim2 = num_partitions; in ApplyFilter_Avx2() local
165 limit = lim2; in ApplyFilter_Avx2()
167 } while (p < lim2); in ApplyFilter_Avx2()
183 limit = lim2; in ApplyFilter_Avx2()
185 } while (p < lim2); in ApplyFilter_Avx2()
Dadaptive_fir_filter.cc160 const size_t lim2 = num_partitions; in AdaptPartitions_Neon() local
191 limit = lim2; in AdaptPartitions_Neon()
192 } while (p < lim2); in AdaptPartitions_Neon()
210 limit = lim2; in AdaptPartitions_Neon()
211 } while (p < lim2); in AdaptPartitions_Neon()
226 const size_t lim2 = num_partitions; in AdaptPartitions_Sse2() local
259 limit = lim2; in AdaptPartitions_Sse2()
260 } while (p < lim2); in AdaptPartitions_Sse2()
279 limit = lim2; in AdaptPartitions_Sse2()
280 } while (p < lim2); in AdaptPartitions_Sse2()
[all …]
/external/iproute2/tc/
Dq_tbf.c208 double lim2 = prate64*(double)latency/TIME_UNITS_PER_SEC + mtu; in tbf_parse_opt() local
210 if (lim2 < lim) in tbf_parse_opt()
211 lim = lim2; in tbf_parse_opt()
/external/mdnsresponder/mDNSCore/
DDNSCommon.c485 const mDNSu8 *const lim2 = ptr + 1 + MAX_DOMAIN_LABEL; in AppendLiteralLabelString() local
486 const mDNSu8 *const lim = (lim1 < lim2) ? lim1 : lim2; in AppendLiteralLabelString()