Searched defs:filter (Results 1 - 25 of 1027) sorted by path

1234567891011>>

/external/aac/libAACdec/src/
H A Daacdec_tns.cpp163 CFilter *filter = &pTnsData->Filter[window][index]; local
171 filter->StartBand = nextstopband - length;
172 filter->StopBand = nextstopband;
173 nextstopband = filter->StartBand;
176 filter->Order = order = (UCHAR) FDKreadBits(bs, isLongFlag ? 5 : 3);
179 if (filter->Order > TNS_MAXIMUM_ORDER){
180 filter->Order = order = TNS_MAXIMUM_ORDER;
191 filter->Direction = FDKreadBits(bs,1) ? -1 : 1;
195 filter->Resolution = coef_res + 3;
202 coef = (UCHAR) FDKreadBits(bs,filter
354 CFilter *RESTRICT filter = &pTnsData->Filter[window][index]; local
[all...]
/external/aac/libAACenc/src/
H A Dmetadata_compressor.cpp104 #define WEIGHTING_FILTER_SHIFT (2) /*!< Scaling used in weighting filter. */
130 * Structure holds weighting filter filter states.
172 UCHAR useWeighting; /*!< Use weighting filter. */
186 WEIGHTING_STATES filter[MAX_DRC_CHANNELS]; /*!< array holds weighting filter states */ member in struct:DRC_COMP
328 * Weighting filter coefficients (biquad bandpass).
383 * \brief Function for converting time constant to filter coefficient.
585 FDKmemclear(drcComp->filter, sizeof(drcComp->filter));
[all...]
/external/aac/libSBRenc/src/
H A Dinvf_est.cpp201 const FIXP_DBL* filter = *fir_table[INVF_SMOOTHING_LENGTH]; local
289 detectorValues->origQuotaMeanFilt += fMult(detectorValues->origQuotaMean[i], filter[i]);
290 detectorValues->sbrQuotaMeanFilt += fMult(detectorValues->sbrQuotaMean[i], filter[i]);
291 detectorValues->origQuotaMeanStrongestFilt += fMult(detectorValues->origQuotaMeanStrongest[i], filter[i]);
292 detectorValues->sbrQuotaMeanStrongestFilt += fMult(detectorValues->sbrQuotaMeanStrongest[i], filter[i]);
/external/android-clat/
H A Dclatd.c35 #include <linux/filter.h>
107 * Binds the packet socket and attaches the receive filter to it.
140 struct sock_fprog filter = { local
145 if (setsockopt(sock, SOL_SOCKET, SO_ATTACH_FILTER, &filter, sizeof(filter))) {
146 logmsg(ANDROID_LOG_FATAL, "attach packet filter failed: %s", strerror(errno));
306 // Update our packet socket filter to reflect the new 464xlat IP address.
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMManager.java269 * @param filter The <code>NodeFilter</code> to be used with this
270 * <code>DTMFilter</code>, or <code>null</code> to indicate no filter.
277 DTMFilter filter, boolean entityReferenceExpansion);
276 createDTMIterator(int whatToShow, DTMFilter filter, boolean entityReferenceExpansion) argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMManagerDefault.java361 IncrementalSAXSource_Filter filter =
363 filter.setXMLReader(reader);
364 coParser=filter;
403 // if we're using IncrementalSAXSource.filter().
787 * NEEDSDOC @param filter
792 synchronized public DTMIterator createDTMIterator(int whatToShow, DTMFilter filter, argument
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DDOM3Serializer.java146 * Sets a LSSerializerFilter on the DOM Level 3 Serializer to filter nodes
151 * @param filter the Level 3 LSSerializerFilter
153 public void setNodeFilter(LSSerializerFilter filter); argument
156 * Returns a LSSerializerFilter set on the DOM Level 3 Serializer to filter nodes
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3SerializerImpl.java78 * Returns a LSSerializerFilter set on the DOM Level 3 Serializer to filter nodes
129 * Sets a LSSerializerFilter on the DOM Level 3 Serializer to filter nodes
134 * @param filter the Level 3 LSSerializerFilter
136 public void setNodeFilter(LSSerializerFilter filter) { argument
137 fSerializerFilter = filter;
H A DDOM3TreeWalker.java207 LSSerializerFilter filter,
212 fFilter = filter;
470 * Applies a filter on the node to serialize
505 //DocumentType nodes are never passed to the filter
581 // apply the LSSerializer filter after the operations requested by the
613 // REVISIT: We apply the LSSerializer filter for elements before
639 // apply the LSSerializer filter
802 // Default attr's are not passed to the filter and this contraint
813 // apply the filter for Attributes that are not default attributes
897 // apply the LSSerializer filter
204 DOM3TreeWalker( SerializationHandler serialHandler, DOMErrorHandler errHandler, LSSerializerFilter filter, String newLine) argument
[all...]
H A DLSSerializerImpl.java100 // A filter set on the LSSerializer
850 * Set a LSSerilizerFilter on the LSSerializer. When set, the filter is
856 * @param filter A LSSerializerFilter to be applied to the stream to serialize.
858 public void setFilter(LSSerializerFilter filter) { argument
859 fSerializerFilter = filter;
1059 // Set the filter on the DOM3Serializer interface implementation
1169 // Set the filter on the DOM3Serializer interface implementation
1324 // Set the filter on the DOM3Serializer interface implementation
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathContext.java275 * @param filter The <code>NodeFilter</code> to be used with this
276 * <code>TreeWalker</code>, or <code>null</code> to indicate no filter.
283 DTMFilter filter, boolean entityReferenceExpansion)
285 return m_dtmManager.createDTMIterator(whatToShow, filter, entityReferenceExpansion);
282 createDTMIterator(int whatToShow, DTMFilter filter, boolean entityReferenceExpansion) argument
/external/bison/src/
H A Dgram.c174 rule_filter filter)
183 if (filter && !filter (&rules[r]))
173 grammar_rules_partial_print(FILE *out, const char *title, rule_filter filter) argument
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_sco.c60 PCONVERT_TO_BT_FILTERED filter; /* the action function to do the member in struct:__anon551
618 p_cb->filter = (PCONVERT_TO_BT_FILTERED) Convert_8M_ToBT_Filtered;
624 p_cb->filter = (PCONVERT_TO_BT_FILTERED) Convert_16M_ToBT_Filtered;
633 p_cb->filter = (PCONVERT_TO_BT_FILTERED) Convert_8S_ToBT_Filtered;
638 p_cb->filter = (PCONVERT_TO_BT_FILTERED) Convert_16S_ToBT_Filtered;
680 out_sample = (*bta_dm_pcm_cb.filter) (p_src, p_dst, (in_bytes / bta_dm_pcm_cb.divisor),
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_hl.h237 btif_hl_cch_filter_t filter; member in struct:__anon1034
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config.c101 static int remove_filter_node(const char* section, const char* filter[], int filter_count, int max_allowed);
253 int btif_config_filter_remove(const char* section, const char* filter[], int filter_count, int max_allowed) argument
256 bdld("section:%s, filter:%s, filter count:%d, max allowed:%d",
257 section, filter[0], filter_count, max_allowed);
262 ret = remove_filter_node(section, filter, filter_count, max_allowed);
680 static inline int value_in_filter(cfg_node* key, const char* filter[], int filter_count) argument
689 if(strcmp(filter[j], key->child[i].name) == 0)
695 static int remove_filter_node(const char* section, const char* filter[], int filter_count, int max_allowed) argument
705 bdld("section:%s, curr child count:%d, filter coun
[all...]
/external/ceres-solver/examples/
H A Dfields_of_experts.cc44 FieldsOfExpertsCost::FieldsOfExpertsCost(const std::vector<double>& filter) argument
45 : filter_(filter) {
52 // This is a dot product between a the scalar parameters and a vector of filter
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dextensions.py123 # Total number of outgoing bytes supplied to this filter.
125 # Total number of bytes sent to the network after applying this filter.
130 # Total number of incoming bytes obtained after applying this filter.
191 def filter(self, frame): member in class:DeflateFrameExtensionProcessor.setup_stream_options._OutgoingFilter
199 def filter(self, frame): member in class:DeflateFrameExtensionProcessor.setup_stream_options._IncomingFilter
233 frame.payload = self._deflater.filter(frame.payload)
257 frame.payload = self._inflater.filter(frame.payload)
404 # Total number of outgoing bytes supplied to this filter.
406 # Total number of bytes sent to the network after applying this filter.
411 # Total number of incoming bytes obtained after applying this filter
480 def filter(self, message, end=True, binary=False): member in class:DeflateMessageProcessor.setup_stream_options._OutgoingMessageFilter
493 def filter(self, message): member in class:DeflateMessageProcessor.setup_stream_options._IncomingMessageFilter
515 def filter(self, frame): member in class:DeflateMessageProcessor.setup_stream_options._OutgoingFrameFilter
525 def filter(self, frame): member in class:DeflateMessageProcessor.setup_stream_options._IncomingFrameFilter
[all...]
H A Dutil.py321 def filter(self, bytes): member in class:_RFC1979Deflater
338 def filter(self, bytes): member in class:_RFC1979Inflater
/external/chromium_org/base/debug/
H A Dtrace_event_unittest.cc80 void BeginSpecificTrace(const std::string& filter) { argument
83 CategoryFilter(filter),
2614 // Test the category filter.
2616 // Using the default filter.
2628 // Make sure that upon an empty string, we fall back to the default filter.
2637 // Using an arbitrary non-empty filter.
2983 CategoryFilter filter = TraceLog::GetInstance()->GetCurrentCategoryFilter(); local
2984 EXPECT_EQ(0u, filter.GetSyntheticDelayValues().size());
2997 CategoryFilter filter(config);
2998 EXPECT_EQ(config, filter
[all...]
/external/chromium_org/base/message_loop/
H A Dmessage_loop.cc699 bool MessageLoopForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) { argument
700 return ToPumpIO(pump_.get())->WaitForIOCompletion(timeout, filter);
H A Dmessage_pump_win.cc178 // to MSDN documentation about PeekMessage with no filter):
520 bool MessagePumpForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) { argument
522 if (completed_io_.empty() || !MatchCompletedIOItem(filter, &item)) {
535 if (filter && item.handler != filter) {
583 bool MessagePumpForIO::MatchCompletedIOItem(IOHandler* filter, IOItem* item) { argument
587 if (!filter || it->handler == filter) {
/external/chromium_org/base/process/
H A Dkill.cc13 const ProcessFilter* filter) {
15 NamedProcessIterator iter(executable_name, filter);
11 KillProcesses(const FilePath::StringType& executable_name, int exit_code, const ProcessFilter* filter) argument
H A Dkill_posix.cc245 const ProcessFilter* filter) {
253 NamedProcessIterator iter(executable_name, filter);
341 if (event.filter != EVFILT_PROC ||
345 << "): unexpected event: filter=" << event.filter
377 const ProcessFilter* filter) {
378 bool exited_cleanly = WaitForProcessesToExit(executable_name, wait, filter);
380 KillProcesses(executable_name, exit_code, filter);
243 WaitForProcessesToExit(const FilePath::StringType& executable_name, base::TimeDelta wait, const ProcessFilter* filter) argument
374 CleanupProcesses(const FilePath::StringType& executable_name, base::TimeDelta wait, int exit_code, const ProcessFilter* filter) argument

Completed in 973 milliseconds

1234567891011>>