HomeSort by relevance Sort by last modified time
    Searched refs:inst (Results 1 - 25 of 737) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/src/modules/audio_processing/ns/
ns_core.c 22 void WebRtcNs_set_feature_extraction_parameters(NSinst_t* inst) {
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->featureExtractionParams.binSizeSpecFlat
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
ns_core.c 22 void WebRtcNs_set_feature_extraction_parameters(NSinst_t* inst) {
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->featureExtractionParams.binSizeSpecFlat
    [all...]
nsx_core.c 164 // if (gain <= inst->denoiseBound) {
165 // factor2 = 1.0 - 0.3 * (blim - inst->denoiseBound);
238 // sum of log2(i) from table index to inst->anaLen2 in Q5
252 // sum of log2(i)^2 from table index to inst->anaLen2 in Q2
303 static void UpdateNoiseEstimate(NsxInst_t* inst, int offset) {
311 tmp16 = WebRtcSpl_MaxValueW16(inst->noiseEstLogQuantile + offset,
312 inst->magnLen);
314 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
316 for (i = 0; i < inst->magnLen; i++) {
317 // inst->quantile[i]=exp(inst->lquantile[offset+i])
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.h 3 struct rc_instruction * inst,
8 struct rc_instruction * inst,
12 struct rc_instruction * inst,
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.h 3 struct rc_instruction * inst,
8 struct rc_instruction * inst,
12 struct rc_instruction * inst,
  /external/clang/test/Index/
cursor-ref-names.cpp 17 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:17:9 Extent=[22:5 - 22:9
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps.h 68 extern void* PSUserCreateInstance(PP_Instance inst);
78 void* PSUserCreateInstance(PP_Instance inst) { \
79 return factory(inst, func); \
ps_main.cc 12 void* PSMainCreate(PP_Instance inst, PSMainFunc_t func) {
13 PSInstance* pInst = new PSInstance(inst);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program_alu.h 35 struct rc_instruction * inst,
40 struct rc_instruction * inst,
45 struct rc_instruction * inst,
50 struct rc_instruction * inst,
55 struct rc_instruction *inst,
60 struct rc_instruction * inst,
r500_fragprog.c 65 struct rc_instruction * inst; local
76 if (writer->ReaderCount > 1 || writer->Inst->IP < inst_if->IP) {
85 for (inst = writer->Inst; inst != inst_if; inst = inst->Next) {
87 rc_get_opcode_info(inst->U.I.Opcode);
132 switch(writer->Inst->U.I.Opcode) {
157 writer->Inst->U.I.Opcode = RC_OPCODE_SUB
374 uint32_t inst; local
    [all...]
radeon_program.c 57 struct rc_instruction * inst = c->Program.Instructions.Next; local
59 while(inst != &c->Program.Instructions) {
60 struct rc_instruction * current = inst;
63 inst = inst->Next;
81 struct rc_instruction * inst,
109 struct rc_instruction * inst; local
114 for(inst = c->Program.Instructions.Next;
115 inst != &c->Program.Instructions; inst = inst->Next)
171 struct rc_instruction * inst = memory_pool_malloc(&c->Pool, sizeof(struct rc_instruction)); local
195 struct rc_instruction * inst = rc_alloc_instruction(c); local
214 struct rc_instruction * inst; local
    [all...]
radeon_program_tex.h 36 struct rc_instruction * inst,
radeon_pair_translate.c 38 static void final_rewrite(struct rc_sub_instruction *inst)
42 switch(inst->Opcode) {
44 inst->SrcReg[2] = inst->SrcReg[1];
45 inst->SrcReg[1].File = RC_FILE_NONE;
46 inst->SrcReg[1].Swizzle = RC_SWIZZLE_1111;
47 inst->SrcReg[1].Negate = RC_MASK_NONE;
48 inst->Opcode = RC_OPCODE_MAD;
51 tmp = inst->SrcReg[2];
52 inst->SrcReg[2] = inst->SrcReg[0]
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_alu.h 35 struct rc_instruction * inst,
40 struct rc_instruction * inst,
45 struct rc_instruction * inst,
50 struct rc_instruction * inst,
55 struct rc_instruction *inst,
60 struct rc_instruction * inst,
r500_fragprog.c 65 struct rc_instruction * inst; local
76 if (writer->ReaderCount > 1 || writer->Inst->IP < inst_if->IP) {
85 for (inst = writer->Inst; inst != inst_if; inst = inst->Next) {
87 rc_get_opcode_info(inst->U.I.Opcode);
132 switch(writer->Inst->U.I.Opcode) {
157 writer->Inst->U.I.Opcode = RC_OPCODE_SUB
374 uint32_t inst; local
    [all...]
radeon_program.c 57 struct rc_instruction * inst = c->Program.Instructions.Next; local
59 while(inst != &c->Program.Instructions) {
60 struct rc_instruction * current = inst;
63 inst = inst->Next;
81 struct rc_instruction * inst,
109 struct rc_instruction * inst; local
114 for(inst = c->Program.Instructions.Next;
115 inst != &c->Program.Instructions; inst = inst->Next)
171 struct rc_instruction * inst = memory_pool_malloc(&c->Pool, sizeof(struct rc_instruction)); local
195 struct rc_instruction * inst = rc_alloc_instruction(c); local
214 struct rc_instruction * inst; local
    [all...]
radeon_program_tex.h 36 struct rc_instruction * inst,
radeon_pair_translate.c 38 static void final_rewrite(struct rc_sub_instruction *inst)
42 switch(inst->Opcode) {
44 inst->SrcReg[2] = inst->SrcReg[1];
45 inst->SrcReg[1].File = RC_FILE_NONE;
46 inst->SrcReg[1].Swizzle = RC_SWIZZLE_1111;
47 inst->SrcReg[1].Negate = RC_MASK_NONE;
48 inst->Opcode = RC_OPCODE_MAD;
51 tmp = inst->SrcReg[2];
52 inst->SrcReg[2] = inst->SrcReg[0]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4_copy_propagation.cpp 40 is_direct_copy(vec4_instruction *inst)
42 return (inst->opcode == BRW_OPCODE_MOV &&
43 !inst->predicate &&
44 inst->dst.file == GRF &&
45 !inst->saturate &&
46 !inst->dst.reladdr &&
47 !inst->src[0].reladdr &&
48 inst->dst.type == inst->src[0].type);
52 is_dominated_by_previous_instruction(vec4_instruction *inst)
241 vec4_instruction *inst = (vec4_instruction *)node; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_copy_propagation.cpp 40 is_direct_copy(vec4_instruction *inst)
42 return (inst->opcode == BRW_OPCODE_MOV &&
43 !inst->predicate &&
44 inst->dst.file == GRF &&
45 !inst->saturate &&
46 !inst->dst.reladdr &&
47 !inst->src[0].reladdr &&
48 inst->dst.type == inst->src[0].type);
52 is_dominated_by_previous_instruction(vec4_instruction *inst)
241 vec4_instruction *inst = (vec4_instruction *)node; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/interface/
opus_interface.h 24 int16_t WebRtcOpus_EncoderCreate(OpusEncInst** inst, int32_t channels);
25 int16_t WebRtcOpus_EncoderFree(OpusEncInst* inst);
34 * - inst : Encoder context
45 int16_t WebRtcOpus_Encode(OpusEncInst* inst, int16_t* audio_in, int16_t samples,
54 * - inst : Encoder context
60 int16_t WebRtcOpus_SetBitRate(OpusEncInst* inst, int32_t rate);
68 * - inst : Encoder context
73 int16_t WebRtcOpus_SetPacketLossRate(OpusEncInst* inst, int32_t loss_rate);
85 * - inst : Encoder context
90 int16_t WebRtcOpus_EnableFec(OpusEncInst* inst);
    [all...]
  /external/webrtc/src/common_audio/vad/
vad_core.c 66 int WebRtcVad_InitCore(VadInstT *inst, short mode)
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->noise_means[i] = kNoiseDataMeans[i]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_opt_constant_fold.c 34 src_regs_are_constant(const struct prog_instruction *inst, unsigned num_srcs)
39 if (inst->SrcReg[i].File != PROGRAM_CONSTANT)
137 struct prog_instruction *const inst = &prog->Instructions[i]; local
139 switch (inst->Opcode) {
141 if (src_regs_are_constant(inst, 2)) {
146 get_value(prog, &inst->SrcReg[0], a);
147 get_value(prog, &inst->SrcReg[1], b);
154 inst->Opcode = OPCODE_MOV;
155 inst->SrcReg[0] = src_reg_for_vec4(prog, result);
157 inst->SrcReg[1].File = PROGRAM_UNDEFINED
    [all...]
  /external/mesa3d/src/mesa/program/
prog_opt_constant_fold.c 34 src_regs_are_constant(const struct prog_instruction *inst, unsigned num_srcs)
39 if (inst->SrcReg[i].File != PROGRAM_CONSTANT)
137 struct prog_instruction *const inst = &prog->Instructions[i]; local
139 switch (inst->Opcode) {
141 if (src_regs_are_constant(inst, 2)) {
146 get_value(prog, &inst->SrcReg[0], a);
147 get_value(prog, &inst->SrcReg[1], b);
154 inst->Opcode = OPCODE_MOV;
155 inst->SrcReg[0] = src_reg_for_vec4(prog, result);
157 inst->SrcReg[1].File = PROGRAM_UNDEFINED
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
TempStorage.java 33 private static TempStorage inst = null; field in class:TempStorage
40 if (inst != null) {
41 inst = (TempStorage) Class.forName(clazz).newInstance();
49 if (inst == null) {
50 inst = new SimpleTempStorage();
63 return inst;
66 public static void setInstance(TempStorage inst) {
67 if (inst == null) {
68 throw new NullPointerException("inst");
70 TempStorage.inst = inst
    [all...]

Completed in 1223 milliseconds

1 2 3 4 5 6 7 8 91011>>