Searched refs:inst (Results 1 - 25 of 144) sorted by relevance

123456

/external/webrtc/src/modules/audio_processing/ns/
H A Dns_core.c22 void WebRtcNs_set_feature_extraction_parameters(NSinst_t* inst) { argument
24 inst->featureExtractionParams.binSizeLrt = (float)0.1;
25 inst->featureExtractionParams.binSizeSpecFlat = (float)0.05;
26 inst->featureExtractionParams.binSizeSpecDiff = (float)0.1;
29 inst->featureExtractionParams.rangeAvgHistLrt = (float)1.0;
33 inst->featureExtractionParams.factor1ModelPars = (float)1.20; //for lrt and spectral diff
34 inst->featureExtractionParams.factor2ModelPars = (float)0.9; //for spectral_flatness:
38 inst->featureExtractionParams.thresPosSpecFlat = (float)0.6;
41 inst->featureExtractionParams.limitPeakSpacingSpecFlat =
42 2 * inst
71 WebRtcNs_InitCore(NSinst_t* inst, WebRtc_UWord32 fs) argument
209 WebRtcNs_set_policy_core(NSinst_t* inst, int mode) argument
240 WebRtcNs_NoiseEstimation(NSinst_t* inst, float* magn, float* noise) argument
311 WebRtcNs_FeatureParameterExtraction(NSinst_t* inst, int flag) argument
531 WebRtcNs_ComputeSpectralFlatness(NSinst_t* inst, float* magnIn) argument
568 WebRtcNs_ComputeSpectralDifference(NSinst_t* inst, float* magnIn) argument
610 WebRtcNs_SpeechNoiseProb(NSinst_t* inst, float* probSpeechFinal, float* snrLocPrior, float* snrLocPost) argument
717 WebRtcNs_ProcessCore(NSinst_t* inst, short* speechFrame, short* speechFrameHB, short* outFrame, short* outFrameHB) argument
[all...]
H A Dnsx_core.c292 // if (gain <= inst->denoiseBound) {
293 // factor2 = 1.0 - 0.3 * (blim - inst->denoiseBound);
366 // sum of log2(i) from table index to inst->anaLen2 in Q5
380 // sum of log2(i)^2 from table index to inst->anaLen2 in Q2
439 static void UpdateNoiseEstimate(NsxInst_t* inst, int offset) { argument
447 tmp16 = WebRtcSpl_MaxValueW16(inst->noiseEstLogQuantile + offset,
448 inst->magnLen);
450 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
452 for (i = 0; i < inst->magnLen; i++) {
453 // inst
471 NoiseEstimationC(NsxInst_t* inst, uint16_t* magn, uint32_t* noise, int16_t* q_noise) argument
594 PrepareSpectrumC(NsxInst_t* inst, int16_t* freq_buf) argument
619 DenormalizeC(NsxInst_t* inst, int16_t* in, int factor) argument
631 SynthesisUpdateC(NsxInst_t* inst, int16_t* out_frame, int16_t gain_factor) argument
664 AnalysisUpdateC(NsxInst_t* inst, int16_t* out, int16_t* new_speech) argument
685 CreateComplexBufferC(NsxInst_t* inst, int16_t* in, int16_t* out) argument
695 WebRtcNsx_CalcParametricNoiseEstimate(NsxInst_t* inst, WebRtc_Word16 pink_noise_exp_avg, WebRtc_Word32 pink_noise_num_avg, int freq_index, WebRtc_UWord32* noise_estimate, WebRtc_UWord32* noise_estimate_avg) argument
741 WebRtcNsx_InitCore(NsxInst_t* inst, WebRtc_UWord32 fs) argument
892 WebRtcNsx_set_policy_core(NsxInst_t* inst, int mode) argument
927 WebRtcNsx_FeatureParameterExtraction(NsxInst_t* inst, int flag) argument
1127 WebRtcNsx_ComputeSpectralFlatness(NsxInst_t* inst, WebRtc_UWord16* magn) argument
1197 WebRtcNsx_ComputeSpectralDifference(NsxInst_t* inst, WebRtc_UWord16* magnIn) argument
1292 WebRtcNsx_SpeechNoiseProb(NsxInst_t* inst, WebRtc_UWord16* nonSpeechProbFinal, WebRtc_UWord32* priorLocSnr, WebRtc_UWord32* postLocSnr) argument
1522 WebRtcNsx_DataAnalysis(NsxInst_t* inst, short* speechFrame, WebRtc_UWord16* magnU16) argument
1768 WebRtcNsx_DataSynthesis(NsxInst_t* inst, short* outFrame) argument
1844 WebRtcNsx_ProcessCore(NsxInst_t* inst, short* speechFrame, short* speechFrameHB, short* outFrame, short* outFrameHB) argument
[all...]
H A Dnsx_core_neon.c17 static void UpdateNoiseEstimateNeon(NsxInst_t* inst, int offset) { argument
27 int16_t tmp16 = WebRtcSpl_MaxValueW16(inst->noiseEstLogQuantile + offset,
28 inst->magnLen);
31 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(kExp2Const,
35 int32x4_t qNoise32x4 = vdupq_n_s32(inst->qNoise);
37 for (ptr_noiseEstLogQuantile = &inst->noiseEstLogQuantile[offset],
38 ptr_noiseEstQuantile = &inst->noiseEstQuantile[0];
39 ptr_noiseEstQuantile < &inst->noiseEstQuantile[inst->magnLen - 3];
43 // inst
95 NoiseEstimationNeon(NsxInst_t* inst, uint16_t* magn, uint32_t* noise, int16_t* q_noise) argument
323 PrepareSpectrumNeon(NsxInst_t* inst, int16_t* freq_buf) argument
458 DenormalizeNeon(NsxInst_t* inst, int16_t* in, int factor) argument
497 SynthesisUpdateNeon(NsxInst_t* inst, int16_t* out_frame, int16_t gain_factor) argument
608 AnalysisUpdateNeon(NsxInst_t* inst, int16_t* out, int16_t* new_speech) argument
685 CreateComplexBufferNeon(NsxInst_t* inst, int16_t* in, int16_t* out) argument
[all...]
H A Dnsx_core.h115 * - inst : Instance that should be initialized
119 * - inst : Initialized instance
124 WebRtc_Word32 WebRtcNsx_InitCore(NsxInst_t* inst, WebRtc_UWord32 fs);
132 * - inst : Instance that should be initialized
136 * - inst : Initialized instance
141 int WebRtcNsx_set_policy_core(NsxInst_t* inst, int mode);
149 * - inst : Instance that should be initialized
154 * - inst : Updated instance
161 int WebRtcNsx_ProcessCore(NsxInst_t* inst,
172 typedef void (*NoiseEstimation)(NsxInst_t* inst,
[all...]
H A Dns_core.h121 * - inst : Instance that should be initialized
125 * - inst : Initialized instance
130 int WebRtcNs_InitCore(NSinst_t* inst, WebRtc_UWord32 fs);
138 * - inst : Instance that should be initialized
147 int WebRtcNs_set_policy_core(NSinst_t* inst, int mode);
155 * - inst : Instance that should be initialized
160 * - inst : Updated instance
169 int WebRtcNs_ProcessCore(NSinst_t* inst,
/external/clang/test/Index/
H A Dcursor-ref-names.cpp17 Sub inst; local
18 inst.func();
19 inst[1];
20 inst.operator[](1);
22 inst.Base<int>::operator[](1);
30 // CHECK: cursor-ref-names.cpp:17:9: VarDecl=inst:17:9 (Definition) Extent=[17:5 - 17:13]
35 // CHECK: cursor-ref-names.cpp:18:5: DeclRefExpr=inst:17:9 Extent=[18:5 - 18:9]
37 // CHECK: cursor-ref-names.cpp:19:5: DeclRefExpr=inst:17:9 Extent=[19:5 - 19:9]
41 // CHECK: cursor-ref-names.cpp:20:5: DeclRefExpr=inst:17:9 Extent=[20:5 - 20:9]
44 // CHECK: cursor-ref-names.cpp:22:5: DeclRefExpr=inst
[all...]
/external/webrtc/src/common_audio/vad/
H A Dvad_core.c66 int WebRtcVad_InitCore(VadInstT *inst, short mode) argument
71 inst->vad = 1;
72 inst->frame_counter = 0;
73 inst->over_hang = 0;
74 inst->num_of_speech = 0;
77 inst->downsampling_filter_states[0] = 0;
78 inst->downsampling_filter_states[1] = 0;
79 inst->downsampling_filter_states[2] = 0;
80 inst->downsampling_filter_states[3] = 0;
85 inst
193 WebRtcVad_set_mode_core(VadInstT *inst, short mode) argument
275 WebRtcVad_CalcVad32khz(VadInstT *inst, WebRtc_Word16 *speech_frame, int frame_length) argument
297 WebRtcVad_CalcVad16khz(VadInstT *inst, WebRtc_Word16 *speech_frame, int frame_length) argument
313 WebRtcVad_CalcVad8khz(VadInstT *inst, WebRtc_Word16 *speech_frame, int frame_length) argument
329 WebRtcVad_GmmProbability(VadInstT *inst, WebRtc_Word16 *feature_vector, WebRtc_Word16 total_power, int frame_length) argument
[all...]
H A Dvad_core.h58 * - inst : Instance that should be initialized
63 * - inst : Initialized instance
68 int WebRtcVad_InitCore(VadInstT* inst, short mode);
76 * - inst : VAD instance
81 * - inst : Changed instance
87 int WebRtcVad_set_mode_core(VadInstT* inst, short mode);
97 * - inst : Instance that should be initialized
102 * - inst : Updated filter states etc.
108 WebRtc_Word16 WebRtcVad_CalcVad32khz(VadInstT* inst, WebRtc_Word16* speech_frame,
110 WebRtc_Word16 WebRtcVad_CalcVad16khz(VadInstT* inst, WebRtc_Word1
[all...]
H A Dvad_filterbank.c128 int16_t WebRtcVad_get_features(VadInstT* inst, argument
147 WebRtcVad_SplitFilter(in_ptr, length, &inst->upper_state[frequency_band],
148 &inst->lower_state[frequency_band], hp_out_ptr,
158 WebRtcVad_SplitFilter(in_ptr, length, &inst->upper_state[frequency_band],
159 &inst->lower_state[frequency_band], hp_out_ptr,
177 WebRtcVad_SplitFilter(in_ptr, length, &inst->upper_state[frequency_band],
178 &inst->lower_state[frequency_band], hp_out_ptr,
192 WebRtcVad_SplitFilter(in_ptr, length, &inst->upper_state[frequency_band],
193 &inst->lower_state[frequency_band], hp_out_ptr,
207 WebRtcVad_SplitFilter(in_ptr, length, &inst
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dinstruction_map.h37 // inst (also known as instruction type), size, and mode and arriving at
54 // Finds an opcode that has the given inst, size, and mode for its first
65 // of expressing all combinations of inst and mode with size=0.
67 OpcodeOrNone LookupFirstOpcode(unsigned char inst, argument
70 return first_instruction_map_.Lookup(inst, size, mode);
75 // the first opcode, and has the given inst, size, and mode for its second
83 unsigned char inst,
86 return second_instruction_map_.Lookup(first_opcode, inst, size, mode);
97 void Add(unsigned char inst, argument
101 OpcodeOrNone* opcode_slot = &first_opcodes_[inst
82 LookupSecondOpcode(unsigned char first_opcode, unsigned char inst, unsigned char size, unsigned char mode) const argument
109 Lookup(unsigned char inst, unsigned char size, unsigned char mode) const argument
[all...]
H A Dcodetable.h43 const char* VCDiffInstructionName(VCDiffInstructionType inst);
56 // can represent up to two delta instructions, which is why inst,
59 // * inst (NOOP, ADD, RUN, or COPY)
118 unsigned char inst,
H A Dinstruction_map.cc105 unsigned char inst,
116 OpcodeOrNone*& size_array = inst_mode_array[inst + mode];
129 unsigned char inst,
140 int inst_mode = (inst == VCD_COPY) ? (inst + mode) : inst;
162 // inst, mode, and size, then the lowest-numbered opcode will always
103 Add( unsigned char first_opcode, unsigned char inst, unsigned char size, unsigned char mode, unsigned char second_opcode) argument
127 Lookup( unsigned char first_opcode, unsigned char inst, unsigned char size, unsigned char mode) const argument
/external/libxslt/libxslt/
H A Dpreproc.c63 * @inst: the XSLT instruction
71 xsltCheckTopLevelElement(xsltStylesheetPtr style, xmlNodePtr inst, int err) { argument
73 if ((style == NULL) || (inst == NULL) || (inst->ns == NULL))
76 parent = inst->parent;
79 xsltTransformError(NULL, style, inst,
86 ((parent->ns != inst->ns) &&
87 (!xmlStrEqual(parent->ns->href, inst->ns->href))) ||
91 xsltTransformError(NULL, style, inst,
93 inst
109 xsltCheckInstructionElement(xsltStylesheetPtr style, xmlNodePtr inst) argument
164 xsltCheckParentElement(xsltStylesheetPtr style, xmlNodePtr inst, const xmlChar *allow1, const xmlChar *allow2) argument
521 xsltDocumentComp(xsltStylesheetPtr style, xmlNodePtr inst, xsltTransformFunction function ATTRIBUTE_UNUSED) argument
666 xsltSortComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
773 xsltCopyComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
816 xsltTextComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
862 xsltElementComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
980 xsltAttributeComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1107 xsltCommentComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1137 xsltProcessingInstructionComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1171 xsltCopyOfComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1217 xsltValueOfComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1270 xsltGetQNameProperty(xsltStylesheetPtr style, xmlNodePtr inst, const xmlChar *propName, int mandatory, int *hasProp, const xmlChar **nsName, const xmlChar** localName) argument
1343 xsltWithParamComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1516 xsltApplyImportsComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1546 xsltCallTemplateComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1585 xsltApplyTemplatesComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1637 xsltChooseComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1668 xsltIfComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1714 xsltWhenComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1760 xsltForEachComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1808 xsltVariableComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
1871 xsltParamComp(xsltStylesheetPtr style, xmlNodePtr inst) argument
2175 xsltStylePreCompute(xsltStylesheetPtr style, xmlNodePtr inst) argument
[all...]
H A Dpreproc.h29 xmlNodePtr inst,
34 xmlNodePtr inst);
H A Dtransform.h93 xmlNodePtr inst,
98 xmlNodePtr inst,
103 xmlNodePtr inst,
108 xmlNodePtr inst,
113 xmlNodePtr inst,
118 xmlNodePtr inst,
123 xmlNodePtr inst,
128 xmlNodePtr inst,
133 xmlNodePtr inst,
138 xmlNodePtr inst,
[all...]
H A Dattributes.h29 xmlNodePtr inst,
H A Dattributes.c633 * @inst: the xsl:attribute element
642 xmlNodePtr inst,
659 if ((ctxt == NULL) || (contextNode == NULL) || (inst == NULL))
682 xsltTransformError(ctxt, NULL, inst,
720 xsltTransformError(ctxt, NULL, inst,
734 xslHandleDebugger(inst, contextNode, NULL, ctxt);
739 prop = xsltEvalAttrValueTemplate(ctxt, inst,
742 xsltTransformError(ctxt, NULL, inst,
747 xsltTransformError(ctxt, NULL, inst,
811 tmpNsName = xsltEvalAttrValueTemplate(ctxt, inst,
640 xsltAttributeInternal(xsltTransformContextPtr ctxt, xmlNodePtr contextNode, xmlNodePtr inst, xsltStylePreCompPtr castedComp, int fromAttributeSet) argument
1021 xsltAttribute(xsltTransformContextPtr ctxt, xmlNodePtr node, xmlNodePtr inst, xsltStylePreCompPtr comp) argument
1039 xsltApplyAttributeSet(xsltTransformContextPtr ctxt, xmlNodePtr node, xmlNodePtr inst, const xmlChar *attrSets) argument
[all...]
/external/llvm/lib/MC/MCDisassembler/
H A DEDMain.cpp75 EDInst *inst = ((EDDisassembler*)disassembler)->createInst(byteReader, local
78 if (!inst)
81 insts[index] = inst;
82 address += inst->byteSize();
88 void EDReleaseInst(EDInstRef inst) { argument
89 delete ((EDInst*)inst);
92 int EDInstByteSize(EDInstRef inst) { argument
93 return ((EDInst*)inst)->byteSize();
97 EDInstRef inst) {
98 return ((EDInst*)inst)
96 EDGetInstString(const char **buf, EDInstRef inst) argument
101 EDInstID(unsigned *instID, EDInstRef inst) argument
106 EDInstIsBranch(EDInstRef inst) argument
110 EDInstIsMove(EDInstRef inst) argument
114 EDBranchTargetID(EDInstRef inst) argument
118 EDMoveSourceID(EDInstRef inst) argument
122 EDMoveTargetID(EDInstRef inst) argument
126 EDNumTokens(EDInstRef inst) argument
130 EDGetToken(EDTokenRef *token, EDInstRef inst, int index) argument
187 EDNumOperands(EDInstRef inst) argument
191 EDGetOperand(EDOperandRef *operand, EDInstRef inst, int index) argument
258 EDBlockVisitTokens(EDInstRef inst, ::EDTokenVisitor_t visitor) argument
[all...]
/external/llvm/include/llvm-c/
H A DEnhancedDisassembly.h183 @param inst The instruction to be freed.
185 void EDReleaseInst(EDInstRef inst);
189 @param inst The instruction to be queried.
192 int EDInstByteSize(EDInstRef inst);
199 @param inst The instruction to be queried.
203 EDInstRef inst);
209 @param inst The instruction to be queried.
212 int EDInstID(unsigned *instID, EDInstRef inst);
216 @param inst The instruction to be queried.
220 int EDInstIsBranch(EDInstRef inst);
[all...]
/external/llvm/lib/MC/
H A DMCWin64EH.cpp66 MCWin64EHInstruction &inst) {
69 b2 = (inst.getOperation() & 0x0F);
70 switch (inst.getOperation()) {
72 EmitAbsDifference(streamer, inst.getLabel(), begin);
73 b2 |= (inst.getRegister() & 0x0F) << 4;
77 EmitAbsDifference(streamer, inst.getLabel(), begin);
78 if (inst.getSize() > 512*1024-8) {
81 w = inst.getSize() & 0xFFF8;
83 w = inst.getSize() >> 16;
86 w = inst
65 EmitUnwindCode(MCStreamer &streamer, MCSymbol *begin, MCWin64EHInstruction &inst) argument
183 MCWin64EHInstruction inst = info->Instructions.back(); local
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXSplitBBatBar.cpp44 if (IntrinsicInst *inst = dyn_cast<IntrinsicInst>(II)) {
45 Intrinsic::ID id = inst->getIntrinsicID();
65 Instruction *inst = SplitPoints[i]; local
66 inst->getParent()->splitBasicBlock(inst, "bar_split");
/external/webkit/Source/WebCore/platform/qt/
H A DSharedTimerQt.cpp46 static SharedTimerQt* inst();
84 SharedTimerQt* SharedTimerQt::inst() function in class:WebCore::SharedTimerQt
128 SharedTimerQt::inst()->m_timerFunction = f;
136 SharedTimerQt::inst()->start(fireTime);
144 SharedTimerQt::inst()->stop();
/external/e2fsprogs/misc/
H A Dfsck.c419 struct fsck_instance *inst; local
421 for (inst = instance_list; inst; inst = inst->next) {
422 if (inst->flags & FLAG_DONE)
424 if (inst->flags & FLAG_PROGRESS)
439 struct fsck_instance *inst, *p; local
442 inst = malloc(sizeof(struct fsck_instance));
443 if (!inst)
535 struct fsck_instance *inst; local
555 struct fsck_instance *inst, *inst2, *prev; local
674 struct fsck_instance *inst; local
925 struct fsck_instance *inst; local
1327 struct fsck_instance *inst; local
[all...]
/external/webkit/Source/WebCore/bridge/c/
H A Dc_runtime.cpp42 JSValue CField::valueFromInstance(ExecState* exec, const Instance* inst) const
44 const CInstance* instance = static_cast<const CInstance*>(inst);
65 void CField::setValueToInstance(ExecState *exec, const Instance *inst, JSValue aValue) const argument
67 const CInstance* instance = static_cast<const CInstance*>(inst);
/external/tcpdump/
H A Dprint-zephyr.c50 char *inst; member in struct:z_packet
110 z_triple(char *class, char *inst, const char *recipient) argument
114 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
168 PARSE_FIELD_STR(z.inst);
204 printf(" locate %s", z.inst);
214 if (!strcmp(z.inst, "CLIENT")) {
252 if (!strcmp(z.inst, "HM")) {
257 if (!strcmp(z.inst, "REALM")) {
271 printf(" hm_ctl %s", str_to_lower(z.inst));
277 if (!strcmp(z.inst, "HMST_CLIEN
[all...]

Completed in 338 milliseconds

123456